Shades of Cognac #A04C3A
Tints of Cognac #A04C3A
RGB
CMYK
RGB Variations
Color information
#A04C3A (or 0xA04C3A) is known color: Cognac. HEX triplet: A0, 4C and 3A. RGB value is (160,76,58). Sum of RGB (Red+Green+Blue) = 160+76+58=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04C3A is #5FB3C5. Grayscale: #636363. Windows color (decimal): -6271942 or 3820704. OLE color: 3820704.
HSL color Cylindrical-coordinate representation of color #A04C3A: hue angle of 10.59º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A04C3A is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 76 | 58 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.37 |
| HSL | 10.59º | 0.47% | 0.43% | - |
| HSV(B) | 10.59º | 0.64% | 0.63% | - |
| XYZ | 17.85 | 12.95 | 5.56 | - |
| YUV | 99.06 | 104.83 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 58 | 0 | 0.52 | 0.64 | 0.37 | 10.59 | 0.47 | 0.43 |
| Hex | A0 | 4C | 3A | 0 | 34 | 40 | 25 | B | 2F | 2B |
| Octal | 240 | 114 | 72 | 0 | 64 | 100 | 45 | 13 | 57 | 53 |
| Binary | 10100000 | 1001100 | 111010 | 0 | 110100 | 1000000 | 100101 | 1011 | 101111 | 101011 |
Color Harmonies of #A04C3A
Complementary color
Monochromatic Colors of #A04C3A
Black with #A04C3A
Text Example
Text Example
White with #A04C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04C3A; }
p { color: rgb(160,76,58); }
H1.HeaderClassName
{
color: #A04C3A;
}
.AnyTagClassName
{
color: #A04C3A;
}
</style>
background-color css
<style>
a { background-color: #A04C3A; }
a { background-color: rgb(160,76,58); }
div.DivClassName
{
background-color: #A04C3A;
}
.BgClassName
{
background-color: #A04C3A;
}
</style>
border-color css
<style>
span { border-color: #A04C3A; }
span { border-color: rgb(160,76,58); }
td.TdClassName
{
border-color: #A04C3A;
}
.TagClassName
{
border-color: #A04C3A;
}
</style>