Shades of Malachite Green #A1A172
Tints of Malachite Green #A1A172
RGB
CMYK
RGB Variations
Color information
#A1A172 (or 0xA1A172) is known color: Malachite Green. HEX triplet: A1, A1 and 72. RGB value is (161,161,114). Sum of RGB (Red+Green+Blue) = 161+161+114=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A172 is #5E5E8D. Grayscale: #9B9B9B. Windows color (decimal): -6184590 or 7512481. OLE color: 7512481.
HSL color Cylindrical-coordinate representation of color #A1A172: hue angle of 60º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1A172 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 161 | 114 | - |
| CMYK | 0 | 0 | 0.29 | 0.37 |
| HSL | 60º | 0.2% | 0.54% | - |
| HSV(B) | 60º | 0.29% | 0.63% | - |
| XYZ | 30.48 | 34.28 | 20.93 | - |
| YUV | 155.64 | 104.5 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 161 | 114 | 0 | 0 | 0.29 | 0.37 | 60 | 0.2 | 0.54 |
| Hex | A1 | A1 | 72 | 0 | 0 | 1D | 25 | 3C | 14 | 36 |
| Octal | 241 | 241 | 162 | 0 | 0 | 35 | 45 | 74 | 24 | 66 |
| Binary | 10100001 | 10100001 | 1110010 | 0 | 0 | 11101 | 100101 | 111100 | 10100 | 110110 |
Color Harmonies of #A1A172
Complementary color
Monochromatic Colors of #A1A172
Black with #A1A172
Text Example
Text Example
White with #A1A172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A172; }
p { color: rgb(161,161,114); }
H1.HeaderClassName
{
color: #A1A172;
}
.AnyTagClassName
{
color: #A1A172;
}
</style>
background-color css
<style>
a { background-color: #A1A172; }
a { background-color: rgb(161,161,114); }
div.DivClassName
{
background-color: #A1A172;
}
.BgClassName
{
background-color: #A1A172;
}
</style>
border-color css
<style>
span { border-color: #A1A172; }
span { border-color: rgb(161,161,114); }
td.TdClassName
{
border-color: #A1A172;
}
.TagClassName
{
border-color: #A1A172;
}
</style>