Shades of Malachite Green #A19E6F
Tints of Malachite Green #A19E6F
RGB
CMYK
RGB Variations
Color information
#A19E6F (or 0xA19E6F) is known color: Malachite Green. HEX triplet: A1, 9E and 6F. RGB value is (161,158,111). Sum of RGB (Red+Green+Blue) = 161+158+111=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 161 - color contains mainly: red. Hex color #A19E6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19E6F is #5E6190. Grayscale: #999999. Windows color (decimal): -6185361 or 7315105. OLE color: 7315105.
HSL color Cylindrical-coordinate representation of color #A19E6F: hue angle of 56.4º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A19E6F is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 158 | 111 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.37 |
| HSL | 56.4º | 0.21% | 0.53% | - |
| HSV(B) | 56.4º | 0.31% | 0.63% | - |
| XYZ | 29.79 | 33.18 | 19.87 | - |
| YUV | 153.54 | 103.99 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 158 | 111 | 0 | 0.02 | 0.31 | 0.37 | 56.4 | 0.21 | 0.53 |
| Hex | A1 | 9E | 6F | 0 | 2 | 1F | 25 | 38 | 15 | 35 |
| Octal | 241 | 236 | 157 | 0 | 2 | 37 | 45 | 70 | 25 | 65 |
| Binary | 10100001 | 10011110 | 1101111 | 0 | 10 | 11111 | 100101 | 111000 | 10101 | 110101 |
Color Harmonies of #A19E6F
Complementary color
Monochromatic Colors of #A19E6F
Black with #A19E6F
Text Example
Text Example
White with #A19E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19E6F; }
p { color: rgb(161,158,111); }
H1.HeaderClassName
{
color: #A19E6F;
}
.AnyTagClassName
{
color: #A19E6F;
}
</style>
background-color css
<style>
a { background-color: #A19E6F; }
a { background-color: rgb(161,158,111); }
div.DivClassName
{
background-color: #A19E6F;
}
.BgClassName
{
background-color: #A19E6F;
}
</style>
border-color css
<style>
span { border-color: #A19E6F; }
span { border-color: rgb(161,158,111); }
td.TdClassName
{
border-color: #A19E6F;
}
.TagClassName
{
border-color: #A19E6F;
}
</style>