Shades of Malachite Green #A49F66
Tints of Malachite Green #A49F66
RGB
CMYK
RGB Variations
Color information
#A49F66 (or 0xA49F66) is known color: Malachite Green. HEX triplet: A4, 9F and 66. RGB value is (164,159,102). Sum of RGB (Red+Green+Blue) = 164+159+102=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49F66 is #5B6099. Grayscale: #9A9A9A. Windows color (decimal): -5988506 or 6725540. OLE color: 6725540.
HSL color Cylindrical-coordinate representation of color #A49F66: hue angle of 55.16º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A49F66 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 159 | 102 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.36 |
| HSL | 55.16º | 0.25% | 0.52% | - |
| HSV(B) | 55.16º | 0.38% | 0.64% | - |
| XYZ | 30.11 | 33.65 | 17.48 | - |
| YUV | 154 | 98.66 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 159 | 102 | 0 | 0.03 | 0.38 | 0.36 | 55.16 | 0.25 | 0.52 |
| Hex | A4 | 9F | 66 | 0 | 3 | 26 | 24 | 37 | 19 | 34 |
| Octal | 244 | 237 | 146 | 0 | 3 | 46 | 44 | 67 | 31 | 64 |
| Binary | 10100100 | 10011111 | 1100110 | 0 | 11 | 100110 | 100100 | 110111 | 11001 | 110100 |
Color Harmonies of #A49F66
Complementary color
Monochromatic Colors of #A49F66
Black with #A49F66
Text Example
Text Example
White with #A49F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49F66; }
p { color: rgb(164,159,102); }
H1.HeaderClassName
{
color: #A49F66;
}
.AnyTagClassName
{
color: #A49F66;
}
</style>
background-color css
<style>
a { background-color: #A49F66; }
a { background-color: rgb(164,159,102); }
div.DivClassName
{
background-color: #A49F66;
}
.BgClassName
{
background-color: #A49F66;
}
</style>
border-color css
<style>
span { border-color: #A49F66; }
span { border-color: rgb(164,159,102); }
td.TdClassName
{
border-color: #A49F66;
}
.TagClassName
{
border-color: #A49F66;
}
</style>