Shades of Malachite Green #A2A168
Tints of Malachite Green #A2A168
RGB
CMYK
RGB Variations
Color information
#A2A168 (or 0xA2A168) is known color: Malachite Green. HEX triplet: A2, A1 and 68. RGB value is (162,161,104). Sum of RGB (Red+Green+Blue) = 162+161+104=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A168 is #5D5E97. Grayscale: #9B9B9B. Windows color (decimal): -6119064 or 6857122. OLE color: 6857122.
HSL color Cylindrical-coordinate representation of color #A2A168: hue angle of 58.97º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2A168 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 161 | 104 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.36 |
| HSL | 58.97º | 0.24% | 0.52% | - |
| HSV(B) | 58.97º | 0.36% | 0.64% | - |
| XYZ | 30.14 | 34.17 | 18.1 | - |
| YUV | 154.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 161 | 104 | 0 | 0.01 | 0.36 | 0.36 | 58.97 | 0.24 | 0.52 |
| Hex | A2 | A1 | 68 | 0 | 1 | 24 | 24 | 3B | 18 | 34 |
| Octal | 242 | 241 | 150 | 0 | 1 | 44 | 44 | 73 | 30 | 64 |
| Binary | 10100010 | 10100001 | 1101000 | 0 | 1 | 100100 | 100100 | 111011 | 11000 | 110100 |
Color Harmonies of #A2A168
Complementary color
Monochromatic Colors of #A2A168
Black with #A2A168
Text Example
Text Example
White with #A2A168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A168; }
p { color: rgb(162,161,104); }
H1.HeaderClassName
{
color: #A2A168;
}
.AnyTagClassName
{
color: #A2A168;
}
</style>
background-color css
<style>
a { background-color: #A2A168; }
a { background-color: rgb(162,161,104); }
div.DivClassName
{
background-color: #A2A168;
}
.BgClassName
{
background-color: #A2A168;
}
</style>
border-color css
<style>
span { border-color: #A2A168; }
span { border-color: rgb(162,161,104); }
td.TdClassName
{
border-color: #A2A168;
}
.TagClassName
{
border-color: #A2A168;
}
</style>