Shades of Cognac #A44C3C
Tints of Cognac #A44C3C
RGB
CMYK
RGB Variations
Color information
#A44C3C (or 0xA44C3C) is known color: Cognac. HEX triplet: A4, 4C and 3C. RGB value is (164,76,60). Sum of RGB (Red+Green+Blue) = 164+76+60=300 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.67% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44C3C is #5BB3C3. Grayscale: #646464. Windows color (decimal): -6009796 or 3951780. OLE color: 3951780.
HSL color Cylindrical-coordinate representation of color #A44C3C: hue angle of 9.23º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A44C3C is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 76 | 60 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.36 |
| HSL | 9.23º | 0.46% | 0.44% | - |
| HSV(B) | 9.23º | 0.63% | 0.64% | - |
| XYZ | 18.71 | 13.39 | 5.87 | - |
| YUV | 100.49 | 105.15 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 60 | 0 | 0.54 | 0.63 | 0.36 | 9.23 | 0.46 | 0.44 |
| Hex | A4 | 4C | 3C | 0 | 36 | 3F | 24 | 9 | 2E | 2C |
| Octal | 244 | 114 | 74 | 0 | 66 | 77 | 44 | 11 | 56 | 54 |
| Binary | 10100100 | 1001100 | 111100 | 0 | 110110 | 111111 | 100100 | 1001 | 101110 | 101100 |
Color Harmonies of #A44C3C
Complementary color
Monochromatic Colors of #A44C3C
Black with #A44C3C
Text Example
Text Example
White with #A44C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44C3C; }
p { color: rgb(164,76,60); }
H1.HeaderClassName
{
color: #A44C3C;
}
.AnyTagClassName
{
color: #A44C3C;
}
</style>
background-color css
<style>
a { background-color: #A44C3C; }
a { background-color: rgb(164,76,60); }
div.DivClassName
{
background-color: #A44C3C;
}
.BgClassName
{
background-color: #A44C3C;
}
</style>
border-color css
<style>
span { border-color: #A44C3C; }
span { border-color: rgb(164,76,60); }
td.TdClassName
{
border-color: #A44C3C;
}
.TagClassName
{
border-color: #A44C3C;
}
</style>