Shades of Malachite Green #A19F66
Tints of Malachite Green #A19F66
RGB
CMYK
RGB Variations
Color information
#A19F66 (or 0xA19F66) is known color: Malachite Green. HEX triplet: A1, 9F and 66. RGB value is (161,159,102). Sum of RGB (Red+Green+Blue) = 161+159+102=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19F66 is #5E6099. Grayscale: #999999. Windows color (decimal): -6185114 or 6725537. OLE color: 6725537.
HSL color Cylindrical-coordinate representation of color #A19F66: hue angle of 57.97º 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 #A19F66 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 159 | 102 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.37 |
| HSL | 57.97º | 0.24% | 0.52% | - |
| HSV(B) | 57.97º | 0.37% | 0.63% | - |
| XYZ | 29.49 | 33.33 | 17.45 | - |
| YUV | 153.1 | 99.16 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 102 | 0 | 0.01 | 0.37 | 0.37 | 57.97 | 0.24 | 0.52 |
| Hex | A1 | 9F | 66 | 0 | 1 | 25 | 25 | 3A | 18 | 34 |
| Octal | 241 | 237 | 146 | 0 | 1 | 45 | 45 | 72 | 30 | 64 |
| Binary | 10100001 | 10011111 | 1100110 | 0 | 1 | 100101 | 100101 | 111010 | 11000 | 110100 |
Color Harmonies of #A19F66
Complementary color
Monochromatic Colors of #A19F66
Black with #A19F66
Text Example
Text Example
White with #A19F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19F66; }
p { color: rgb(161,159,102); }
H1.HeaderClassName
{
color: #A19F66;
}
.AnyTagClassName
{
color: #A19F66;
}
</style>
background-color css
<style>
a { background-color: #A19F66; }
a { background-color: rgb(161,159,102); }
div.DivClassName
{
background-color: #A19F66;
}
.BgClassName
{
background-color: #A19F66;
}
</style>
border-color css
<style>
span { border-color: #A19F66; }
span { border-color: rgb(161,159,102); }
td.TdClassName
{
border-color: #A19F66;
}
.TagClassName
{
border-color: #A19F66;
}
</style>