Shades of Cognac #A04737
Tints of Cognac #A04737
RGB
CMYK
RGB Variations
Color information
#A04737 (or 0xA04737) is known color: Cognac. HEX triplet: A0, 47 and 37. RGB value is (160,71,55). Sum of RGB (Red+Green+Blue) = 160+71+55=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A04737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04737 is #5FB8C8. Grayscale: #5F5F5F. Windows color (decimal): -6273225 or 3622816. OLE color: 3622816.
HSL color Cylindrical-coordinate representation of color #A04737: hue angle of 9.14º 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 #A04737 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 55 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.37 |
| HSL | 9.14º | 0.49% | 0.42% | - |
| HSV(B) | 9.14º | 0.66% | 0.63% | - |
| XYZ | 17.44 | 12.26 | 5.06 | - |
| YUV | 95.79 | 104.99 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 55 | 0 | 0.56 | 0.66 | 0.37 | 9.14 | 0.49 | 0.42 |
| Hex | A0 | 47 | 37 | 0 | 38 | 42 | 25 | 9 | 31 | 2A |
| Octal | 240 | 107 | 67 | 0 | 70 | 102 | 45 | 11 | 61 | 52 |
| Binary | 10100000 | 1000111 | 110111 | 0 | 111000 | 1000010 | 100101 | 1001 | 110001 | 101010 |
Color Harmonies of #A04737
Complementary color
Monochromatic Colors of #A04737
Black with #A04737
Text Example
Text Example
White with #A04737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04737; }
p { color: rgb(160,71,55); }
H1.HeaderClassName
{
color: #A04737;
}
.AnyTagClassName
{
color: #A04737;
}
</style>
background-color css
<style>
a { background-color: #A04737; }
a { background-color: rgb(160,71,55); }
div.DivClassName
{
background-color: #A04737;
}
.BgClassName
{
background-color: #A04737;
}
</style>
border-color css
<style>
span { border-color: #A04737; }
span { border-color: rgb(160,71,55); }
td.TdClassName
{
border-color: #A04737;
}
.TagClassName
{
border-color: #A04737;
}
</style>