Shades of Cognac #A0473E
Tints of Cognac #A0473E
RGB
CMYK
RGB Variations
Color information
#A0473E (or 0xA0473E) is known color: Cognac. HEX triplet: A0, 47 and 3E. RGB value is (160,71,62). Sum of RGB (Red+Green+Blue) = 160+71+62=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A0473E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0473E is #5FB8C1. Grayscale: #606060. Windows color (decimal): -6273218 or 4081568. OLE color: 4081568.
HSL color Cylindrical-coordinate representation of color #A0473E: hue angle of 5.51º 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 #A0473E is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 62 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.37 |
| HSL | 5.51º | 0.44% | 0.44% | - |
| HSV(B) | 5.51º | 0.61% | 0.63% | - |
| XYZ | 17.62 | 12.33 | 6.01 | - |
| YUV | 96.59 | 108.49 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 62 | 0 | 0.56 | 0.61 | 0.37 | 5.51 | 0.44 | 0.44 |
| Hex | A0 | 47 | 3E | 0 | 38 | 3D | 25 | 6 | 2C | 2C |
| Octal | 240 | 107 | 76 | 0 | 70 | 75 | 45 | 6 | 54 | 54 |
| Binary | 10100000 | 1000111 | 111110 | 0 | 111000 | 111101 | 100101 | 110 | 101100 | 101100 |
Color Harmonies of #A0473E
Complementary color
Monochromatic Colors of #A0473E
Black with #A0473E
Text Example
Text Example
White with #A0473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0473E; }
p { color: rgb(160,71,62); }
H1.HeaderClassName
{
color: #A0473E;
}
.AnyTagClassName
{
color: #A0473E;
}
</style>
background-color css
<style>
a { background-color: #A0473E; }
a { background-color: rgb(160,71,62); }
div.DivClassName
{
background-color: #A0473E;
}
.BgClassName
{
background-color: #A0473E;
}
</style>
border-color css
<style>
span { border-color: #A0473E; }
span { border-color: rgb(160,71,62); }
td.TdClassName
{
border-color: #A0473E;
}
.TagClassName
{
border-color: #A0473E;
}
</style>