Shades of Malachite Green #A0995C
Tints of Malachite Green #A0995C
RGB
CMYK
RGB Variations
Color information
#A0995C (or 0xA0995C) is known color: Malachite Green. HEX triplet: A0, 99 and 5C. RGB value is (160,153,92). Sum of RGB (Red+Green+Blue) = 160+153+92=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 160 - color contains mainly: red. Hex color #A0995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0995C is #5F66A3. Grayscale: #949494. Windows color (decimal): -6252196 or 6068640. OLE color: 6068640.
HSL color Cylindrical-coordinate representation of color #A0995C: hue angle of 53.82º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0995C is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 153 | 92 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.37 |
| HSL | 53.82º | 0.27% | 0.49% | - |
| HSV(B) | 53.82º | 0.43% | 0.63% | - |
| XYZ | 27.82 | 31.03 | 14.65 | - |
| YUV | 148.14 | 96.32 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 92 | 0 | 0.04 | 0.43 | 0.37 | 53.82 | 0.27 | 0.49 |
| Hex | A0 | 99 | 5C | 0 | 4 | 2B | 25 | 36 | 1B | 31 |
| Octal | 240 | 231 | 134 | 0 | 4 | 53 | 45 | 66 | 33 | 61 |
| Binary | 10100000 | 10011001 | 1011100 | 0 | 100 | 101011 | 100101 | 110110 | 11011 | 110001 |
Color Harmonies of #A0995C
Complementary color
Monochromatic Colors of #A0995C
Black with #A0995C
Text Example
Text Example
White with #A0995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0995C; }
p { color: rgb(160,153,92); }
H1.HeaderClassName
{
color: #A0995C;
}
.AnyTagClassName
{
color: #A0995C;
}
</style>
background-color css
<style>
a { background-color: #A0995C; }
a { background-color: rgb(160,153,92); }
div.DivClassName
{
background-color: #A0995C;
}
.BgClassName
{
background-color: #A0995C;
}
</style>
border-color css
<style>
span { border-color: #A0995C; }
span { border-color: rgb(160,153,92); }
td.TdClassName
{
border-color: #A0995C;
}
.TagClassName
{
border-color: #A0995C;
}
</style>