Shades of Green Spring #AAB48B
Tints of Green Spring #AAB48B
RGB
CMYK
RGB Variations
Color information
#AAB48B (or 0xAAB48B) is known color: Green Spring. HEX triplet: AA, B4 and 8B. RGB value is (170,180,139). Sum of RGB (Red+Green+Blue) = 170+180+139=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB48B is #554B74. Grayscale: #ACACAC. Windows color (decimal): -5589877 or 9155754. OLE color: 9155754.
HSL color Cylindrical-coordinate representation of color #AAB48B: hue angle of 74.63º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAB48B is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 139 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.29 |
| HSL | 74.63º | 0.21% | 0.63% | - |
| HSV(B) | 74.63º | 0.23% | 0.71% | - |
| XYZ | 37.56 | 43.05 | 30.76 | - |
| YUV | 172.34 | 109.19 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 139 | 0.06 | 0 | 0.23 | 0.29 | 74.63 | 0.21 | 0.63 |
| Hex | AA | B4 | 8B | 6 | 0 | 17 | 1D | 4B | 15 | 3F |
| Octal | 252 | 264 | 213 | 6 | 0 | 27 | 35 | 113 | 25 | 77 |
| Binary | 10101010 | 10110100 | 10001011 | 110 | 0 | 10111 | 11101 | 1001011 | 10101 | 111111 |
Color Harmonies of #AAB48B
Complementary color
Monochromatic Colors of #AAB48B
Black with #AAB48B
Text Example
Text Example
White with #AAB48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB48B; }
p { color: rgb(170,180,139); }
H1.HeaderClassName
{
color: #AAB48B;
}
.AnyTagClassName
{
color: #AAB48B;
}
</style>
background-color css
<style>
a { background-color: #AAB48B; }
a { background-color: rgb(170,180,139); }
div.DivClassName
{
background-color: #AAB48B;
}
.BgClassName
{
background-color: #AAB48B;
}
</style>
border-color css
<style>
span { border-color: #AAB48B; }
span { border-color: rgb(170,180,139); }
td.TdClassName
{
border-color: #AAB48B;
}
.TagClassName
{
border-color: #AAB48B;
}
</style>