Shades of Cognac #A44A39
Tints of Cognac #A44A39
RGB
CMYK
RGB Variations
Color information
#A44A39 (or 0xA44A39) is known color: Cognac. HEX triplet: A4, 4A and 39. RGB value is (164,74,57). Sum of RGB (Red+Green+Blue) = 164+74+57=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44A39 is #5BB5C6. Grayscale: #636363. Windows color (decimal): -6010311 or 3754660. OLE color: 3754660.
HSL color Cylindrical-coordinate representation of color #A44A39: hue angle of 9.53º 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 #A44A39 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 74 | 57 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.36 |
| HSL | 9.53º | 0.48% | 0.43% | - |
| HSV(B) | 9.53º | 0.65% | 0.64% | - |
| XYZ | 18.5 | 13.09 | 5.42 | - |
| YUV | 98.97 | 104.32 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 57 | 0 | 0.55 | 0.65 | 0.36 | 9.53 | 0.48 | 0.43 |
| Hex | A4 | 4A | 39 | 0 | 37 | 41 | 24 | A | 30 | 2B |
| Octal | 244 | 112 | 71 | 0 | 67 | 101 | 44 | 12 | 60 | 53 |
| Binary | 10100100 | 1001010 | 111001 | 0 | 110111 | 1000001 | 100100 | 1010 | 110000 | 101011 |
Color Harmonies of #A44A39
Complementary color
Monochromatic Colors of #A44A39
Black with #A44A39
Text Example
Text Example
White with #A44A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44A39; }
p { color: rgb(164,74,57); }
H1.HeaderClassName
{
color: #A44A39;
}
.AnyTagClassName
{
color: #A44A39;
}
</style>
background-color css
<style>
a { background-color: #A44A39; }
a { background-color: rgb(164,74,57); }
div.DivClassName
{
background-color: #A44A39;
}
.BgClassName
{
background-color: #A44A39;
}
</style>
border-color css
<style>
span { border-color: #A44A39; }
span { border-color: rgb(164,74,57); }
td.TdClassName
{
border-color: #A44A39;
}
.TagClassName
{
border-color: #A44A39;
}
</style>