Shades of Green Spring #A1A697
Tints of Green Spring #A1A697
RGB
CMYK
RGB Variations
Color information
#A1A697 (or 0xA1A697) is known color: Green Spring. HEX triplet: A1, A6 and 97. RGB value is (161,166,151). Sum of RGB (Red+Green+Blue) = 161+166+151=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A697 is #5E5968. Grayscale: #A2A2A2. Windows color (decimal): -6183273 or 9938593. OLE color: 9938593.
HSL color Cylindrical-coordinate representation of color #A1A697: hue angle of 80º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A1A697 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 166 | 151 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.35 |
| HSL | 80º | 0.08% | 0.62% | - |
| HSV(B) | 80º | 0.09% | 0.65% | - |
| XYZ | 33.92 | 37.08 | 34.65 | - |
| YUV | 162.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 166 | 151 | 0.03 | 0 | 0.09 | 0.35 | 80 | 0.08 | 0.62 |
| Hex | A1 | A6 | 97 | 3 | 0 | 9 | 23 | 50 | 8 | 3E |
| Octal | 241 | 246 | 227 | 3 | 0 | 11 | 43 | 120 | 10 | 76 |
| Binary | 10100001 | 10100110 | 10010111 | 11 | 0 | 1001 | 100011 | 1010000 | 1000 | 111110 |
Color Harmonies of #A1A697
Complementary color
Monochromatic Colors of #A1A697
Black with #A1A697
Text Example
Text Example
White with #A1A697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A697; }
p { color: rgb(161,166,151); }
H1.HeaderClassName
{
color: #A1A697;
}
.AnyTagClassName
{
color: #A1A697;
}
</style>
background-color css
<style>
a { background-color: #A1A697; }
a { background-color: rgb(161,166,151); }
div.DivClassName
{
background-color: #A1A697;
}
.BgClassName
{
background-color: #A1A697;
}
</style>
border-color css
<style>
span { border-color: #A1A697; }
span { border-color: rgb(161,166,151); }
td.TdClassName
{
border-color: #A1A697;
}
.TagClassName
{
border-color: #A1A697;
}
</style>