Shades of Cognac #A04C3E
Tints of Cognac #A04C3E
RGB
CMYK
RGB Variations
Color information
#A04C3E (or 0xA04C3E) is known color: Cognac. HEX triplet: A0, 4C and 3E. RGB value is (160,76,62). Sum of RGB (Red+Green+Blue) = 160+76+62=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04C3E is #5FB3C1. Grayscale: #636363. Windows color (decimal): -6271938 or 4082848. OLE color: 4082848.
HSL color Cylindrical-coordinate representation of color #A04C3E: hue angle of 8.57º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A04C3E is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 76 | 62 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.37 |
| HSL | 8.57º | 0.44% | 0.44% | - |
| HSV(B) | 8.57º | 0.61% | 0.63% | - |
| XYZ | 17.95 | 12.99 | 6.12 | - |
| YUV | 99.52 | 106.83 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 62 | 0 | 0.52 | 0.61 | 0.37 | 8.57 | 0.44 | 0.44 |
| Hex | A0 | 4C | 3E | 0 | 34 | 3D | 25 | 9 | 2C | 2C |
| Octal | 240 | 114 | 76 | 0 | 64 | 75 | 45 | 11 | 54 | 54 |
| Binary | 10100000 | 1001100 | 111110 | 0 | 110100 | 111101 | 100101 | 1001 | 101100 | 101100 |
Color Harmonies of #A04C3E
Complementary color
Monochromatic Colors of #A04C3E
Black with #A04C3E
Text Example
Text Example
White with #A04C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04C3E; }
p { color: rgb(160,76,62); }
H1.HeaderClassName
{
color: #A04C3E;
}
.AnyTagClassName
{
color: #A04C3E;
}
</style>
background-color css
<style>
a { background-color: #A04C3E; }
a { background-color: rgb(160,76,62); }
div.DivClassName
{
background-color: #A04C3E;
}
.BgClassName
{
background-color: #A04C3E;
}
</style>
border-color css
<style>
span { border-color: #A04C3E; }
span { border-color: rgb(160,76,62); }
td.TdClassName
{
border-color: #A04C3E;
}
.TagClassName
{
border-color: #A04C3E;
}
</style>