Shades of Cognac #A04837
Tints of Cognac #A04837
RGB
CMYK
RGB Variations
Color information
#A04837 (or 0xA04837) is known color: Cognac. HEX triplet: A0, 48 and 37. RGB value is (160,72,55). Sum of RGB (Red+Green+Blue) = 160+72+55=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A04837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04837 is #5FB7C8. Grayscale: #606060. Windows color (decimal): -6272969 or 3623072. OLE color: 3623072.
HSL color Cylindrical-coordinate representation of color #A04837: hue angle of 9.71º 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 #A04837 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 55 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.37 |
| HSL | 9.71º | 0.49% | 0.42% | - |
| HSV(B) | 9.71º | 0.66% | 0.63% | - |
| XYZ | 17.5 | 12.38 | 5.08 | - |
| YUV | 96.37 | 104.65 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 55 | 0 | 0.55 | 0.66 | 0.37 | 9.71 | 0.49 | 0.42 |
| Hex | A0 | 48 | 37 | 0 | 37 | 42 | 25 | A | 31 | 2A |
| Octal | 240 | 110 | 67 | 0 | 67 | 102 | 45 | 12 | 61 | 52 |
| Binary | 10100000 | 1001000 | 110111 | 0 | 110111 | 1000010 | 100101 | 1010 | 110001 | 101010 |
Color Harmonies of #A04837
Complementary color
Monochromatic Colors of #A04837
Black with #A04837
Text Example
Text Example
White with #A04837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04837; }
p { color: rgb(160,72,55); }
H1.HeaderClassName
{
color: #A04837;
}
.AnyTagClassName
{
color: #A04837;
}
</style>
background-color css
<style>
a { background-color: #A04837; }
a { background-color: rgb(160,72,55); }
div.DivClassName
{
background-color: #A04837;
}
.BgClassName
{
background-color: #A04837;
}
</style>
border-color css
<style>
span { border-color: #A04837; }
span { border-color: rgb(160,72,55); }
td.TdClassName
{
border-color: #A04837;
}
.TagClassName
{
border-color: #A04837;
}
</style>