Shades of Green Spring #A1A695
Tints of Green Spring #A1A695
RGB
CMYK
RGB Variations
Color information
#A1A695 (or 0xA1A695) is known color: Green Spring. HEX triplet: A1, A6 and 95. RGB value is (161,166,149). Sum of RGB (Red+Green+Blue) = 161+166+149=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A695 is #5E596A. Grayscale: #A2A2A2. Windows color (decimal): -6183275 or 9807521. OLE color: 9807521.
HSL color Cylindrical-coordinate representation of color #A1A695: hue angle of 77.65º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A1A695 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 166 | 149 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.35 |
| HSL | 77.65º | 0.09% | 0.62% | - |
| HSV(B) | 77.65º | 0.1% | 0.65% | - |
| XYZ | 33.76 | 37.02 | 33.8 | - |
| YUV | 162.57 | 120.34 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 166 | 149 | 0.03 | 0 | 0.10 | 0.35 | 77.65 | 0.09 | 0.62 |
| Hex | A1 | A6 | 95 | 3 | 0 | A | 23 | 4E | 9 | 3E |
| Octal | 241 | 246 | 225 | 3 | 0 | 12 | 43 | 116 | 11 | 76 |
| Binary | 10100001 | 10100110 | 10010101 | 11 | 0 | 1010 | 100011 | 1001110 | 1001 | 111110 |
Color Harmonies of #A1A695
Complementary color
Monochromatic Colors of #A1A695
Black with #A1A695
Text Example
Text Example
White with #A1A695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A695; }
p { color: rgb(161,166,149); }
H1.HeaderClassName
{
color: #A1A695;
}
.AnyTagClassName
{
color: #A1A695;
}
</style>
background-color css
<style>
a { background-color: #A1A695; }
a { background-color: rgb(161,166,149); }
div.DivClassName
{
background-color: #A1A695;
}
.BgClassName
{
background-color: #A1A695;
}
</style>
border-color css
<style>
span { border-color: #A1A695; }
span { border-color: rgb(161,166,149); }
td.TdClassName
{
border-color: #A1A695;
}
.TagClassName
{
border-color: #A1A695;
}
</style>