Shades of Malachite Green #A6A066
Tints of Malachite Green #A6A066
RGB
CMYK
RGB Variations
Color information
#A6A066 (or 0xA6A066) is known color: Malachite Green. HEX triplet: A6, A0 and 66. RGB value is (166,160,102). Sum of RGB (Red+Green+Blue) = 166+160+102=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A066 is #595F99. Grayscale: #9B9B9B. Windows color (decimal): -5857178 or 6725798. OLE color: 6725798.
HSL color Cylindrical-coordinate representation of color #A6A066: hue angle of 54.38º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6A066 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 102 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.35 |
| HSL | 54.38º | 0.26% | 0.53% | - |
| HSV(B) | 54.38º | 0.39% | 0.65% | - |
| XYZ | 30.69 | 34.21 | 17.56 | - |
| YUV | 155.18 | 97.99 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 102 | 0 | 0.04 | 0.39 | 0.35 | 54.38 | 0.26 | 0.53 |
| Hex | A6 | A0 | 66 | 0 | 4 | 27 | 23 | 36 | 1A | 35 |
| Octal | 246 | 240 | 146 | 0 | 4 | 47 | 43 | 66 | 32 | 65 |
| Binary | 10100110 | 10100000 | 1100110 | 0 | 100 | 100111 | 100011 | 110110 | 11010 | 110101 |
Color Harmonies of #A6A066
Complementary color
Monochromatic Colors of #A6A066
Black with #A6A066
Text Example
Text Example
White with #A6A066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A066; }
p { color: rgb(166,160,102); }
H1.HeaderClassName
{
color: #A6A066;
}
.AnyTagClassName
{
color: #A6A066;
}
</style>
background-color css
<style>
a { background-color: #A6A066; }
a { background-color: rgb(166,160,102); }
div.DivClassName
{
background-color: #A6A066;
}
.BgClassName
{
background-color: #A6A066;
}
</style>
border-color css
<style>
span { border-color: #A6A066; }
span { border-color: rgb(166,160,102); }
td.TdClassName
{
border-color: #A6A066;
}
.TagClassName
{
border-color: #A6A066;
}
</style>