Shades of Malachite Green #A2A16F
Tints of Malachite Green #A2A16F
RGB
CMYK
RGB Variations
Color information
#A2A16F (or 0xA2A16F) is known color: Malachite Green. HEX triplet: A2, A1 and 6F. RGB value is (162,161,111). Sum of RGB (Red+Green+Blue) = 162+161+111=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A16F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A16F is #5D5E90. Grayscale: #9B9B9B. Windows color (decimal): -6119057 or 7315874. OLE color: 7315874.
HSL color Cylindrical-coordinate representation of color #A2A16F: hue angle of 58.82º degrees, saturation: 0.22, 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 #A2A16F is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 161 | 111 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.36 |
| HSL | 58.82º | 0.22% | 0.54% | - |
| HSV(B) | 58.82º | 0.31% | 0.64% | - |
| XYZ | 30.51 | 34.32 | 20.05 | - |
| YUV | 155.6 | 102.83 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 161 | 111 | 0 | 0.01 | 0.31 | 0.36 | 58.82 | 0.22 | 0.54 |
| Hex | A2 | A1 | 6F | 0 | 1 | 1F | 24 | 3B | 16 | 36 |
| Octal | 242 | 241 | 157 | 0 | 1 | 37 | 44 | 73 | 26 | 66 |
| Binary | 10100010 | 10100001 | 1101111 | 0 | 1 | 11111 | 100100 | 111011 | 10110 | 110110 |
Color Harmonies of #A2A16F
Complementary color
Monochromatic Colors of #A2A16F
Black with #A2A16F
Text Example
Text Example
White with #A2A16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A16F; }
p { color: rgb(162,161,111); }
H1.HeaderClassName
{
color: #A2A16F;
}
.AnyTagClassName
{
color: #A2A16F;
}
</style>
background-color css
<style>
a { background-color: #A2A16F; }
a { background-color: rgb(162,161,111); }
div.DivClassName
{
background-color: #A2A16F;
}
.BgClassName
{
background-color: #A2A16F;
}
</style>
border-color css
<style>
span { border-color: #A2A16F; }
span { border-color: rgb(162,161,111); }
td.TdClassName
{
border-color: #A2A16F;
}
.TagClassName
{
border-color: #A2A16F;
}
</style>