What color is Cognac?
Cognac is a warm, muted reddish-brown with amber undertones, hex #A2574F, close to the color of well-worn leather. The tone is darker than terracotta and carries a dusty, earthy quality rather than a bright or glossy red.
What is the meaning of the color Cognac?
Named after the town of Cognac in the Charente region of France, the color draws from the deep amber-brown of aged brandy produced there under strict appellation laws since 1909. The drink itself has been distilled in the region since at least the 17th century, and its color became associated with luxury goods as French exports grew through the 18th and 19th centuries. The fashion industry adopted cognac as a descriptor for leather goods in the late 20th century, particularly for handbags and shoes positioned as premium products. The French luxury house Hermès has long used this tone across its leather lines, anchoring the color’s association with craftsmanship and heritage.
What colors go with Cognac?
Colors that pair well with Cognac include:
Ivory: soft, warm neutrality
Forest Green: rich earthy contrast
Navy Blue: cool, grounding balance
Mustard Yellow: tonal warmth
Charcoal: strong, quiet depth
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #A2574F |
color: #A2574F;
|
| RGB | 162, 87, 79 |
color: rgb(162, 87, 79);
|
| RGB Percentage | 64%, 34%, 31% |
color: rgb(64%, 34%, 31%);
|
| CMYK | 0%, 46%, 51%, 36% | Not supported in CSS |
| HSL | 6°, 34%, 47% |
color: hsl(6, 34%, 47%);
|
| HSV | 6°, 51%, 64% | Not supported in CSS |
| CIE-LAB | 38, 15, 3 |
color: lab(38% 15 3);
|
| Decimal | 10639183 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
.cognac {
color: #A2574F;
}
$cognac: #A2574F;
rgb(162, 87, 79)