Shades of Malachite Green #A2A06F
Tints of Malachite Green #A2A06F
RGB
CMYK
RGB Variations
Color information
#A2A06F (or 0xA2A06F) is known color: Malachite Green. HEX triplet: A2, A0 and 6F. RGB value is (162,160,111). Sum of RGB (Red+Green+Blue) = 162+160+111=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A06F is #5D5F90. Grayscale: #9B9B9B. Windows color (decimal): -6119313 or 7315618. OLE color: 7315618.
HSL color Cylindrical-coordinate representation of color #A2A06F: hue angle of 57.65º 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 #A2A06F is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 160 | 111 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.36 |
| HSL | 57.65º | 0.22% | 0.54% | - |
| HSV(B) | 57.65º | 0.31% | 0.64% | - |
| XYZ | 30.34 | 33.97 | 20 | - |
| YUV | 155.01 | 103.16 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 160 | 111 | 0 | 0.01 | 0.31 | 0.36 | 57.65 | 0.22 | 0.54 |
| Hex | A2 | A0 | 6F | 0 | 1 | 1F | 24 | 3A | 16 | 36 |
| Octal | 242 | 240 | 157 | 0 | 1 | 37 | 44 | 72 | 26 | 66 |
| Binary | 10100010 | 10100000 | 1101111 | 0 | 1 | 11111 | 100100 | 111010 | 10110 | 110110 |
Color Harmonies of #A2A06F
Complementary color
Monochromatic Colors of #A2A06F
Black with #A2A06F
Text Example
Text Example
White with #A2A06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A06F; }
p { color: rgb(162,160,111); }
H1.HeaderClassName
{
color: #A2A06F;
}
.AnyTagClassName
{
color: #A2A06F;
}
</style>
background-color css
<style>
a { background-color: #A2A06F; }
a { background-color: rgb(162,160,111); }
div.DivClassName
{
background-color: #A2A06F;
}
.BgClassName
{
background-color: #A2A06F;
}
</style>
border-color css
<style>
span { border-color: #A2A06F; }
span { border-color: rgb(162,160,111); }
td.TdClassName
{
border-color: #A2A06F;
}
.TagClassName
{
border-color: #A2A06F;
}
</style>