Shades of Cognac #A04439
Tints of Cognac #A04439
RGB
CMYK
RGB Variations
Color information
#A04439 (or 0xA04439) is known color: Cognac. HEX triplet: A0, 44 and 39. RGB value is (160,68,57). Sum of RGB (Red+Green+Blue) = 160+68+57=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A04439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04439 is #5FBBC6. Grayscale: #5E5E5E. Windows color (decimal): -6273991 or 3753120. OLE color: 3753120.
HSL color Cylindrical-coordinate representation of color #A04439: hue angle of 6.41º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A04439 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 68 | 57 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.37 |
| HSL | 6.41º | 0.47% | 0.43% | - |
| HSV(B) | 6.41º | 0.64% | 0.63% | - |
| XYZ | 17.3 | 11.9 | 5.26 | - |
| YUV | 94.25 | 106.98 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 57 | 0 | 0.57 | 0.64 | 0.37 | 6.41 | 0.47 | 0.43 |
| Hex | A0 | 44 | 39 | 0 | 39 | 40 | 25 | 6 | 2F | 2B |
| Octal | 240 | 104 | 71 | 0 | 71 | 100 | 45 | 6 | 57 | 53 |
| Binary | 10100000 | 1000100 | 111001 | 0 | 111001 | 1000000 | 100101 | 110 | 101111 | 101011 |
Color Harmonies of #A04439
Complementary color
Monochromatic Colors of #A04439
Black with #A04439
Text Example
Text Example
White with #A04439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04439; }
p { color: rgb(160,68,57); }
H1.HeaderClassName
{
color: #A04439;
}
.AnyTagClassName
{
color: #A04439;
}
</style>
background-color css
<style>
a { background-color: #A04439; }
a { background-color: rgb(160,68,57); }
div.DivClassName
{
background-color: #A04439;
}
.BgClassName
{
background-color: #A04439;
}
</style>
border-color css
<style>
span { border-color: #A04439; }
span { border-color: rgb(160,68,57); }
td.TdClassName
{
border-color: #A04439;
}
.TagClassName
{
border-color: #A04439;
}
</style>