Shades of Cognac #A24238
Tints of Cognac #A24238
RGB
CMYK
RGB Variations
Color information
#A24238 (or 0xA24238) is known color: Cognac. HEX triplet: A2, 42 and 38. RGB value is (162,66,56). Sum of RGB (Red+Green+Blue) = 162+66+56=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A24238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24238 is #5DBDC7. Grayscale: #5D5D5D. Windows color (decimal): -6143432 or 3687074. OLE color: 3687074.
HSL color Cylindrical-coordinate representation of color #A24238: hue angle of 5.66º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A24238 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 66 | 56 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.36 |
| HSL | 5.66º | 0.49% | 0.43% | - |
| HSV(B) | 5.66º | 0.65% | 0.64% | - |
| XYZ | 17.56 | 11.86 | 5.11 | - |
| YUV | 93.56 | 106.8 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 56 | 0 | 0.59 | 0.65 | 0.36 | 5.66 | 0.49 | 0.43 |
| Hex | A2 | 42 | 38 | 0 | 3B | 41 | 24 | 6 | 31 | 2B |
| Octal | 242 | 102 | 70 | 0 | 73 | 101 | 44 | 6 | 61 | 53 |
| Binary | 10100010 | 1000010 | 111000 | 0 | 111011 | 1000001 | 100100 | 110 | 110001 | 101011 |
Color Harmonies of #A24238
Complementary color
Monochromatic Colors of #A24238
Black with #A24238
Text Example
Text Example
White with #A24238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24238; }
p { color: rgb(162,66,56); }
H1.HeaderClassName
{
color: #A24238;
}
.AnyTagClassName
{
color: #A24238;
}
</style>
background-color css
<style>
a { background-color: #A24238; }
a { background-color: rgb(162,66,56); }
div.DivClassName
{
background-color: #A24238;
}
.BgClassName
{
background-color: #A24238;
}
</style>
border-color css
<style>
span { border-color: #A24238; }
span { border-color: rgb(162,66,56); }
td.TdClassName
{
border-color: #A24238;
}
.TagClassName
{
border-color: #A24238;
}
</style>