Shades of Green Spring #A1A698
Tints of Green Spring #A1A698
RGB
CMYK
RGB Variations
Color information
#A1A698 (or 0xA1A698) is known color: Green Spring. HEX triplet: A1, A6 and 98. RGB value is (161,166,152). Sum of RGB (Red+Green+Blue) = 161+166+152=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A698 is #5E5967. Grayscale: #A2A2A2. Windows color (decimal): -6183272 or 10004129. OLE color: 10004129.
HSL color Cylindrical-coordinate representation of color #A1A698: hue angle of 81.43º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A1A698 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 166 | 152 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.35 |
| HSL | 81.43º | 0.07% | 0.62% | - |
| HSV(B) | 81.43º | 0.08% | 0.65% | - |
| XYZ | 34 | 37.12 | 35.08 | - |
| YUV | 162.91 | 121.84 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 166 | 152 | 0.03 | 0 | 0.08 | 0.35 | 81.43 | 0.07 | 0.62 |
| Hex | A1 | A6 | 98 | 3 | 0 | 8 | 23 | 51 | 7 | 3E |
| Octal | 241 | 246 | 230 | 3 | 0 | 10 | 43 | 121 | 7 | 76 |
| Binary | 10100001 | 10100110 | 10011000 | 11 | 0 | 1000 | 100011 | 1010001 | 111 | 111110 |
Color Harmonies of #A1A698
Complementary color
Monochromatic Colors of #A1A698
Black with #A1A698
Text Example
Text Example
White with #A1A698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A698; }
p { color: rgb(161,166,152); }
H1.HeaderClassName
{
color: #A1A698;
}
.AnyTagClassName
{
color: #A1A698;
}
</style>
background-color css
<style>
a { background-color: #A1A698; }
a { background-color: rgb(161,166,152); }
div.DivClassName
{
background-color: #A1A698;
}
.BgClassName
{
background-color: #A1A698;
}
</style>
border-color css
<style>
span { border-color: #A1A698; }
span { border-color: rgb(161,166,152); }
td.TdClassName
{
border-color: #A1A698;
}
.TagClassName
{
border-color: #A1A698;
}
</style>