Shades of Cognac #A04337
Tints of Cognac #A04337
RGB
CMYK
RGB Variations
Color information
#A04337 (or 0xA04337) is known color: Cognac. HEX triplet: A0, 43 and 37. RGB value is (160,67,55). Sum of RGB (Red+Green+Blue) = 160+67+55=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A04337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04337 is #5FBCC8. Grayscale: #5D5D5D. Windows color (decimal): -6274249 or 3621792. OLE color: 3621792.
HSL color Cylindrical-coordinate representation of color #A04337: hue angle of 6.86º 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 #A04337 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 55 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.37 |
| HSL | 6.86º | 0.49% | 0.42% | - |
| HSV(B) | 6.86º | 0.66% | 0.63% | - |
| XYZ | 17.19 | 11.76 | 4.98 | - |
| YUV | 93.44 | 106.31 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 55 | 0 | 0.58 | 0.66 | 0.37 | 6.86 | 0.49 | 0.42 |
| Hex | A0 | 43 | 37 | 0 | 3A | 42 | 25 | 7 | 31 | 2A |
| Octal | 240 | 103 | 67 | 0 | 72 | 102 | 45 | 7 | 61 | 52 |
| Binary | 10100000 | 1000011 | 110111 | 0 | 111010 | 1000010 | 100101 | 111 | 110001 | 101010 |
Color Harmonies of #A04337
Complementary color
Monochromatic Colors of #A04337
Black with #A04337
Text Example
Text Example
White with #A04337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04337; }
p { color: rgb(160,67,55); }
H1.HeaderClassName
{
color: #A04337;
}
.AnyTagClassName
{
color: #A04337;
}
</style>
background-color css
<style>
a { background-color: #A04337; }
a { background-color: rgb(160,67,55); }
div.DivClassName
{
background-color: #A04337;
}
.BgClassName
{
background-color: #A04337;
}
</style>
border-color css
<style>
span { border-color: #A04337; }
span { border-color: rgb(160,67,55); }
td.TdClassName
{
border-color: #A04337;
}
.TagClassName
{
border-color: #A04337;
}
</style>