Shades of Malachite Green #A19A5F
Tints of Malachite Green #A19A5F
RGB
CMYK
RGB Variations
Color information
#A19A5F (or 0xA19A5F) is known color: Malachite Green. HEX triplet: A1, 9A and 5F. RGB value is (161,154,95). Sum of RGB (Red+Green+Blue) = 161+154+95=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19A5F is #5E65A0. Grayscale: #959595. Windows color (decimal): -6186401 or 6265505. OLE color: 6265505.
HSL color Cylindrical-coordinate representation of color #A19A5F: hue angle of 53.64º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A19A5F is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 154 | 95 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.37 |
| HSL | 53.64º | 0.26% | 0.5% | - |
| HSV(B) | 53.64º | 0.41% | 0.63% | - |
| XYZ | 28.32 | 31.51 | 15.42 | - |
| YUV | 149.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 95 | 0 | 0.04 | 0.41 | 0.37 | 53.64 | 0.26 | 0.5 |
| Hex | A1 | 9A | 5F | 0 | 4 | 29 | 25 | 36 | 1A | 32 |
| Octal | 241 | 232 | 137 | 0 | 4 | 51 | 45 | 66 | 32 | 62 |
| Binary | 10100001 | 10011010 | 1011111 | 0 | 100 | 101001 | 100101 | 110110 | 11010 | 110010 |
Color Harmonies of #A19A5F
Complementary color
Monochromatic Colors of #A19A5F
Black with #A19A5F
Text Example
Text Example
White with #A19A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19A5F; }
p { color: rgb(161,154,95); }
H1.HeaderClassName
{
color: #A19A5F;
}
.AnyTagClassName
{
color: #A19A5F;
}
</style>
background-color css
<style>
a { background-color: #A19A5F; }
a { background-color: rgb(161,154,95); }
div.DivClassName
{
background-color: #A19A5F;
}
.BgClassName
{
background-color: #A19A5F;
}
</style>
border-color css
<style>
span { border-color: #A19A5F; }
span { border-color: rgb(161,154,95); }
td.TdClassName
{
border-color: #A19A5F;
}
.TagClassName
{
border-color: #A19A5F;
}
</style>