Shades of Cognac #A04A3E
Tints of Cognac #A04A3E
RGB
CMYK
RGB Variations
Color information
#A04A3E (or 0xA04A3E) is known color: Cognac. HEX triplet: A0, 4A and 3E. RGB value is (160,74,62). Sum of RGB (Red+Green+Blue) = 160+74+62=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04A3E is #5FB5C1. Grayscale: #626262. Windows color (decimal): -6272450 or 4082336. OLE color: 4082336.
HSL color Cylindrical-coordinate representation of color #A04A3E: hue angle of 7.35º 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 #A04A3E is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 74 | 62 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.37 |
| HSL | 7.35º | 0.44% | 0.44% | - |
| HSV(B) | 7.35º | 0.61% | 0.63% | - |
| XYZ | 17.82 | 12.72 | 6.07 | - |
| YUV | 98.35 | 107.49 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 62 | 0 | 0.54 | 0.61 | 0.37 | 7.35 | 0.44 | 0.44 |
| Hex | A0 | 4A | 3E | 0 | 36 | 3D | 25 | 7 | 2C | 2C |
| Octal | 240 | 112 | 76 | 0 | 66 | 75 | 45 | 7 | 54 | 54 |
| Binary | 10100000 | 1001010 | 111110 | 0 | 110110 | 111101 | 100101 | 111 | 101100 | 101100 |
Color Harmonies of #A04A3E
Complementary color
Monochromatic Colors of #A04A3E
Black with #A04A3E
Text Example
Text Example
White with #A04A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04A3E; }
p { color: rgb(160,74,62); }
H1.HeaderClassName
{
color: #A04A3E;
}
.AnyTagClassName
{
color: #A04A3E;
}
</style>
background-color css
<style>
a { background-color: #A04A3E; }
a { background-color: rgb(160,74,62); }
div.DivClassName
{
background-color: #A04A3E;
}
.BgClassName
{
background-color: #A04A3E;
}
</style>
border-color css
<style>
span { border-color: #A04A3E; }
span { border-color: rgb(160,74,62); }
td.TdClassName
{
border-color: #A04A3E;
}
.TagClassName
{
border-color: #A04A3E;
}
</style>