Shades of Malachite Green #A09C70
Tints of Malachite Green #A09C70
RGB
CMYK
RGB Variations
Color information
#A09C70 (or 0xA09C70) is known color: Malachite Green. HEX triplet: A0, 9C and 70. RGB value is (160,156,112). Sum of RGB (Red+Green+Blue) = 160+156+112=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09C70 is #5F638F. Grayscale: #989898. Windows color (decimal): -6251408 or 7380128. OLE color: 7380128.
HSL color Cylindrical-coordinate representation of color #A09C70: hue angle of 55º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A09C70 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 156 | 112 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.37 |
| HSL | 55º | 0.2% | 0.53% | - |
| HSV(B) | 55º | 0.3% | 0.63% | - |
| XYZ | 29.31 | 32.42 | 20.04 | - |
| YUV | 152.18 | 105.33 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 112 | 0 | 0.02 | 0.30 | 0.37 | 55 | 0.2 | 0.53 |
| Hex | A0 | 9C | 70 | 0 | 2 | 1E | 25 | 37 | 14 | 35 |
| Octal | 240 | 234 | 160 | 0 | 2 | 36 | 45 | 67 | 24 | 65 |
| Binary | 10100000 | 10011100 | 1110000 | 0 | 10 | 11110 | 100101 | 110111 | 10100 | 110101 |
Color Harmonies of #A09C70
Complementary color
Monochromatic Colors of #A09C70
Black with #A09C70
Text Example
Text Example
White with #A09C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09C70; }
p { color: rgb(160,156,112); }
H1.HeaderClassName
{
color: #A09C70;
}
.AnyTagClassName
{
color: #A09C70;
}
</style>
background-color css
<style>
a { background-color: #A09C70; }
a { background-color: rgb(160,156,112); }
div.DivClassName
{
background-color: #A09C70;
}
.BgClassName
{
background-color: #A09C70;
}
</style>
border-color css
<style>
span { border-color: #A09C70; }
span { border-color: rgb(160,156,112); }
td.TdClassName
{
border-color: #A09C70;
}
.TagClassName
{
border-color: #A09C70;
}
</style>