Shades of Cognac #A2473C
Tints of Cognac #A2473C
RGB
CMYK
RGB Variations
Color information
#A2473C (or 0xA2473C) is known color: Cognac. HEX triplet: A2, 47 and 3C. RGB value is (162,71,60). Sum of RGB (Red+Green+Blue) = 162+71+60=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A2473C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2473C is #5DB8C3. Grayscale: #616161. Windows color (decimal): -6142148 or 3950498. OLE color: 3950498.
HSL color Cylindrical-coordinate representation of color #A2473C: hue angle of 6.47º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2473C is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 71 | 60 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.36 |
| HSL | 6.47º | 0.46% | 0.44% | - |
| HSV(B) | 6.47º | 0.63% | 0.64% | - |
| XYZ | 17.97 | 12.51 | 5.74 | - |
| YUV | 96.96 | 107.15 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 60 | 0 | 0.56 | 0.63 | 0.36 | 6.47 | 0.46 | 0.44 |
| Hex | A2 | 47 | 3C | 0 | 38 | 3F | 24 | 6 | 2E | 2C |
| Octal | 242 | 107 | 74 | 0 | 70 | 77 | 44 | 6 | 56 | 54 |
| Binary | 10100010 | 1000111 | 111100 | 0 | 111000 | 111111 | 100100 | 110 | 101110 | 101100 |
Color Harmonies of #A2473C
Complementary color
Monochromatic Colors of #A2473C
Black with #A2473C
Text Example
Text Example
White with #A2473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2473C; }
p { color: rgb(162,71,60); }
H1.HeaderClassName
{
color: #A2473C;
}
.AnyTagClassName
{
color: #A2473C;
}
</style>
background-color css
<style>
a { background-color: #A2473C; }
a { background-color: rgb(162,71,60); }
div.DivClassName
{
background-color: #A2473C;
}
.BgClassName
{
background-color: #A2473C;
}
</style>
border-color css
<style>
span { border-color: #A2473C; }
span { border-color: rgb(162,71,60); }
td.TdClassName
{
border-color: #A2473C;
}
.TagClassName
{
border-color: #A2473C;
}
</style>