Shades of Malachite Green #A2A16B
Tints of Malachite Green #A2A16B
RGB
CMYK
RGB Variations
Color information
#A2A16B (or 0xA2A16B) is known color: Malachite Green. HEX triplet: A2, A1 and 6B. RGB value is (162,161,107). Sum of RGB (Red+Green+Blue) = 162+161+107=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A16B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A16B is #5D5E94. Grayscale: #9B9B9B. Windows color (decimal): -6119061 or 7053730. OLE color: 7053730.
HSL color Cylindrical-coordinate representation of color #A2A16B: hue angle of 58.91º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2A16B is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 161 | 107 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.36 |
| HSL | 58.91º | 0.23% | 0.53% | - |
| HSV(B) | 58.91º | 0.34% | 0.64% | - |
| XYZ | 30.3 | 34.23 | 18.92 | - |
| YUV | 155.14 | 100.83 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 161 | 107 | 0 | 0.01 | 0.34 | 0.36 | 58.91 | 0.23 | 0.53 |
| Hex | A2 | A1 | 6B | 0 | 1 | 22 | 24 | 3B | 17 | 35 |
| Octal | 242 | 241 | 153 | 0 | 1 | 42 | 44 | 73 | 27 | 65 |
| Binary | 10100010 | 10100001 | 1101011 | 0 | 1 | 100010 | 100100 | 111011 | 10111 | 110101 |
Color Harmonies of #A2A16B
Complementary color
Monochromatic Colors of #A2A16B
Black with #A2A16B
Text Example
Text Example
White with #A2A16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A16B; }
p { color: rgb(162,161,107); }
H1.HeaderClassName
{
color: #A2A16B;
}
.AnyTagClassName
{
color: #A2A16B;
}
</style>
background-color css
<style>
a { background-color: #A2A16B; }
a { background-color: rgb(162,161,107); }
div.DivClassName
{
background-color: #A2A16B;
}
.BgClassName
{
background-color: #A2A16B;
}
</style>
border-color css
<style>
span { border-color: #A2A16B; }
span { border-color: rgb(162,161,107); }
td.TdClassName
{
border-color: #A2A16B;
}
.TagClassName
{
border-color: #A2A16B;
}
</style>