Shades of Cognac #A24A37
Tints of Cognac #A24A37
RGB
CMYK
RGB Variations
Color information
#A24A37 (or 0xA24A37) is known color: Cognac. HEX triplet: A2, 4A and 37. RGB value is (162,74,55). Sum of RGB (Red+Green+Blue) = 162+74+55=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24A37 is #5DB5C8. Grayscale: #626262. Windows color (decimal): -6141385 or 3623586. OLE color: 3623586.
HSL color Cylindrical-coordinate representation of color #A24A37: hue angle of 10.65º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A24A37 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 74 | 55 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.36 |
| HSL | 10.65º | 0.49% | 0.43% | - |
| HSV(B) | 10.65º | 0.66% | 0.64% | - |
| XYZ | 18.04 | 12.85 | 5.14 | - |
| YUV | 98.15 | 103.65 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 55 | 0 | 0.54 | 0.66 | 0.36 | 10.65 | 0.49 | 0.43 |
| Hex | A2 | 4A | 37 | 0 | 36 | 42 | 24 | B | 31 | 2B |
| Octal | 242 | 112 | 67 | 0 | 66 | 102 | 44 | 13 | 61 | 53 |
| Binary | 10100010 | 1001010 | 110111 | 0 | 110110 | 1000010 | 100100 | 1011 | 110001 | 101011 |
Color Harmonies of #A24A37
Complementary color
Monochromatic Colors of #A24A37
Black with #A24A37
Text Example
Text Example
White with #A24A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24A37; }
p { color: rgb(162,74,55); }
H1.HeaderClassName
{
color: #A24A37;
}
.AnyTagClassName
{
color: #A24A37;
}
</style>
background-color css
<style>
a { background-color: #A24A37; }
a { background-color: rgb(162,74,55); }
div.DivClassName
{
background-color: #A24A37;
}
.BgClassName
{
background-color: #A24A37;
}
</style>
border-color css
<style>
span { border-color: #A24A37; }
span { border-color: rgb(162,74,55); }
td.TdClassName
{
border-color: #A24A37;
}
.TagClassName
{
border-color: #A24A37;
}
</style>