Shades of Cognac #A44B3B
Tints of Cognac #A44B3B
RGB
CMYK
RGB Variations
Color information
#A44B3B (or 0xA44B3B) is known color: Cognac. HEX triplet: A4, 4B and 3B. RGB value is (164,75,59). Sum of RGB (Red+Green+Blue) = 164+75+59=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44B3B is #5BB4C4. Grayscale: #636363. Windows color (decimal): -6010053 or 3885988. OLE color: 3885988.
HSL color Cylindrical-coordinate representation of color #A44B3B: hue angle of 9.14º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A44B3B is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 75 | 59 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.36 |
| HSL | 9.14º | 0.47% | 0.44% | - |
| HSV(B) | 9.14º | 0.64% | 0.64% | - |
| XYZ | 18.62 | 13.24 | 5.71 | - |
| YUV | 99.79 | 104.99 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 59 | 0 | 0.54 | 0.64 | 0.36 | 9.14 | 0.47 | 0.44 |
| Hex | A4 | 4B | 3B | 0 | 36 | 40 | 24 | 9 | 2F | 2C |
| Octal | 244 | 113 | 73 | 0 | 66 | 100 | 44 | 11 | 57 | 54 |
| Binary | 10100100 | 1001011 | 111011 | 0 | 110110 | 1000000 | 100100 | 1001 | 101111 | 101100 |
Color Harmonies of #A44B3B
Complementary color
Monochromatic Colors of #A44B3B
Black with #A44B3B
Text Example
Text Example
White with #A44B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44B3B; }
p { color: rgb(164,75,59); }
H1.HeaderClassName
{
color: #A44B3B;
}
.AnyTagClassName
{
color: #A44B3B;
}
</style>
background-color css
<style>
a { background-color: #A44B3B; }
a { background-color: rgb(164,75,59); }
div.DivClassName
{
background-color: #A44B3B;
}
.BgClassName
{
background-color: #A44B3B;
}
</style>
border-color css
<style>
span { border-color: #A44B3B; }
span { border-color: rgb(164,75,59); }
td.TdClassName
{
border-color: #A44B3B;
}
.TagClassName
{
border-color: #A44B3B;
}
</style>