Shades of Malachite Green #A09F64
Tints of Malachite Green #A09F64
RGB
CMYK
RGB Variations
Color information
#A09F64 (or 0xA09F64) is known color: Malachite Green. HEX triplet: A0, 9F and 64. RGB value is (160,159,100). Sum of RGB (Red+Green+Blue) = 160+159+100=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09F64 is #5F609B. Grayscale: #989898. Windows color (decimal): -6250652 or 6594464. OLE color: 6594464.
HSL color Cylindrical-coordinate representation of color #A09F64: hue angle of 59º 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 #A09F64 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 159 | 100 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.37 |
| HSL | 59º | 0.24% | 0.51% | - |
| HSV(B) | 59º | 0.38% | 0.63% | - |
| XYZ | 29.2 | 33.19 | 16.92 | - |
| YUV | 152.57 | 98.33 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 159 | 100 | 0 | 0.01 | 0.38 | 0.37 | 59 | 0.24 | 0.51 |
| Hex | A0 | 9F | 64 | 0 | 1 | 26 | 25 | 3B | 18 | 33 |
| Octal | 240 | 237 | 144 | 0 | 1 | 46 | 45 | 73 | 30 | 63 |
| Binary | 10100000 | 10011111 | 1100100 | 0 | 1 | 100110 | 100101 | 111011 | 11000 | 110011 |
Color Harmonies of #A09F64
Complementary color
Monochromatic Colors of #A09F64
Black with #A09F64
Text Example
Text Example
White with #A09F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09F64; }
p { color: rgb(160,159,100); }
H1.HeaderClassName
{
color: #A09F64;
}
.AnyTagClassName
{
color: #A09F64;
}
</style>
background-color css
<style>
a { background-color: #A09F64; }
a { background-color: rgb(160,159,100); }
div.DivClassName
{
background-color: #A09F64;
}
.BgClassName
{
background-color: #A09F64;
}
</style>
border-color css
<style>
span { border-color: #A09F64; }
span { border-color: rgb(160,159,100); }
td.TdClassName
{
border-color: #A09F64;
}
.TagClassName
{
border-color: #A09F64;
}
</style>