Shades of Cognac #A04D3E
Tints of Cognac #A04D3E
RGB
CMYK
RGB Variations
Color information
#A04D3E (or 0xA04D3E) is known color: Cognac. HEX triplet: A0, 4D and 3E. RGB value is (160,77,62). Sum of RGB (Red+Green+Blue) = 160+77+62=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04D3E is #5FB2C1. Grayscale: #646464. Windows color (decimal): -6271682 or 4083104. OLE color: 4083104.
HSL color Cylindrical-coordinate representation of color #A04D3E: hue angle of 9.18º 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 #A04D3E is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 62 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.37 |
| HSL | 9.18º | 0.44% | 0.44% | - |
| HSV(B) | 9.18º | 0.61% | 0.63% | - |
| XYZ | 18.02 | 13.13 | 6.14 | - |
| YUV | 100.11 | 106.5 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 62 | 0 | 0.52 | 0.61 | 0.37 | 9.18 | 0.44 | 0.44 |
| Hex | A0 | 4D | 3E | 0 | 34 | 3D | 25 | 9 | 2C | 2C |
| Octal | 240 | 115 | 76 | 0 | 64 | 75 | 45 | 11 | 54 | 54 |
| Binary | 10100000 | 1001101 | 111110 | 0 | 110100 | 111101 | 100101 | 1001 | 101100 | 101100 |
Color Harmonies of #A04D3E
Complementary color
Monochromatic Colors of #A04D3E
Black with #A04D3E
Text Example
Text Example
White with #A04D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D3E; }
p { color: rgb(160,77,62); }
H1.HeaderClassName
{
color: #A04D3E;
}
.AnyTagClassName
{
color: #A04D3E;
}
</style>
background-color css
<style>
a { background-color: #A04D3E; }
a { background-color: rgb(160,77,62); }
div.DivClassName
{
background-color: #A04D3E;
}
.BgClassName
{
background-color: #A04D3E;
}
</style>
border-color css
<style>
span { border-color: #A04D3E; }
span { border-color: rgb(160,77,62); }
td.TdClassName
{
border-color: #A04D3E;
}
.TagClassName
{
border-color: #A04D3E;
}
</style>