Shades of Malachite Green #A0A06B
Tints of Malachite Green #A0A06B
RGB
CMYK
RGB Variations
Color information
#A0A06B (or 0xA0A06B) is known color: Malachite Green. HEX triplet: A0, A0 and 6B. RGB value is (160,160,107). Sum of RGB (Red+Green+Blue) = 160+160+107=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A06B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A06B is #5F5F94. Grayscale: #9A9A9A. Windows color (decimal): -6250389 or 7053472. OLE color: 7053472.
HSL color Cylindrical-coordinate representation of color #A0A06B: hue angle of 60º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0A06B is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 160 | 107 | - |
| CMYK | 0 | 0 | 0.33 | 0.37 |
| HSL | 60º | 0.22% | 0.52% | - |
| HSV(B) | 60º | 0.33% | 0.63% | - |
| XYZ | 29.72 | 33.68 | 18.84 | - |
| YUV | 153.96 | 101.5 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 160 | 107 | 0 | 0 | 0.33 | 0.37 | 60 | 0.22 | 0.52 |
| Hex | A0 | A0 | 6B | 0 | 0 | 21 | 25 | 3C | 16 | 34 |
| Octal | 240 | 240 | 153 | 0 | 0 | 41 | 45 | 74 | 26 | 64 |
| Binary | 10100000 | 10100000 | 1101011 | 0 | 0 | 100001 | 100101 | 111100 | 10110 | 110100 |
Color Harmonies of #A0A06B
Complementary color
Monochromatic Colors of #A0A06B
Black with #A0A06B
Text Example
Text Example
White with #A0A06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A06B; }
p { color: rgb(160,160,107); }
H1.HeaderClassName
{
color: #A0A06B;
}
.AnyTagClassName
{
color: #A0A06B;
}
</style>
background-color css
<style>
a { background-color: #A0A06B; }
a { background-color: rgb(160,160,107); }
div.DivClassName
{
background-color: #A0A06B;
}
.BgClassName
{
background-color: #A0A06B;
}
</style>
border-color css
<style>
span { border-color: #A0A06B; }
span { border-color: rgb(160,160,107); }
td.TdClassName
{
border-color: #A0A06B;
}
.TagClassName
{
border-color: #A0A06B;
}
</style>