Shades of Spring Rain #AABAA3
Tints of Spring Rain #AABAA3
RGB
CMYK
RGB Variations
Color information
#AABAA3 (or 0xAABAA3) is known color: Spring Rain. HEX triplet: AA, BA and A3. RGB value is (170,186,163). Sum of RGB (Red+Green+Blue) = 170+186+163=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABAA3 is #55455C. Grayscale: #B2B2B2. Windows color (decimal): -5588317 or 10730154. OLE color: 10730154.
HSL color Cylindrical-coordinate representation of color #AABAA3: hue angle of 101.74º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AABAA3 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 163 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.27 |
| HSL | 101.74º | 0.14% | 0.68% | - |
| HSV(B) | 101.74º | 0.12% | 0.73% | - |
| XYZ | 40.75 | 46.31 | 41.44 | - |
| YUV | 178.59 | 119.2 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 163 | 0.09 | 0 | 0.12 | 0.27 | 101.74 | 0.14 | 0.68 |
| Hex | AA | BA | A3 | 9 | 0 | C | 1B | 66 | E | 44 |
| Octal | 252 | 272 | 243 | 11 | 0 | 14 | 33 | 146 | 16 | 104 |
| Binary | 10101010 | 10111010 | 10100011 | 1001 | 0 | 1100 | 11011 | 1100110 | 1110 | 1000100 |
Color Harmonies of #AABAA3
Complementary color
Monochromatic Colors of #AABAA3
Black with #AABAA3
Text Example
Text Example
White with #AABAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABAA3; }
p { color: rgb(170,186,163); }
H1.HeaderClassName
{
color: #AABAA3;
}
.AnyTagClassName
{
color: #AABAA3;
}
</style>
background-color css
<style>
a { background-color: #AABAA3; }
a { background-color: rgb(170,186,163); }
div.DivClassName
{
background-color: #AABAA3;
}
.BgClassName
{
background-color: #AABAA3;
}
</style>
border-color css
<style>
span { border-color: #AABAA3; }
span { border-color: rgb(170,186,163); }
td.TdClassName
{
border-color: #AABAA3;
}
.TagClassName
{
border-color: #AABAA3;
}
</style>