Shades of Malachite Green #A09D64
Tints of Malachite Green #A09D64
RGB
CMYK
RGB Variations
Color information
#A09D64 (or 0xA09D64) is known color: Malachite Green. HEX triplet: A0, 9D and 64. RGB value is (160,157,100). Sum of RGB (Red+Green+Blue) = 160+157+100=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09D64 is #5F629B. Grayscale: #979797. Windows color (decimal): -6251164 or 6593952. OLE color: 6593952.
HSL color Cylindrical-coordinate representation of color #A09D64: hue angle of 57º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A09D64 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 157 | 100 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.37 |
| HSL | 57º | 0.24% | 0.51% | - |
| HSV(B) | 57º | 0.38% | 0.63% | - |
| XYZ | 28.85 | 32.51 | 16.81 | - |
| YUV | 151.4 | 98.99 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 100 | 0 | 0.02 | 0.38 | 0.37 | 57 | 0.24 | 0.51 |
| Hex | A0 | 9D | 64 | 0 | 2 | 26 | 25 | 39 | 18 | 33 |
| Octal | 240 | 235 | 144 | 0 | 2 | 46 | 45 | 71 | 30 | 63 |
| Binary | 10100000 | 10011101 | 1100100 | 0 | 10 | 100110 | 100101 | 111001 | 11000 | 110011 |
Color Harmonies of #A09D64
Complementary color
Monochromatic Colors of #A09D64
Black with #A09D64
Text Example
Text Example
White with #A09D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09D64; }
p { color: rgb(160,157,100); }
H1.HeaderClassName
{
color: #A09D64;
}
.AnyTagClassName
{
color: #A09D64;
}
</style>
background-color css
<style>
a { background-color: #A09D64; }
a { background-color: rgb(160,157,100); }
div.DivClassName
{
background-color: #A09D64;
}
.BgClassName
{
background-color: #A09D64;
}
</style>
border-color css
<style>
span { border-color: #A09D64; }
span { border-color: rgb(160,157,100); }
td.TdClassName
{
border-color: #A09D64;
}
.TagClassName
{
border-color: #A09D64;
}
</style>