Shades of Malachite Green #A2A16D
Tints of Malachite Green #A2A16D
RGB
CMYK
RGB Variations
Color information
#A2A16D (or 0xA2A16D) is known color: Malachite Green. HEX triplet: A2, A1 and 6D. RGB value is (162,161,109). Sum of RGB (Red+Green+Blue) = 162+161+109=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A16D is #5D5E92. Grayscale: #9B9B9B. Windows color (decimal): -6119059 or 7184802. OLE color: 7184802.
HSL color Cylindrical-coordinate representation of color #A2A16D: hue angle of 58.87º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2A16D is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 161 | 109 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.36 |
| HSL | 58.87º | 0.22% | 0.53% | - |
| HSV(B) | 58.87º | 0.33% | 0.64% | - |
| XYZ | 30.41 | 34.28 | 19.48 | - |
| YUV | 155.37 | 101.83 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 161 | 109 | 0 | 0.01 | 0.33 | 0.36 | 58.87 | 0.22 | 0.53 |
| Hex | A2 | A1 | 6D | 0 | 1 | 21 | 24 | 3B | 16 | 35 |
| Octal | 242 | 241 | 155 | 0 | 1 | 41 | 44 | 73 | 26 | 65 |
| Binary | 10100010 | 10100001 | 1101101 | 0 | 1 | 100001 | 100100 | 111011 | 10110 | 110101 |
Color Harmonies of #A2A16D
Complementary color
Monochromatic Colors of #A2A16D
Black with #A2A16D
Text Example
Text Example
White with #A2A16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A16D; }
p { color: rgb(162,161,109); }
H1.HeaderClassName
{
color: #A2A16D;
}
.AnyTagClassName
{
color: #A2A16D;
}
</style>
background-color css
<style>
a { background-color: #A2A16D; }
a { background-color: rgb(162,161,109); }
div.DivClassName
{
background-color: #A2A16D;
}
.BgClassName
{
background-color: #A2A16D;
}
</style>
border-color css
<style>
span { border-color: #A2A16D; }
span { border-color: rgb(162,161,109); }
td.TdClassName
{
border-color: #A2A16D;
}
.TagClassName
{
border-color: #A2A16D;
}
</style>