Shades of Malachite Green #A2A26D
Tints of Malachite Green #A2A26D
RGB
CMYK
RGB Variations
Color information
#A2A26D (or 0xA2A26D) is known color: Malachite Green. HEX triplet: A2, A2 and 6D. RGB value is (162,162,109). Sum of RGB (Red+Green+Blue) = 162+162+109=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A26D is #5D5D92. Grayscale: #9C9C9C. Windows color (decimal): -6118803 or 7185058. OLE color: 7185058.
HSL color Cylindrical-coordinate representation of color #A2A26D: hue angle of 60º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2A26D is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 162 | 109 | - |
| CMYK | 0 | 0 | 0.33 | 0.36 |
| HSL | 60º | 0.22% | 0.53% | - |
| HSV(B) | 60º | 0.33% | 0.64% | - |
| XYZ | 30.58 | 34.63 | 19.54 | - |
| YUV | 155.96 | 101.5 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 162 | 109 | 0 | 0 | 0.33 | 0.36 | 60 | 0.22 | 0.53 |
| Hex | A2 | A2 | 6D | 0 | 0 | 21 | 24 | 3C | 16 | 35 |
| Octal | 242 | 242 | 155 | 0 | 0 | 41 | 44 | 74 | 26 | 65 |
| Binary | 10100010 | 10100010 | 1101101 | 0 | 0 | 100001 | 100100 | 111100 | 10110 | 110101 |
Color Harmonies of #A2A26D
Complementary color
Monochromatic Colors of #A2A26D
Black with #A2A26D
Text Example
Text Example
White with #A2A26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A26D; }
p { color: rgb(162,162,109); }
H1.HeaderClassName
{
color: #A2A26D;
}
.AnyTagClassName
{
color: #A2A26D;
}
</style>
background-color css
<style>
a { background-color: #A2A26D; }
a { background-color: rgb(162,162,109); }
div.DivClassName
{
background-color: #A2A26D;
}
.BgClassName
{
background-color: #A2A26D;
}
</style>
border-color css
<style>
span { border-color: #A2A26D; }
span { border-color: rgb(162,162,109); }
td.TdClassName
{
border-color: #A2A26D;
}
.TagClassName
{
border-color: #A2A26D;
}
</style>