Shades of Cognac #A44537
Tints of Cognac #A44537
RGB
CMYK
RGB Variations
Color information
#A44537 (or 0xA44537) is known color: Cognac. HEX triplet: A4, 45 and 37. RGB value is (164,69,55). Sum of RGB (Red+Green+Blue) = 164+69+55=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A44537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44537 is #5BBAC8. Grayscale: #5F5F5F. Windows color (decimal): -6011593 or 3622308. OLE color: 3622308.
HSL color Cylindrical-coordinate representation of color #A44537: hue angle of 7.71º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A44537 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 69 | 55 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.36 |
| HSL | 7.71º | 0.5% | 0.43% | - |
| HSV(B) | 7.71º | 0.66% | 0.64% | - |
| XYZ | 18.13 | 12.42 | 5.06 | - |
| YUV | 95.81 | 104.97 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 69 | 55 | 0 | 0.58 | 0.66 | 0.36 | 7.71 | 0.5 | 0.43 |
| Hex | A4 | 45 | 37 | 0 | 3A | 42 | 24 | 8 | 32 | 2B |
| Octal | 244 | 105 | 67 | 0 | 72 | 102 | 44 | 10 | 62 | 53 |
| Binary | 10100100 | 1000101 | 110111 | 0 | 111010 | 1000010 | 100100 | 1000 | 110010 | 101011 |
Color Harmonies of #A44537
Complementary color
Monochromatic Colors of #A44537
Black with #A44537
Text Example
Text Example
White with #A44537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44537; }
p { color: rgb(164,69,55); }
H1.HeaderClassName
{
color: #A44537;
}
.AnyTagClassName
{
color: #A44537;
}
</style>
background-color css
<style>
a { background-color: #A44537; }
a { background-color: rgb(164,69,55); }
div.DivClassName
{
background-color: #A44537;
}
.BgClassName
{
background-color: #A44537;
}
</style>
border-color css
<style>
span { border-color: #A44537; }
span { border-color: rgb(164,69,55); }
td.TdClassName
{
border-color: #A44537;
}
.TagClassName
{
border-color: #A44537;
}
</style>