Shades of Green Spring #A1A895
Tints of Green Spring #A1A895
RGB
CMYK
RGB Variations
Color information
#A1A895 (or 0xA1A895) is known color: Green Spring. HEX triplet: A1, A8 and 95. RGB value is (161,168,149). Sum of RGB (Red+Green+Blue) = 161+168+149=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A895 is #5E576A. Grayscale: #A3A3A3. Windows color (decimal): -6182763 or 9808033. OLE color: 9808033.
HSL color Cylindrical-coordinate representation of color #A1A895: hue angle of 82.11º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1A895 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 168 | 149 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.34 |
| HSL | 82.11º | 0.1% | 0.62% | - |
| HSV(B) | 82.11º | 0.11% | 0.66% | - |
| XYZ | 34.13 | 37.75 | 33.92 | - |
| YUV | 163.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 168 | 149 | 0.04 | 0 | 0.11 | 0.34 | 82.11 | 0.1 | 0.62 |
| Hex | A1 | A8 | 95 | 4 | 0 | B | 22 | 52 | A | 3E |
| Octal | 241 | 250 | 225 | 4 | 0 | 13 | 42 | 122 | 12 | 76 |
| Binary | 10100001 | 10101000 | 10010101 | 100 | 0 | 1011 | 100010 | 1010010 | 1010 | 111110 |
Color Harmonies of #A1A895
Complementary color
Monochromatic Colors of #A1A895
Black with #A1A895
Text Example
Text Example
White with #A1A895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A895; }
p { color: rgb(161,168,149); }
H1.HeaderClassName
{
color: #A1A895;
}
.AnyTagClassName
{
color: #A1A895;
}
</style>
background-color css
<style>
a { background-color: #A1A895; }
a { background-color: rgb(161,168,149); }
div.DivClassName
{
background-color: #A1A895;
}
.BgClassName
{
background-color: #A1A895;
}
</style>
border-color css
<style>
span { border-color: #A1A895; }
span { border-color: rgb(161,168,149); }
td.TdClassName
{
border-color: #A1A895;
}
.TagClassName
{
border-color: #A1A895;
}
</style>