Shades of Malachite Green #A09D74
Tints of Malachite Green #A09D74
RGB
CMYK
RGB Variations
Color information
#A09D74 (or 0xA09D74) is known color: Malachite Green. HEX triplet: A0, 9D and 74. RGB value is (160,157,116). Sum of RGB (Red+Green+Blue) = 160+157+116=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09D74 is #5F628B. Grayscale: #999999. Windows color (decimal): -6251148 or 7642528. OLE color: 7642528.
HSL color Cylindrical-coordinate representation of color #A09D74: hue angle of 55.91º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A09D74 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 157 | 116 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.37 |
| HSL | 55.91º | 0.19% | 0.54% | - |
| HSV(B) | 55.91º | 0.28% | 0.63% | - |
| XYZ | 29.71 | 32.85 | 21.3 | - |
| YUV | 153.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 116 | 0 | 0.02 | 0.28 | 0.37 | 55.91 | 0.19 | 0.54 |
| Hex | A0 | 9D | 74 | 0 | 2 | 1C | 25 | 38 | 13 | 36 |
| Octal | 240 | 235 | 164 | 0 | 2 | 34 | 45 | 70 | 23 | 66 |
| Binary | 10100000 | 10011101 | 1110100 | 0 | 10 | 11100 | 100101 | 111000 | 10011 | 110110 |
Color Harmonies of #A09D74
Complementary color
Monochromatic Colors of #A09D74
Black with #A09D74
Text Example
Text Example
White with #A09D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09D74; }
p { color: rgb(160,157,116); }
H1.HeaderClassName
{
color: #A09D74;
}
.AnyTagClassName
{
color: #A09D74;
}
</style>
background-color css
<style>
a { background-color: #A09D74; }
a { background-color: rgb(160,157,116); }
div.DivClassName
{
background-color: #A09D74;
}
.BgClassName
{
background-color: #A09D74;
}
</style>
border-color css
<style>
span { border-color: #A09D74; }
span { border-color: rgb(160,157,116); }
td.TdClassName
{
border-color: #A09D74;
}
.TagClassName
{
border-color: #A09D74;
}
</style>