Shades of Spring Rain #AABAA7
Tints of Spring Rain #AABAA7
RGB
CMYK
RGB Variations
Color information
#AABAA7 (or 0xAABAA7) is known color: Spring Rain. HEX triplet: AA, BA and A7. RGB value is (170,186,167). Sum of RGB (Red+Green+Blue) = 170+186+167=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 167 (65.62% from 255 or 31.93% from 523); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABAA7 is #554558. Grayscale: #B3B3B3. Windows color (decimal): -5588313 or 10992298. OLE color: 10992298.
HSL color Cylindrical-coordinate representation of color #AABAA7: hue angle of 110.53º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AABAA7 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 167 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.27 |
| HSL | 110.53º | 0.12% | 0.69% | - |
| HSV(B) | 110.53º | 0.1% | 0.73% | - |
| XYZ | 41.11 | 46.45 | 43.36 | - |
| YUV | 179.05 | 121.2 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 167 | 0.09 | 0 | 0.10 | 0.27 | 110.53 | 0.12 | 0.69 |
| Hex | AA | BA | A7 | 9 | 0 | A | 1B | 6F | C | 45 |
| Octal | 252 | 272 | 247 | 11 | 0 | 12 | 33 | 157 | 14 | 105 |
| Binary | 10101010 | 10111010 | 10100111 | 1001 | 0 | 1010 | 11011 | 1101111 | 1100 | 1000101 |
Color Harmonies of #AABAA7
Complementary color
Monochromatic Colors of #AABAA7
Black with #AABAA7
Text Example
Text Example
White with #AABAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABAA7; }
p { color: rgb(170,186,167); }
H1.HeaderClassName
{
color: #AABAA7;
}
.AnyTagClassName
{
color: #AABAA7;
}
</style>
background-color css
<style>
a { background-color: #AABAA7; }
a { background-color: rgb(170,186,167); }
div.DivClassName
{
background-color: #AABAA7;
}
.BgClassName
{
background-color: #AABAA7;
}
</style>
border-color css
<style>
span { border-color: #AABAA7; }
span { border-color: rgb(170,186,167); }
td.TdClassName
{
border-color: #AABAA7;
}
.TagClassName
{
border-color: #AABAA7;
}
</style>