Shades of Cognac #A04A37
Tints of Cognac #A04A37
RGB
CMYK
RGB Variations
Color information
#A04A37 (or 0xA04A37) is known color: Cognac. HEX triplet: A0, 4A and 37. RGB value is (160,74,55). Sum of RGB (Red+Green+Blue) = 160+74+55=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04A37 is #5FB5C8. Grayscale: #616161. Windows color (decimal): -6272457 or 3623584. OLE color: 3623584.
HSL color Cylindrical-coordinate representation of color #A04A37: hue angle of 10.86º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A04A37 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 74 | 55 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.37 |
| HSL | 10.86º | 0.49% | 0.42% | - |
| HSV(B) | 10.86º | 0.66% | 0.63% | - |
| XYZ | 17.64 | 12.65 | 5.13 | - |
| YUV | 97.55 | 103.99 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 55 | 0 | 0.54 | 0.66 | 0.37 | 10.86 | 0.49 | 0.42 |
| Hex | A0 | 4A | 37 | 0 | 36 | 42 | 25 | B | 31 | 2A |
| Octal | 240 | 112 | 67 | 0 | 66 | 102 | 45 | 13 | 61 | 52 |
| Binary | 10100000 | 1001010 | 110111 | 0 | 110110 | 1000010 | 100101 | 1011 | 110001 | 101010 |
Color Harmonies of #A04A37
Complementary color
Monochromatic Colors of #A04A37
Black with #A04A37
Text Example
Text Example
White with #A04A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04A37; }
p { color: rgb(160,74,55); }
H1.HeaderClassName
{
color: #A04A37;
}
.AnyTagClassName
{
color: #A04A37;
}
</style>
background-color css
<style>
a { background-color: #A04A37; }
a { background-color: rgb(160,74,55); }
div.DivClassName
{
background-color: #A04A37;
}
.BgClassName
{
background-color: #A04A37;
}
</style>
border-color css
<style>
span { border-color: #A04A37; }
span { border-color: rgb(160,74,55); }
td.TdClassName
{
border-color: #A04A37;
}
.TagClassName
{
border-color: #A04A37;
}
</style>