# A Thinking Ape Brand Identity

A complete profile of **A Thinking Ape**'s visual system — colors, typography, components, and personality — extracted from [http://athinkingape.com](http://athinkingape.com/). Built for designers, agents, and AI tools.

## Color Palette

Brand palette extracted from http://athinkingape.com.

### Colors
- **primary**: #6F412C  
- **secondary**: #7A4933  
- **accent**: #623A29  
- **background**: #FFFFFF  
- **textPrimary**: #000000  
- **link**: #623A29

## Typography

Each font links to its Google Fonts page where available.

### Fonts
- **primary**: Chivo  
- **heading**: Chivo

```markdown
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:  
...
```

## Visual Assets

## UI Components

### Button Primary
- **background**: transparent  
- **textColor**: #000000  
- **borderColor**: #000000  
- **borderRadius**: 7px  
- **shadow**: none

## Brand Personality
- **Tone**: modern  
- **Energy**: medium  
- **Audience**: tech-savvy individuals interested in gaming and technology careers

## A Thinking Ape Brand in the Wild

*Image Source: [i.ytimg.com](https://i.ytimg.com/vi/o_G1XpJVVXo/maxresdefault.jpg)*

*Image Source: [wearebctech.com](https://wearebctech.com/wp-content/uploads/2019/09/Spotlight-on-A-Thinking-Ape-team.jpg-copy.png)*

*Image Source: [pbs.twimg.com](https://pbs.twimg.com/profile_images/1122955849960267776/vK8O0B0M_400x400.png)*

## Frequently Asked Questions

1. **What is A Thinking Ape's primary brand color?**  
   A Thinking Ape's primary brand color is #6F412C.

2. **What accent color does A Thinking Ape use?**  
   A Thinking Ape uses #623A29 as an accent color.

3. **What font does A Thinking Ape use?**  
   A Thinking Ape uses Chivo as the primary typeface.

4. **Does A Thinking Ape use a light or dark theme?**  
   A Thinking Ape's primary site uses a light color scheme.

5. **Where can I find A Thinking Ape's logo?**  
   A Thinking Ape's logo is available on their site (http://athinkingape.com).

6. **How was this brand profile generated?**  
   This profile was extracted using the Firecrawl branding extraction API.

## Methodology

Brand data on this page was extracted from http://athinkingape.com on 2026-07-27 using the Firecrawl branding extraction API.

## Machine-Readable Profile

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Chivo",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#6F412C",
    "secondary": "#7A4933",
    "accent": "#623A29",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#623A29"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Chivo",
      "heading": "Chivo"
    },
    "fontStacks": {
      "heading": [
        "Chivo",
        "sans-serif"
      ],
      "body": [
        "Chivo",
        "sans-serif"
      ],
      "paragraph": [
        "Chivo",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "65px",
      "h2": "52px",
      "body": "26px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "transparent",
      "textColor": "#000000",
      "borderColor": "#000000",
      "borderRadius": "7px",
      "borderRadiusCorners": {
        "topLeft": "7px",
        "topRight": "7px",
        "bottomRight": "7px",
        "bottomLeft": "7px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://athinkingape.com/static/www/images/common/logo-landscape-white.svg",
    "favicon": "data:,",
    "ogImage": "http://athinkingape.com/static/www/images/hex/hex-kraken.png?v=2"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy individuals interested in gaming and technology careers"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  }
}
```
