Shades of Malachite Green #A1A26E
Tints of Malachite Green #A1A26E
RGB
CMYK
RGB Variations
Color information
#A1A26E (or 0xA1A26E) is known color: Malachite Green. HEX triplet: A1, A2 and 6E. RGB value is (161,162,110). Sum of RGB (Red+Green+Blue) = 161+162+110=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A26E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A26E is #5E5D91. Grayscale: #9B9B9B. Windows color (decimal): -6184338 or 7250593. OLE color: 7250593.
HSL color Cylindrical-coordinate representation of color #A1A26E: hue angle of 61.15º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1A26E is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 110 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.36 |
| HSL | 61.15º | 0.22% | 0.53% | - |
| HSV(B) | 61.15º | 0.32% | 0.64% | - |
| XYZ | 30.43 | 34.54 | 19.82 | - |
| YUV | 155.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 110 | 0.01 | 0 | 0.32 | 0.36 | 61.15 | 0.22 | 0.53 |
| Hex | A1 | A2 | 6E | 1 | 0 | 20 | 24 | 3D | 16 | 35 |
| Octal | 241 | 242 | 156 | 1 | 0 | 40 | 44 | 75 | 26 | 65 |
| Binary | 10100001 | 10100010 | 1101110 | 1 | 0 | 100000 | 100100 | 111101 | 10110 | 110101 |
Color Harmonies of #A1A26E
Complementary color
Monochromatic Colors of #A1A26E
Black with #A1A26E
Text Example
Text Example
White with #A1A26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A26E; }
p { color: rgb(161,162,110); }
H1.HeaderClassName
{
color: #A1A26E;
}
.AnyTagClassName
{
color: #A1A26E;
}
</style>
background-color css
<style>
a { background-color: #A1A26E; }
a { background-color: rgb(161,162,110); }
div.DivClassName
{
background-color: #A1A26E;
}
.BgClassName
{
background-color: #A1A26E;
}
</style>
border-color css
<style>
span { border-color: #A1A26E; }
span { border-color: rgb(161,162,110); }
td.TdClassName
{
border-color: #A1A26E;
}
.TagClassName
{
border-color: #A1A26E;
}
</style>