Shades of Green Spring #A1AA93
Tints of Green Spring #A1AA93
RGB
CMYK
RGB Variations
Color information
#A1AA93 (or 0xA1AA93) is known color: Green Spring. HEX triplet: A1, AA and 93. RGB value is (161,170,147). Sum of RGB (Red+Green+Blue) = 161+170+147=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AA93 is #5E556C. Grayscale: #A4A4A4. Windows color (decimal): -6182253 or 9677473. OLE color: 9677473.
HSL color Cylindrical-coordinate representation of color #A1AA93: hue angle of 83.48º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1AA93 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 147 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.33 |
| HSL | 83.48º | 0.12% | 0.62% | - |
| HSV(B) | 83.48º | 0.14% | 0.67% | - |
| XYZ | 34.34 | 38.43 | 33.21 | - |
| YUV | 164.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 147 | 0.05 | 0 | 0.14 | 0.33 | 83.48 | 0.12 | 0.62 |
| Hex | A1 | AA | 93 | 5 | 0 | E | 21 | 53 | C | 3E |
| Octal | 241 | 252 | 223 | 5 | 0 | 16 | 41 | 123 | 14 | 76 |
| Binary | 10100001 | 10101010 | 10010011 | 101 | 0 | 1110 | 100001 | 1010011 | 1100 | 111110 |
Color Harmonies of #A1AA93
Complementary color
Monochromatic Colors of #A1AA93
Black with #A1AA93
Text Example
Text Example
White with #A1AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA93; }
p { color: rgb(161,170,147); }
H1.HeaderClassName
{
color: #A1AA93;
}
.AnyTagClassName
{
color: #A1AA93;
}
</style>
background-color css
<style>
a { background-color: #A1AA93; }
a { background-color: rgb(161,170,147); }
div.DivClassName
{
background-color: #A1AA93;
}
.BgClassName
{
background-color: #A1AA93;
}
</style>
border-color css
<style>
span { border-color: #A1AA93; }
span { border-color: rgb(161,170,147); }
td.TdClassName
{
border-color: #A1AA93;
}
.TagClassName
{
border-color: #A1AA93;
}
</style>