Shades of Cognac #A44239
Tints of Cognac #A44239
RGB
CMYK
RGB Variations
Color information
#A44239 (or 0xA44239) is known color: Cognac. HEX triplet: A4, 42 and 39. RGB value is (164,66,57). Sum of RGB (Red+Green+Blue) = 164+66+57=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A44239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44239 is #5BBDC6. Grayscale: #5E5E5E. Windows color (decimal): -6012359 or 3752612. OLE color: 3752612.
HSL color Cylindrical-coordinate representation of color #A44239: hue angle of 5.05º degrees, saturation: 0.48, 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 #A44239 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 66 | 57 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.36 |
| HSL | 5.05º | 0.48% | 0.43% | - |
| HSV(B) | 5.05º | 0.65% | 0.64% | - |
| XYZ | 18 | 12.08 | 5.25 | - |
| YUV | 94.28 | 106.97 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 66 | 57 | 0 | 0.60 | 0.65 | 0.36 | 5.05 | 0.48 | 0.43 |
| Hex | A4 | 42 | 39 | 0 | 3C | 41 | 24 | 5 | 30 | 2B |
| Octal | 244 | 102 | 71 | 0 | 74 | 101 | 44 | 5 | 60 | 53 |
| Binary | 10100100 | 1000010 | 111001 | 0 | 111100 | 1000001 | 100100 | 101 | 110000 | 101011 |
Color Harmonies of #A44239
Complementary color
Monochromatic Colors of #A44239
Black with #A44239
Text Example
Text Example
White with #A44239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44239; }
p { color: rgb(164,66,57); }
H1.HeaderClassName
{
color: #A44239;
}
.AnyTagClassName
{
color: #A44239;
}
</style>
background-color css
<style>
a { background-color: #A44239; }
a { background-color: rgb(164,66,57); }
div.DivClassName
{
background-color: #A44239;
}
.BgClassName
{
background-color: #A44239;
}
</style>
border-color css
<style>
span { border-color: #A44239; }
span { border-color: rgb(164,66,57); }
td.TdClassName
{
border-color: #A44239;
}
.TagClassName
{
border-color: #A44239;
}
</style>