Shades of Malachite Green #A19D66
Tints of Malachite Green #A19D66
RGB
CMYK
RGB Variations
Color information
#A19D66 (or 0xA19D66) is known color: Malachite Green. HEX triplet: A1, 9D and 66. RGB value is (161,157,102). Sum of RGB (Red+Green+Blue) = 161+157+102=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19D66 is #5E6299. Grayscale: #989898. Windows color (decimal): -6185626 or 6725025. OLE color: 6725025.
HSL color Cylindrical-coordinate representation of color #A19D66: hue angle of 55.93º 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 #A19D66 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 157 | 102 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.37 |
| HSL | 55.93º | 0.24% | 0.52% | - |
| HSV(B) | 55.93º | 0.37% | 0.63% | - |
| XYZ | 29.15 | 32.65 | 17.34 | - |
| YUV | 151.93 | 99.83 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 102 | 0 | 0.02 | 0.37 | 0.37 | 55.93 | 0.24 | 0.52 |
| Hex | A1 | 9D | 66 | 0 | 2 | 25 | 25 | 38 | 18 | 34 |
| Octal | 241 | 235 | 146 | 0 | 2 | 45 | 45 | 70 | 30 | 64 |
| Binary | 10100001 | 10011101 | 1100110 | 0 | 10 | 100101 | 100101 | 111000 | 11000 | 110100 |
Color Harmonies of #A19D66
Complementary color
Monochromatic Colors of #A19D66
Black with #A19D66
Text Example
Text Example
White with #A19D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19D66; }
p { color: rgb(161,157,102); }
H1.HeaderClassName
{
color: #A19D66;
}
.AnyTagClassName
{
color: #A19D66;
}
</style>
background-color css
<style>
a { background-color: #A19D66; }
a { background-color: rgb(161,157,102); }
div.DivClassName
{
background-color: #A19D66;
}
.BgClassName
{
background-color: #A19D66;
}
</style>
border-color css
<style>
span { border-color: #A19D66; }
span { border-color: rgb(161,157,102); }
td.TdClassName
{
border-color: #A19D66;
}
.TagClassName
{
border-color: #A19D66;
}
</style>