Shades of Malachite Green #A2A065
Tints of Malachite Green #A2A065
RGB
CMYK
RGB Variations
Color information
#A2A065 (or 0xA2A065) is known color: Malachite Green. HEX triplet: A2, A0 and 65. RGB value is (162,160,101). Sum of RGB (Red+Green+Blue) = 162+160+101=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A065 is #5D5F9A. Grayscale: #9A9A9A. Windows color (decimal): -6119323 or 6660258. OLE color: 6660258.
HSL color Cylindrical-coordinate representation of color #A2A065: hue angle of 58.03º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2A065 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 160 | 101 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.36 |
| HSL | 58.03º | 0.25% | 0.52% | - |
| HSV(B) | 58.03º | 0.38% | 0.64% | - |
| XYZ | 29.82 | 33.76 | 17.26 | - |
| YUV | 153.87 | 98.16 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 160 | 101 | 0 | 0.01 | 0.38 | 0.36 | 58.03 | 0.25 | 0.52 |
| Hex | A2 | A0 | 65 | 0 | 1 | 26 | 24 | 3A | 19 | 34 |
| Octal | 242 | 240 | 145 | 0 | 1 | 46 | 44 | 72 | 31 | 64 |
| Binary | 10100010 | 10100000 | 1100101 | 0 | 1 | 100110 | 100100 | 111010 | 11001 | 110100 |
Color Harmonies of #A2A065
Complementary color
Monochromatic Colors of #A2A065
Black with #A2A065
Text Example
Text Example
White with #A2A065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A065; }
p { color: rgb(162,160,101); }
H1.HeaderClassName
{
color: #A2A065;
}
.AnyTagClassName
{
color: #A2A065;
}
</style>
background-color css
<style>
a { background-color: #A2A065; }
a { background-color: rgb(162,160,101); }
div.DivClassName
{
background-color: #A2A065;
}
.BgClassName
{
background-color: #A2A065;
}
</style>
border-color css
<style>
span { border-color: #A2A065; }
span { border-color: rgb(162,160,101); }
td.TdClassName
{
border-color: #A2A065;
}
.TagClassName
{
border-color: #A2A065;
}
</style>