Shades of Malachite Green #A2A069
Tints of Malachite Green #A2A069
RGB
CMYK
RGB Variations
Color information
#A2A069 (or 0xA2A069) is known color: Malachite Green. HEX triplet: A2, A0 and 69. RGB value is (162,160,105). Sum of RGB (Red+Green+Blue) = 162+160+105=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A069 is #5D5F96. Grayscale: #9A9A9A. Windows color (decimal): -6119319 or 6922402. OLE color: 6922402.
HSL color Cylindrical-coordinate representation of color #A2A069: hue angle of 57.89º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2A069 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 160 | 105 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.36 |
| HSL | 57.89º | 0.23% | 0.52% | - |
| HSV(B) | 57.89º | 0.35% | 0.64% | - |
| XYZ | 30.02 | 33.84 | 18.31 | - |
| YUV | 154.33 | 100.16 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 160 | 105 | 0 | 0.01 | 0.35 | 0.36 | 57.89 | 0.23 | 0.52 |
| Hex | A2 | A0 | 69 | 0 | 1 | 23 | 24 | 3A | 17 | 34 |
| Octal | 242 | 240 | 151 | 0 | 1 | 43 | 44 | 72 | 27 | 64 |
| Binary | 10100010 | 10100000 | 1101001 | 0 | 1 | 100011 | 100100 | 111010 | 10111 | 110100 |
Color Harmonies of #A2A069
Complementary color
Monochromatic Colors of #A2A069
Black with #A2A069
Text Example
Text Example
White with #A2A069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A069; }
p { color: rgb(162,160,105); }
H1.HeaderClassName
{
color: #A2A069;
}
.AnyTagClassName
{
color: #A2A069;
}
</style>
background-color css
<style>
a { background-color: #A2A069; }
a { background-color: rgb(162,160,105); }
div.DivClassName
{
background-color: #A2A069;
}
.BgClassName
{
background-color: #A2A069;
}
</style>
border-color css
<style>
span { border-color: #A2A069; }
span { border-color: rgb(162,160,105); }
td.TdClassName
{
border-color: #A2A069;
}
.TagClassName
{
border-color: #A2A069;
}
</style>