Shades of Green Spring #A1A995
Tints of Green Spring #A1A995
RGB
CMYK
RGB Variations
Color information
#A1A995 (or 0xA1A995) is known color: Green Spring. HEX triplet: A1, A9 and 95. RGB value is (161,169,149). Sum of RGB (Red+Green+Blue) = 161+169+149=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A995 is #5E566A. Grayscale: #A4A4A4. Windows color (decimal): -6182507 or 9808289. OLE color: 9808289.
HSL color Cylindrical-coordinate representation of color #A1A995: hue angle of 84º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1A995 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 169 | 149 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.34 |
| HSL | 84º | 0.1% | 0.62% | - |
| HSV(B) | 84º | 0.12% | 0.66% | - |
| XYZ | 34.31 | 38.12 | 33.98 | - |
| YUV | 164.33 | 119.35 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 149 | 0.05 | 0 | 0.12 | 0.34 | 84 | 0.1 | 0.62 |
| Hex | A1 | A9 | 95 | 5 | 0 | C | 22 | 54 | A | 3E |
| Octal | 241 | 251 | 225 | 5 | 0 | 14 | 42 | 124 | 12 | 76 |
| Binary | 10100001 | 10101001 | 10010101 | 101 | 0 | 1100 | 100010 | 1010100 | 1010 | 111110 |
Color Harmonies of #A1A995
Complementary color
Monochromatic Colors of #A1A995
Black with #A1A995
Text Example
Text Example
White with #A1A995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A995; }
p { color: rgb(161,169,149); }
H1.HeaderClassName
{
color: #A1A995;
}
.AnyTagClassName
{
color: #A1A995;
}
</style>
background-color css
<style>
a { background-color: #A1A995; }
a { background-color: rgb(161,169,149); }
div.DivClassName
{
background-color: #A1A995;
}
.BgClassName
{
background-color: #A1A995;
}
</style>
border-color css
<style>
span { border-color: #A1A995; }
span { border-color: rgb(161,169,149); }
td.TdClassName
{
border-color: #A1A995;
}
.TagClassName
{
border-color: #A1A995;
}
</style>