Shades of Cognac #A24D3D
Tints of Cognac #A24D3D
RGB
CMYK
RGB Variations
Color information
#A24D3D (or 0xA24D3D) is known color: Cognac. HEX triplet: A2, 4D and 3D. RGB value is (162,77,61). Sum of RGB (Red+Green+Blue) = 162+77+61=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24D3D is #5DB2C2. Grayscale: #646464. Windows color (decimal): -6140611 or 4017570. OLE color: 4017570.
HSL color Cylindrical-coordinate representation of color #A24D3D: hue angle of 9.5º 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 #A24D3D is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 77 | 61 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.36 |
| HSL | 9.5º | 0.45% | 0.44% | - |
| HSV(B) | 9.5º | 0.62% | 0.64% | - |
| XYZ | 18.4 | 13.33 | 6.02 | - |
| YUV | 100.59 | 105.66 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 77 | 61 | 0 | 0.52 | 0.62 | 0.36 | 9.5 | 0.45 | 0.44 |
| Hex | A2 | 4D | 3D | 0 | 34 | 3E | 24 | A | 2D | 2C |
| Octal | 242 | 115 | 75 | 0 | 64 | 76 | 44 | 12 | 55 | 54 |
| Binary | 10100010 | 1001101 | 111101 | 0 | 110100 | 111110 | 100100 | 1010 | 101101 | 101100 |
Color Harmonies of #A24D3D
Complementary color
Monochromatic Colors of #A24D3D
Black with #A24D3D
Text Example
Text Example
White with #A24D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24D3D; }
p { color: rgb(162,77,61); }
H1.HeaderClassName
{
color: #A24D3D;
}
.AnyTagClassName
{
color: #A24D3D;
}
</style>
background-color css
<style>
a { background-color: #A24D3D; }
a { background-color: rgb(162,77,61); }
div.DivClassName
{
background-color: #A24D3D;
}
.BgClassName
{
background-color: #A24D3D;
}
</style>
border-color css
<style>
span { border-color: #A24D3D; }
span { border-color: rgb(162,77,61); }
td.TdClassName
{
border-color: #A24D3D;
}
.TagClassName
{
border-color: #A24D3D;
}
</style>