Shades of Green Spring #AAAD9B
Tints of Green Spring #AAAD9B
RGB
CMYK
RGB Variations
Color information
#AAAD9B (or 0xAAAD9B) is known color: Green Spring. HEX triplet: AA, AD and 9B. RGB value is (170,173,155). Sum of RGB (Red+Green+Blue) = 170+173+155=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAD9B is #555264. Grayscale: #AAAAAA. Windows color (decimal): -5591653 or 10202538. OLE color: 10202538.
HSL color Cylindrical-coordinate representation of color #AAAD9B: hue angle of 70º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAAD9B is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 173 | 155 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.32 |
| HSL | 70º | 0.1% | 0.64% | - |
| HSV(B) | 70º | 0.1% | 0.68% | - |
| XYZ | 37.44 | 40.8 | 36.91 | - |
| YUV | 170.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 155 | 0.02 | 0 | 0.10 | 0.32 | 70 | 0.1 | 0.64 |
| Hex | AA | AD | 9B | 2 | 0 | A | 20 | 46 | A | 40 |
| Octal | 252 | 255 | 233 | 2 | 0 | 12 | 40 | 106 | 12 | 100 |
| Binary | 10101010 | 10101101 | 10011011 | 10 | 0 | 1010 | 100000 | 1000110 | 1010 | 1000000 |
Color Harmonies of #AAAD9B
Complementary color
Monochromatic Colors of #AAAD9B
Black with #AAAD9B
Text Example
Text Example
White with #AAAD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAD9B; }
p { color: rgb(170,173,155); }
H1.HeaderClassName
{
color: #AAAD9B;
}
.AnyTagClassName
{
color: #AAAD9B;
}
</style>
background-color css
<style>
a { background-color: #AAAD9B; }
a { background-color: rgb(170,173,155); }
div.DivClassName
{
background-color: #AAAD9B;
}
.BgClassName
{
background-color: #AAAD9B;
}
</style>
border-color css
<style>
span { border-color: #AAAD9B; }
span { border-color: rgb(170,173,155); }
td.TdClassName
{
border-color: #AAAD9B;
}
.TagClassName
{
border-color: #AAAD9B;
}
</style>