Shades of Spring Rain #AABAA1
Tints of Spring Rain #AABAA1
RGB
CMYK
RGB Variations
Color information
#AABAA1 (or 0xAABAA1) is known color: Spring Rain. HEX triplet: AA, BA and A1. RGB value is (170,186,161). Sum of RGB (Red+Green+Blue) = 170+186+161=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABAA1 is #55455E. Grayscale: #B2B2B2. Windows color (decimal): -5588319 or 10599082. OLE color: 10599082.
HSL color Cylindrical-coordinate representation of color #AABAA1: hue angle of 98.4º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AABAA1 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 161 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.27 |
| HSL | 98.4º | 0.15% | 0.68% | - |
| HSV(B) | 98.4º | 0.13% | 0.73% | - |
| XYZ | 40.57 | 46.24 | 40.5 | - |
| YUV | 178.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 161 | 0.09 | 0 | 0.13 | 0.27 | 98.4 | 0.15 | 0.68 |
| Hex | AA | BA | A1 | 9 | 0 | D | 1B | 62 | F | 44 |
| Octal | 252 | 272 | 241 | 11 | 0 | 15 | 33 | 142 | 17 | 104 |
| Binary | 10101010 | 10111010 | 10100001 | 1001 | 0 | 1101 | 11011 | 1100010 | 1111 | 1000100 |
Color Harmonies of #AABAA1
Complementary color
Monochromatic Colors of #AABAA1
Black with #AABAA1
Text Example
Text Example
White with #AABAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABAA1; }
p { color: rgb(170,186,161); }
H1.HeaderClassName
{
color: #AABAA1;
}
.AnyTagClassName
{
color: #AABAA1;
}
</style>
background-color css
<style>
a { background-color: #AABAA1; }
a { background-color: rgb(170,186,161); }
div.DivClassName
{
background-color: #AABAA1;
}
.BgClassName
{
background-color: #AABAA1;
}
</style>
border-color css
<style>
span { border-color: #AABAA1; }
span { border-color: rgb(170,186,161); }
td.TdClassName
{
border-color: #AABAA1;
}
.TagClassName
{
border-color: #AABAA1;
}
</style>