Shades of Malachite Green #A6A063
Tints of Malachite Green #A6A063
RGB
CMYK
RGB Variations
Color information
#A6A063 (or 0xA6A063) is known color: Malachite Green. HEX triplet: A6, A0 and 63. RGB value is (166,160,99). Sum of RGB (Red+Green+Blue) = 166+160+99=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A063 is #595F9C. Grayscale: #9B9B9B. Windows color (decimal): -5857181 or 6529190. OLE color: 6529190.
HSL color Cylindrical-coordinate representation of color #A6A063: hue angle of 54.63º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6A063 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 99 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.35 |
| HSL | 54.63º | 0.27% | 0.52% | - |
| HSV(B) | 54.63º | 0.4% | 0.65% | - |
| XYZ | 30.55 | 34.15 | 16.79 | - |
| YUV | 154.84 | 96.49 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 99 | 0 | 0.04 | 0.40 | 0.35 | 54.63 | 0.27 | 0.52 |
| Hex | A6 | A0 | 63 | 0 | 4 | 28 | 23 | 37 | 1B | 34 |
| Octal | 246 | 240 | 143 | 0 | 4 | 50 | 43 | 67 | 33 | 64 |
| Binary | 10100110 | 10100000 | 1100011 | 0 | 100 | 101000 | 100011 | 110111 | 11011 | 110100 |
Color Harmonies of #A6A063
Complementary color
Monochromatic Colors of #A6A063
Black with #A6A063
Text Example
Text Example
White with #A6A063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A063; }
p { color: rgb(166,160,99); }
H1.HeaderClassName
{
color: #A6A063;
}
.AnyTagClassName
{
color: #A6A063;
}
</style>
background-color css
<style>
a { background-color: #A6A063; }
a { background-color: rgb(166,160,99); }
div.DivClassName
{
background-color: #A6A063;
}
.BgClassName
{
background-color: #A6A063;
}
</style>
border-color css
<style>
span { border-color: #A6A063; }
span { border-color: rgb(166,160,99); }
td.TdClassName
{
border-color: #A6A063;
}
.TagClassName
{
border-color: #A6A063;
}
</style>