Shades of Malachite Green #A2A06E
Tints of Malachite Green #A2A06E
RGB
CMYK
RGB Variations
Color information
#A2A06E (or 0xA2A06E) is known color: Malachite Green. HEX triplet: A2, A0 and 6E. RGB value is (162,160,110). Sum of RGB (Red+Green+Blue) = 162+160+110=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A06E is #5D5F91. Grayscale: #9B9B9B. Windows color (decimal): -6119314 or 7250082. OLE color: 7250082.
HSL color Cylindrical-coordinate representation of color #A2A06E: hue angle of 57.69º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2A06E is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 160 | 110 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.36 |
| HSL | 57.69º | 0.22% | 0.53% | - |
| HSV(B) | 57.69º | 0.32% | 0.64% | - |
| XYZ | 30.29 | 33.95 | 19.71 | - |
| YUV | 154.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 160 | 110 | 0 | 0.01 | 0.32 | 0.36 | 57.69 | 0.22 | 0.53 |
| Hex | A2 | A0 | 6E | 0 | 1 | 20 | 24 | 3A | 16 | 35 |
| Octal | 242 | 240 | 156 | 0 | 1 | 40 | 44 | 72 | 26 | 65 |
| Binary | 10100010 | 10100000 | 1101110 | 0 | 1 | 100000 | 100100 | 111010 | 10110 | 110101 |
Color Harmonies of #A2A06E
Complementary color
Monochromatic Colors of #A2A06E
Black with #A2A06E
Text Example
Text Example
White with #A2A06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A06E; }
p { color: rgb(162,160,110); }
H1.HeaderClassName
{
color: #A2A06E;
}
.AnyTagClassName
{
color: #A2A06E;
}
</style>
background-color css
<style>
a { background-color: #A2A06E; }
a { background-color: rgb(162,160,110); }
div.DivClassName
{
background-color: #A2A06E;
}
.BgClassName
{
background-color: #A2A06E;
}
</style>
border-color css
<style>
span { border-color: #A2A06E; }
span { border-color: rgb(162,160,110); }
td.TdClassName
{
border-color: #A2A06E;
}
.TagClassName
{
border-color: #A2A06E;
}
</style>