Shades of Green Spring #A1A792
Tints of Green Spring #A1A792
RGB
CMYK
RGB Variations
Color information
#A1A792 (or 0xA1A792) is known color: Green Spring. HEX triplet: A1, A7 and 92. RGB value is (161,167,146). Sum of RGB (Red+Green+Blue) = 161+167+146=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A792 is #5E586D. Grayscale: #A2A2A2. Windows color (decimal): -6183022 or 9611169. OLE color: 9611169.
HSL color Cylindrical-coordinate representation of color #A1A792: hue angle of 77.14º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A1A792 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 167 | 146 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.35 |
| HSL | 77.14º | 0.11% | 0.61% | - |
| HSV(B) | 77.14º | 0.13% | 0.65% | - |
| XYZ | 33.7 | 37.29 | 32.62 | - |
| YUV | 162.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 167 | 146 | 0.04 | 0 | 0.13 | 0.35 | 77.14 | 0.11 | 0.61 |
| Hex | A1 | A7 | 92 | 4 | 0 | D | 23 | 4D | B | 3D |
| Octal | 241 | 247 | 222 | 4 | 0 | 15 | 43 | 115 | 13 | 75 |
| Binary | 10100001 | 10100111 | 10010010 | 100 | 0 | 1101 | 100011 | 1001101 | 1011 | 111101 |
Color Harmonies of #A1A792
Complementary color
Monochromatic Colors of #A1A792
Black with #A1A792
Text Example
Text Example
White with #A1A792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A792; }
p { color: rgb(161,167,146); }
H1.HeaderClassName
{
color: #A1A792;
}
.AnyTagClassName
{
color: #A1A792;
}
</style>
background-color css
<style>
a { background-color: #A1A792; }
a { background-color: rgb(161,167,146); }
div.DivClassName
{
background-color: #A1A792;
}
.BgClassName
{
background-color: #A1A792;
}
</style>
border-color css
<style>
span { border-color: #A1A792; }
span { border-color: rgb(161,167,146); }
td.TdClassName
{
border-color: #A1A792;
}
.TagClassName
{
border-color: #A1A792;
}
</style>