Shades of Cognac #A0473B
Tints of Cognac #A0473B
RGB
CMYK
RGB Variations
Color information
#A0473B (or 0xA0473B) is known color: Cognac. HEX triplet: A0, 47 and 3B. RGB value is (160,71,59). Sum of RGB (Red+Green+Blue) = 160+71+59=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A0473B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0473B is #5FB8C4. Grayscale: #606060. Windows color (decimal): -6273221 or 3884960. OLE color: 3884960.
HSL color Cylindrical-coordinate representation of color #A0473B: hue angle of 7.13º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0473B is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 59 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.37 |
| HSL | 7.13º | 0.46% | 0.43% | - |
| HSV(B) | 7.13º | 0.63% | 0.63% | - |
| XYZ | 17.54 | 12.3 | 5.59 | - |
| YUV | 96.24 | 106.99 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 59 | 0 | 0.56 | 0.63 | 0.37 | 7.13 | 0.46 | 0.43 |
| Hex | A0 | 47 | 3B | 0 | 38 | 3F | 25 | 7 | 2E | 2B |
| Octal | 240 | 107 | 73 | 0 | 70 | 77 | 45 | 7 | 56 | 53 |
| Binary | 10100000 | 1000111 | 111011 | 0 | 111000 | 111111 | 100101 | 111 | 101110 | 101011 |
Color Harmonies of #A0473B
Complementary color
Monochromatic Colors of #A0473B
Black with #A0473B
Text Example
Text Example
White with #A0473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0473B; }
p { color: rgb(160,71,59); }
H1.HeaderClassName
{
color: #A0473B;
}
.AnyTagClassName
{
color: #A0473B;
}
</style>
background-color css
<style>
a { background-color: #A0473B; }
a { background-color: rgb(160,71,59); }
div.DivClassName
{
background-color: #A0473B;
}
.BgClassName
{
background-color: #A0473B;
}
</style>
border-color css
<style>
span { border-color: #A0473B; }
span { border-color: rgb(160,71,59); }
td.TdClassName
{
border-color: #A0473B;
}
.TagClassName
{
border-color: #A0473B;
}
</style>