Shades of Cognac #A04F3E
Tints of Cognac #A04F3E
RGB
CMYK
RGB Variations
Color information
#A04F3E (or 0xA04F3E) is known color: Cognac. HEX triplet: A0, 4F and 3E. RGB value is (160,79,62). Sum of RGB (Red+Green+Blue) = 160+79+62=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04F3E is #5FB0C1. Grayscale: #656565. Windows color (decimal): -6271170 or 4083616. OLE color: 4083616.
HSL color Cylindrical-coordinate representation of color #A04F3E: hue angle of 10.41º 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 #A04F3E is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 62 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.37 |
| HSL | 10.41º | 0.44% | 0.44% | - |
| HSV(B) | 10.41º | 0.61% | 0.63% | - |
| XYZ | 18.16 | 13.41 | 6.19 | - |
| YUV | 101.28 | 105.84 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 62 | 0 | 0.51 | 0.61 | 0.37 | 10.41 | 0.44 | 0.44 |
| Hex | A0 | 4F | 3E | 0 | 33 | 3D | 25 | A | 2C | 2C |
| Octal | 240 | 117 | 76 | 0 | 63 | 75 | 45 | 12 | 54 | 54 |
| Binary | 10100000 | 1001111 | 111110 | 0 | 110011 | 111101 | 100101 | 1010 | 101100 | 101100 |
Color Harmonies of #A04F3E
Complementary color
Monochromatic Colors of #A04F3E
Black with #A04F3E
Text Example
Text Example
White with #A04F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F3E; }
p { color: rgb(160,79,62); }
H1.HeaderClassName
{
color: #A04F3E;
}
.AnyTagClassName
{
color: #A04F3E;
}
</style>
background-color css
<style>
a { background-color: #A04F3E; }
a { background-color: rgb(160,79,62); }
div.DivClassName
{
background-color: #A04F3E;
}
.BgClassName
{
background-color: #A04F3E;
}
</style>
border-color css
<style>
span { border-color: #A04F3E; }
span { border-color: rgb(160,79,62); }
td.TdClassName
{
border-color: #A04F3E;
}
.TagClassName
{
border-color: #A04F3E;
}
</style>