Shades of Cognac #A24D3E
Tints of Cognac #A24D3E
RGB
CMYK
RGB Variations
Color information
#A24D3E (or 0xA24D3E) is known color: Cognac. HEX triplet: A2, 4D and 3E. RGB value is (162,77,62). Sum of RGB (Red+Green+Blue) = 162+77+62=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24D3E is #5DB2C1. Grayscale: #646464. Windows color (decimal): -6140610 or 4083106. OLE color: 4083106.
HSL color Cylindrical-coordinate representation of color #A24D3E: hue angle of 9º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A24D3E is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 77 | 62 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.36 |
| HSL | 9º | 0.45% | 0.44% | - |
| HSV(B) | 9º | 0.62% | 0.64% | - |
| XYZ | 18.42 | 13.34 | 6.16 | - |
| YUV | 100.71 | 106.16 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 77 | 62 | 0 | 0.52 | 0.62 | 0.36 | 9 | 0.45 | 0.44 |
| Hex | A2 | 4D | 3E | 0 | 34 | 3E | 24 | 9 | 2D | 2C |
| Octal | 242 | 115 | 76 | 0 | 64 | 76 | 44 | 11 | 55 | 54 |
| Binary | 10100010 | 1001101 | 111110 | 0 | 110100 | 111110 | 100100 | 1001 | 101101 | 101100 |
Color Harmonies of #A24D3E
Complementary color
Monochromatic Colors of #A24D3E
Black with #A24D3E
Text Example
Text Example
White with #A24D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24D3E; }
p { color: rgb(162,77,62); }
H1.HeaderClassName
{
color: #A24D3E;
}
.AnyTagClassName
{
color: #A24D3E;
}
</style>
background-color css
<style>
a { background-color: #A24D3E; }
a { background-color: rgb(162,77,62); }
div.DivClassName
{
background-color: #A24D3E;
}
.BgClassName
{
background-color: #A24D3E;
}
</style>
border-color css
<style>
span { border-color: #A24D3E; }
span { border-color: rgb(162,77,62); }
td.TdClassName
{
border-color: #A24D3E;
}
.TagClassName
{
border-color: #A24D3E;
}
</style>