Shades of Malachite Green #A09A60
Tints of Malachite Green #A09A60
RGB
CMYK
RGB Variations
Color information
#A09A60 (or 0xA09A60) is known color: Malachite Green. HEX triplet: A0, 9A and 60. RGB value is (160,154,96). Sum of RGB (Red+Green+Blue) = 160+154+96=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09A60 is #5F659F. Grayscale: #959595. Windows color (decimal): -6251936 or 6331040. OLE color: 6331040.
HSL color Cylindrical-coordinate representation of color #A09A60: hue angle of 54.38º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A09A60 is Cyan = 0, Magento = 0.04, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 154 | 96 | - |
| CMYK | 0 | 0.04 | 0.4 | 0.37 |
| HSL | 54.38º | 0.25% | 0.5% | - |
| HSV(B) | 54.38º | 0.4% | 0.63% | - |
| XYZ | 28.16 | 31.43 | 15.65 | - |
| YUV | 149.18 | 97.99 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 154 | 96 | 0 | 0.04 | 0.4 | 0.37 | 54.38 | 0.25 | 0.5 |
| Hex | A0 | 9A | 60 | 0 | 4 | 28 | 25 | 36 | 19 | 32 |
| Octal | 240 | 232 | 140 | 0 | 4 | 50 | 45 | 66 | 31 | 62 |
| Binary | 10100000 | 10011010 | 1100000 | 0 | 100 | 101000 | 100101 | 110110 | 11001 | 110010 |
Color Harmonies of #A09A60
Complementary color
Monochromatic Colors of #A09A60
Black with #A09A60
Text Example
Text Example
White with #A09A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09A60; }
p { color: rgb(160,154,96); }
H1.HeaderClassName
{
color: #A09A60;
}
.AnyTagClassName
{
color: #A09A60;
}
</style>
background-color css
<style>
a { background-color: #A09A60; }
a { background-color: rgb(160,154,96); }
div.DivClassName
{
background-color: #A09A60;
}
.BgClassName
{
background-color: #A09A60;
}
</style>
border-color css
<style>
span { border-color: #A09A60; }
span { border-color: rgb(160,154,96); }
td.TdClassName
{
border-color: #A09A60;
}
.TagClassName
{
border-color: #A09A60;
}
</style>