Shades of Cognac #A64939
Tints of Cognac #A64939
RGB
CMYK
RGB Variations
Color information
#A64939 (or 0xA64939) is known color: Cognac. HEX triplet: A6, 49 and 39. RGB value is (166,73,57). Sum of RGB (Red+Green+Blue) = 166+73+57=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A64939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64939 is #59B6C6. Grayscale: #636363. Windows color (decimal): -5879495 or 3754406. OLE color: 3754406.
HSL color Cylindrical-coordinate representation of color #A64939: hue angle of 8.81º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A64939 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 73 | 57 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.35 |
| HSL | 8.81º | 0.49% | 0.44% | - |
| HSV(B) | 8.81º | 0.66% | 0.65% | - |
| XYZ | 18.85 | 13.17 | 5.42 | - |
| YUV | 98.98 | 104.31 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 57 | 0 | 0.56 | 0.66 | 0.35 | 8.81 | 0.49 | 0.44 |
| Hex | A6 | 49 | 39 | 0 | 38 | 42 | 23 | 9 | 31 | 2C |
| Octal | 246 | 111 | 71 | 0 | 70 | 102 | 43 | 11 | 61 | 54 |
| Binary | 10100110 | 1001001 | 111001 | 0 | 111000 | 1000010 | 100011 | 1001 | 110001 | 101100 |
Color Harmonies of #A64939
Complementary color
Monochromatic Colors of #A64939
Black with #A64939
Text Example
Text Example
White with #A64939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64939; }
p { color: rgb(166,73,57); }
H1.HeaderClassName
{
color: #A64939;
}
.AnyTagClassName
{
color: #A64939;
}
</style>
background-color css
<style>
a { background-color: #A64939; }
a { background-color: rgb(166,73,57); }
div.DivClassName
{
background-color: #A64939;
}
.BgClassName
{
background-color: #A64939;
}
</style>
border-color css
<style>
span { border-color: #A64939; }
span { border-color: rgb(166,73,57); }
td.TdClassName
{
border-color: #A64939;
}
.TagClassName
{
border-color: #A64939;
}
</style>