Shades of Malachite Green #A09D72
Tints of Malachite Green #A09D72
RGB
CMYK
RGB Variations
Color information
#A09D72 (or 0xA09D72) is known color: Malachite Green. HEX triplet: A0, 9D and 72. RGB value is (160,157,114). Sum of RGB (Red+Green+Blue) = 160+157+114=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09D72 is #5F628D. Grayscale: #999999. Windows color (decimal): -6251150 or 7511456. OLE color: 7511456.
HSL color Cylindrical-coordinate representation of color #A09D72: hue angle of 56.09º degrees, saturation: 0.19, 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 #A09D72 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 157 | 114 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.37 |
| HSL | 56.09º | 0.19% | 0.54% | - |
| HSV(B) | 56.09º | 0.29% | 0.63% | - |
| XYZ | 29.59 | 32.8 | 20.69 | - |
| YUV | 153 | 105.99 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 114 | 0 | 0.02 | 0.29 | 0.37 | 56.09 | 0.19 | 0.54 |
| Hex | A0 | 9D | 72 | 0 | 2 | 1D | 25 | 38 | 13 | 36 |
| Octal | 240 | 235 | 162 | 0 | 2 | 35 | 45 | 70 | 23 | 66 |
| Binary | 10100000 | 10011101 | 1110010 | 0 | 10 | 11101 | 100101 | 111000 | 10011 | 110110 |
Color Harmonies of #A09D72
Complementary color
Monochromatic Colors of #A09D72
Black with #A09D72
Text Example
Text Example
White with #A09D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09D72; }
p { color: rgb(160,157,114); }
H1.HeaderClassName
{
color: #A09D72;
}
.AnyTagClassName
{
color: #A09D72;
}
</style>
background-color css
<style>
a { background-color: #A09D72; }
a { background-color: rgb(160,157,114); }
div.DivClassName
{
background-color: #A09D72;
}
.BgClassName
{
background-color: #A09D72;
}
</style>
border-color css
<style>
span { border-color: #A09D72; }
span { border-color: rgb(160,157,114); }
td.TdClassName
{
border-color: #A09D72;
}
.TagClassName
{
border-color: #A09D72;
}
</style>