Shades of Malachite Green #A09C71
Tints of Malachite Green #A09C71
RGB
CMYK
RGB Variations
Color information
#A09C71 (or 0xA09C71) is known color: Malachite Green. HEX triplet: A0, 9C and 71. RGB value is (160,156,113). Sum of RGB (Red+Green+Blue) = 160+156+113=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09C71 is #5F638E. Grayscale: #989898. Windows color (decimal): -6251407 or 7445664. OLE color: 7445664.
HSL color Cylindrical-coordinate representation of color #A09C71: hue angle of 54.89º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A09C71 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 156 | 113 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.37 |
| HSL | 54.89º | 0.2% | 0.54% | - |
| HSV(B) | 54.89º | 0.29% | 0.63% | - |
| XYZ | 29.37 | 32.44 | 20.34 | - |
| YUV | 152.29 | 105.83 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 113 | 0 | 0.02 | 0.29 | 0.37 | 54.89 | 0.2 | 0.54 |
| Hex | A0 | 9C | 71 | 0 | 2 | 1D | 25 | 37 | 14 | 36 |
| Octal | 240 | 234 | 161 | 0 | 2 | 35 | 45 | 67 | 24 | 66 |
| Binary | 10100000 | 10011100 | 1110001 | 0 | 10 | 11101 | 100101 | 110111 | 10100 | 110110 |
Color Harmonies of #A09C71
Complementary color
Monochromatic Colors of #A09C71
Black with #A09C71
Text Example
Text Example
White with #A09C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09C71; }
p { color: rgb(160,156,113); }
H1.HeaderClassName
{
color: #A09C71;
}
.AnyTagClassName
{
color: #A09C71;
}
</style>
background-color css
<style>
a { background-color: #A09C71; }
a { background-color: rgb(160,156,113); }
div.DivClassName
{
background-color: #A09C71;
}
.BgClassName
{
background-color: #A09C71;
}
</style>
border-color css
<style>
span { border-color: #A09C71; }
span { border-color: rgb(160,156,113); }
td.TdClassName
{
border-color: #A09C71;
}
.TagClassName
{
border-color: #A09C71;
}
</style>