Shades of Spring Rain #AABAA5
Tints of Spring Rain #AABAA5
RGB
CMYK
RGB Variations
Color information
#AABAA5 (or 0xAABAA5) is known color: Spring Rain. HEX triplet: AA, BA and A5. RGB value is (170,186,165). Sum of RGB (Red+Green+Blue) = 170+186+165=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABAA5 is #55455A. Grayscale: #B2B2B2. Windows color (decimal): -5588315 or 10861226. OLE color: 10861226.
HSL color Cylindrical-coordinate representation of color #AABAA5: hue angle of 105.71º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABAA5 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 165 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.27 |
| HSL | 105.71º | 0.13% | 0.69% | - |
| HSV(B) | 105.71º | 0.11% | 0.73% | - |
| XYZ | 40.93 | 46.38 | 42.39 | - |
| YUV | 178.82 | 120.2 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 165 | 0.09 | 0 | 0.11 | 0.27 | 105.71 | 0.13 | 0.69 |
| Hex | AA | BA | A5 | 9 | 0 | B | 1B | 6A | D | 45 |
| Octal | 252 | 272 | 245 | 11 | 0 | 13 | 33 | 152 | 15 | 105 |
| Binary | 10101010 | 10111010 | 10100101 | 1001 | 0 | 1011 | 11011 | 1101010 | 1101 | 1000101 |
Color Harmonies of #AABAA5
Complementary color
Monochromatic Colors of #AABAA5
Black with #AABAA5
Text Example
Text Example
White with #AABAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABAA5; }
p { color: rgb(170,186,165); }
H1.HeaderClassName
{
color: #AABAA5;
}
.AnyTagClassName
{
color: #AABAA5;
}
</style>
background-color css
<style>
a { background-color: #AABAA5; }
a { background-color: rgb(170,186,165); }
div.DivClassName
{
background-color: #AABAA5;
}
.BgClassName
{
background-color: #AABAA5;
}
</style>
border-color css
<style>
span { border-color: #AABAA5; }
span { border-color: rgb(170,186,165); }
td.TdClassName
{
border-color: #AABAA5;
}
.TagClassName
{
border-color: #AABAA5;
}
</style>