Shades of Green Spring #AAB49B
Tints of Green Spring #AAB49B
RGB
CMYK
RGB Variations
Color information
#AAB49B (or 0xAAB49B) is known color: Green Spring. HEX triplet: AA, B4 and 9B. RGB value is (170,180,155). Sum of RGB (Red+Green+Blue) = 170+180+155=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB49B is #554B64. Grayscale: #AEAEAE. Windows color (decimal): -5589861 or 10204330. OLE color: 10204330.
HSL color Cylindrical-coordinate representation of color #AAB49B: hue angle of 84º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAB49B is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 155 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.29 |
| HSL | 84º | 0.14% | 0.66% | - |
| HSV(B) | 84º | 0.14% | 0.71% | - |
| XYZ | 38.82 | 43.56 | 37.37 | - |
| YUV | 174.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 155 | 0.06 | 0 | 0.14 | 0.29 | 84 | 0.14 | 0.66 |
| Hex | AA | B4 | 9B | 6 | 0 | E | 1D | 54 | E | 42 |
| Octal | 252 | 264 | 233 | 6 | 0 | 16 | 35 | 124 | 16 | 102 |
| Binary | 10101010 | 10110100 | 10011011 | 110 | 0 | 1110 | 11101 | 1010100 | 1110 | 1000010 |
Color Harmonies of #AAB49B
Complementary color
Monochromatic Colors of #AAB49B
Black with #AAB49B
Text Example
Text Example
White with #AAB49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB49B; }
p { color: rgb(170,180,155); }
H1.HeaderClassName
{
color: #AAB49B;
}
.AnyTagClassName
{
color: #AAB49B;
}
</style>
background-color css
<style>
a { background-color: #AAB49B; }
a { background-color: rgb(170,180,155); }
div.DivClassName
{
background-color: #AAB49B;
}
.BgClassName
{
background-color: #AAB49B;
}
</style>
border-color css
<style>
span { border-color: #AAB49B; }
span { border-color: rgb(170,180,155); }
td.TdClassName
{
border-color: #AAB49B;
}
.TagClassName
{
border-color: #AAB49B;
}
</style>