Shades of Malachite Green #A69F61
Tints of Malachite Green #A69F61
RGB
CMYK
RGB Variations
Color information
#A69F61 (or 0xA69F61) is known color: Malachite Green. HEX triplet: A6, 9F and 61. RGB value is (166,159,97). Sum of RGB (Red+Green+Blue) = 166+159+97=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69F61 is #59609E. Grayscale: #9A9A9A. Windows color (decimal): -5857439 or 6397862. OLE color: 6397862.
HSL color Cylindrical-coordinate representation of color #A69F61: hue angle of 53.91º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A69F61 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 159 | 97 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.35 |
| HSL | 53.91º | 0.28% | 0.52% | - |
| HSV(B) | 53.91º | 0.42% | 0.65% | - |
| XYZ | 30.28 | 33.77 | 16.23 | - |
| YUV | 154.03 | 95.82 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 159 | 97 | 0 | 0.04 | 0.42 | 0.35 | 53.91 | 0.28 | 0.52 |
| Hex | A6 | 9F | 61 | 0 | 4 | 2A | 23 | 36 | 1C | 34 |
| Octal | 246 | 237 | 141 | 0 | 4 | 52 | 43 | 66 | 34 | 64 |
| Binary | 10100110 | 10011111 | 1100001 | 0 | 100 | 101010 | 100011 | 110110 | 11100 | 110100 |
Color Harmonies of #A69F61
Complementary color
Monochromatic Colors of #A69F61
Black with #A69F61
Text Example
Text Example
White with #A69F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69F61; }
p { color: rgb(166,159,97); }
H1.HeaderClassName
{
color: #A69F61;
}
.AnyTagClassName
{
color: #A69F61;
}
</style>
background-color css
<style>
a { background-color: #A69F61; }
a { background-color: rgb(166,159,97); }
div.DivClassName
{
background-color: #A69F61;
}
.BgClassName
{
background-color: #A69F61;
}
</style>
border-color css
<style>
span { border-color: #A69F61; }
span { border-color: rgb(166,159,97); }
td.TdClassName
{
border-color: #A69F61;
}
.TagClassName
{
border-color: #A69F61;
}
</style>