Shades of Malachite Green #A19A66
Tints of Malachite Green #A19A66
RGB
CMYK
RGB Variations
Color information
#A19A66 (or 0xA19A66) is known color: Malachite Green. HEX triplet: A1, 9A and 66. RGB value is (161,154,102). Sum of RGB (Red+Green+Blue) = 161+154+102=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19A66 is #5E6599. Grayscale: #969696. Windows color (decimal): -6186394 or 6724257. OLE color: 6724257.
HSL color Cylindrical-coordinate representation of color #A19A66: hue angle of 52.88º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A19A66 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 154 | 102 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.37 |
| HSL | 52.88º | 0.24% | 0.52% | - |
| HSV(B) | 52.88º | 0.37% | 0.63% | - |
| XYZ | 28.65 | 31.65 | 17.17 | - |
| YUV | 150.17 | 100.82 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 102 | 0 | 0.04 | 0.37 | 0.37 | 52.88 | 0.24 | 0.52 |
| Hex | A1 | 9A | 66 | 0 | 4 | 25 | 25 | 35 | 18 | 34 |
| Octal | 241 | 232 | 146 | 0 | 4 | 45 | 45 | 65 | 30 | 64 |
| Binary | 10100001 | 10011010 | 1100110 | 0 | 100 | 100101 | 100101 | 110101 | 11000 | 110100 |
Color Harmonies of #A19A66
Complementary color
Monochromatic Colors of #A19A66
Black with #A19A66
Text Example
Text Example
White with #A19A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19A66; }
p { color: rgb(161,154,102); }
H1.HeaderClassName
{
color: #A19A66;
}
.AnyTagClassName
{
color: #A19A66;
}
</style>
background-color css
<style>
a { background-color: #A19A66; }
a { background-color: rgb(161,154,102); }
div.DivClassName
{
background-color: #A19A66;
}
.BgClassName
{
background-color: #A19A66;
}
</style>
border-color css
<style>
span { border-color: #A19A66; }
span { border-color: rgb(161,154,102); }
td.TdClassName
{
border-color: #A19A66;
}
.TagClassName
{
border-color: #A19A66;
}
</style>