Shades of Cognac #A44A3B
Tints of Cognac #A44A3B
RGB
CMYK
RGB Variations
Color information
#A44A3B (or 0xA44A3B) is known color: Cognac. HEX triplet: A4, 4A and 3B. RGB value is (164,74,59). Sum of RGB (Red+Green+Blue) = 164+74+59=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44A3B is #5BB5C4. Grayscale: #636363. Windows color (decimal): -6010309 or 3885732. OLE color: 3885732.
HSL color Cylindrical-coordinate representation of color #A44A3B: hue angle of 8.57º 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 #A44A3B is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 74 | 59 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.36 |
| HSL | 8.57º | 0.47% | 0.44% | - |
| HSV(B) | 8.57º | 0.64% | 0.64% | - |
| XYZ | 18.55 | 13.11 | 5.69 | - |
| YUV | 99.2 | 105.32 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 59 | 0 | 0.55 | 0.64 | 0.36 | 8.57 | 0.47 | 0.44 |
| Hex | A4 | 4A | 3B | 0 | 37 | 40 | 24 | 9 | 2F | 2C |
| Octal | 244 | 112 | 73 | 0 | 67 | 100 | 44 | 11 | 57 | 54 |
| Binary | 10100100 | 1001010 | 111011 | 0 | 110111 | 1000000 | 100100 | 1001 | 101111 | 101100 |
Color Harmonies of #A44A3B
Complementary color
Monochromatic Colors of #A44A3B
Black with #A44A3B
Text Example
Text Example
White with #A44A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44A3B; }
p { color: rgb(164,74,59); }
H1.HeaderClassName
{
color: #A44A3B;
}
.AnyTagClassName
{
color: #A44A3B;
}
</style>
background-color css
<style>
a { background-color: #A44A3B; }
a { background-color: rgb(164,74,59); }
div.DivClassName
{
background-color: #A44A3B;
}
.BgClassName
{
background-color: #A44A3B;
}
</style>
border-color css
<style>
span { border-color: #A44A3B; }
span { border-color: rgb(164,74,59); }
td.TdClassName
{
border-color: #A44A3B;
}
.TagClassName
{
border-color: #A44A3B;
}
</style>