Shades of Malachite Green #A19B66
Tints of Malachite Green #A19B66
RGB
CMYK
RGB Variations
Color information
#A19B66 (or 0xA19B66) is known color: Malachite Green. HEX triplet: A1, 9B and 66. RGB value is (161,155,102). Sum of RGB (Red+Green+Blue) = 161+155+102=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19B66 is #5E6499. Grayscale: #969696. Windows color (decimal): -6186138 or 6724513. OLE color: 6724513.
HSL color Cylindrical-coordinate representation of color #A19B66: hue angle of 53.9º 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 #A19B66 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 155 | 102 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.37 |
| HSL | 53.9º | 0.24% | 0.52% | - |
| HSV(B) | 53.9º | 0.37% | 0.63% | - |
| XYZ | 28.82 | 31.98 | 17.22 | - |
| YUV | 150.75 | 100.49 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 102 | 0 | 0.04 | 0.37 | 0.37 | 53.9 | 0.24 | 0.52 |
| Hex | A1 | 9B | 66 | 0 | 4 | 25 | 25 | 36 | 18 | 34 |
| Octal | 241 | 233 | 146 | 0 | 4 | 45 | 45 | 66 | 30 | 64 |
| Binary | 10100001 | 10011011 | 1100110 | 0 | 100 | 100101 | 100101 | 110110 | 11000 | 110100 |
Color Harmonies of #A19B66
Complementary color
Monochromatic Colors of #A19B66
Black with #A19B66
Text Example
Text Example
White with #A19B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19B66; }
p { color: rgb(161,155,102); }
H1.HeaderClassName
{
color: #A19B66;
}
.AnyTagClassName
{
color: #A19B66;
}
</style>
background-color css
<style>
a { background-color: #A19B66; }
a { background-color: rgb(161,155,102); }
div.DivClassName
{
background-color: #A19B66;
}
.BgClassName
{
background-color: #A19B66;
}
</style>
border-color css
<style>
span { border-color: #A19B66; }
span { border-color: rgb(161,155,102); }
td.TdClassName
{
border-color: #A19B66;
}
.TagClassName
{
border-color: #A19B66;
}
</style>