aesculatech.json
AesculaTech Brand Identity
A complete profile of AesculaTech's visual system — colors, typography, components, and personality — extracted from https://www.aesculatech.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/aesculatech
- Machine-readable JSON: https://characterquilt.com/branding/aesculatech.json
- Per-page llms.txt: https://characterquilt.com/branding/aesculatech/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #0FF1B3 |
| Accent | #CC1818 |
| Body Font | Helvetica Neue |
| Heading Font | Helvetica Neue |
Color Palette
- primary: #0FF1B3
- secondary: #FF0000
- accent: #CC1818
- background: #0A0A0A
- textPrimary: #0A0A0A
- link: #CC1818
Typography
- primary: Helvetica Neue — https://fonts.google.com/specimen/Helvetica+Neue
- heading: Helvetica Neue — https://fonts.google.com/specimen/Helvetica+Neue
Visual Assets
- Logo: https://aesculatech.com/wp-content/uploads/2020/10/at_logo.png
- Favicon: https://aesculatech.com/wp-content/uploads/2020/10/cropped-fav-32x32.png
- Social card (og:image): https://aesculatech.com/wp-content/uploads/2020/09/uscf-01-e1602698618274.png
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy professionals
AesculaTech Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Contact - AesculaTech
- Partner - AesculaTech: Solutions to challenging or outdated problems
- Meet Humidifeye! - AesculaTech
- Meet Humidifeye! - AesculaTech
- Contact - AesculaTech
- About Us - AesculaTech: The cutting edge of Material Science
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
CharacterQuilt.com suggests this flow that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each
src: url(...)to point to your local file path.
Programmatic alternative: load the URL with Playwright or Puppeteer, listen for response events whose Content-Type starts with font/, and write the body to disk. The CSS extraction step is the same.
Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.
Machine-Readable Profile
{
"colorScheme": "dark",
"fonts": [
{
"family": "Helvetica Neue",
"role": "body"
}
],
"colors": {
"primary": "#0FF1B3",
"secondary": "#FF0000",
"accent": "#CC1818",
"background": "#0A0A0A",
"textPrimary": "#0A0A0A",
"link": "#CC1818"
},
"typography": {
"fontFamilies": {
"primary": "Helvetica Neue",
"heading": "Helvetica Neue"
},
"fontStacks": {
"heading": [
"Helvetica Neue",
"Helvetica",
"Arial",
"sans-serif"
],
"body": [
"Helvetica Neue",
"Helvetica",
"Arial",
"sans-serif"
],
"paragraph": [
"Helvetica Neue",
"Helvetica",
"Arial",
"sans-serif"
]
},
"fontSizes": {
"h1": "17px",
"h2": "31px",
"body": "17px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "2px"
},
"components": {},
"images": {
"logo": "https://aesculatech.com/wp-content/uploads/2020/10/at_logo.png",
"favicon": "https://aesculatech.com/wp-content/uploads/2020/10/cropped-fav-32x32.png",
"ogImage": "https://aesculatech.com/wp-content/uploads/2020/09/uscf-01-e1602698618274.png",
"logoHref": "https://aesculatech.com/",
"logoAlt": "AesculaTech"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand name 'AesculaTech'.",
"confidence": 0.95,
"source": "llm"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech-savvy professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0,
"colors": 0.9,
"overall": 0.45
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand name 'AesculaTech'.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": false,
"llmSucceeded": false
}
}
}