Shades of Malachite Green #A2A071
Tints of Malachite Green #A2A071
RGB
CMYK
RGB Variations
Color information
#A2A071 (or 0xA2A071) is known color: Malachite Green. HEX triplet: A2, A0 and 71. RGB value is (162,160,113). Sum of RGB (Red+Green+Blue) = 162+160+113=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A071 is #5D5F8E. Grayscale: #9B9B9B. Windows color (decimal): -6119311 or 7446690. OLE color: 7446690.
HSL color Cylindrical-coordinate representation of color #A2A071: hue angle of 57.55º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2A071 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 160 | 113 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.36 |
| HSL | 57.55º | 0.21% | 0.54% | - |
| HSV(B) | 57.55º | 0.3% | 0.64% | - |
| XYZ | 30.45 | 34.02 | 20.58 | - |
| YUV | 155.24 | 104.16 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 160 | 113 | 0 | 0.01 | 0.30 | 0.36 | 57.55 | 0.21 | 0.54 |
| Hex | A2 | A0 | 71 | 0 | 1 | 1E | 24 | 3A | 15 | 36 |
| Octal | 242 | 240 | 161 | 0 | 1 | 36 | 44 | 72 | 25 | 66 |
| Binary | 10100010 | 10100000 | 1110001 | 0 | 1 | 11110 | 100100 | 111010 | 10101 | 110110 |
Color Harmonies of #A2A071
Complementary color
Monochromatic Colors of #A2A071
Black with #A2A071
Text Example
Text Example
White with #A2A071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A071; }
p { color: rgb(162,160,113); }
H1.HeaderClassName
{
color: #A2A071;
}
.AnyTagClassName
{
color: #A2A071;
}
</style>
background-color css
<style>
a { background-color: #A2A071; }
a { background-color: rgb(162,160,113); }
div.DivClassName
{
background-color: #A2A071;
}
.BgClassName
{
background-color: #A2A071;
}
</style>
border-color css
<style>
span { border-color: #A2A071; }
span { border-color: rgb(162,160,113); }
td.TdClassName
{
border-color: #A2A071;
}
.TagClassName
{
border-color: #A2A071;
}
</style>