Shades of Malachite Green #A29E70
Tints of Malachite Green #A29E70
RGB
CMYK
RGB Variations
Color information
#A29E70 (or 0xA29E70) is known color: Malachite Green. HEX triplet: A2, 9E and 70. RGB value is (162,158,112). Sum of RGB (Red+Green+Blue) = 162+158+112=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29E70 is #5D618F. Grayscale: #9A9A9A. Windows color (decimal): -6119824 or 7380642. OLE color: 7380642.
HSL color Cylindrical-coordinate representation of color #A29E70: hue angle of 55.2º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A29E70 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 158 | 112 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.36 |
| HSL | 55.2º | 0.21% | 0.54% | - |
| HSV(B) | 55.2º | 0.31% | 0.64% | - |
| XYZ | 30.05 | 33.3 | 20.17 | - |
| YUV | 153.95 | 104.33 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 158 | 112 | 0 | 0.02 | 0.31 | 0.36 | 55.2 | 0.21 | 0.54 |
| Hex | A2 | 9E | 70 | 0 | 2 | 1F | 24 | 37 | 15 | 36 |
| Octal | 242 | 236 | 160 | 0 | 2 | 37 | 44 | 67 | 25 | 66 |
| Binary | 10100010 | 10011110 | 1110000 | 0 | 10 | 11111 | 100100 | 110111 | 10101 | 110110 |
Color Harmonies of #A29E70
Complementary color
Monochromatic Colors of #A29E70
Black with #A29E70
Text Example
Text Example
White with #A29E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29E70; }
p { color: rgb(162,158,112); }
H1.HeaderClassName
{
color: #A29E70;
}
.AnyTagClassName
{
color: #A29E70;
}
</style>
background-color css
<style>
a { background-color: #A29E70; }
a { background-color: rgb(162,158,112); }
div.DivClassName
{
background-color: #A29E70;
}
.BgClassName
{
background-color: #A29E70;
}
</style>
border-color css
<style>
span { border-color: #A29E70; }
span { border-color: rgb(162,158,112); }
td.TdClassName
{
border-color: #A29E70;
}
.TagClassName
{
border-color: #A29E70;
}
</style>