Shades of Spring Rain #AABBA6
Tints of Spring Rain #AABBA6
RGB
CMYK
RGB Variations
Color information
#AABBA6 (or 0xAABBA6) is known color: Spring Rain. HEX triplet: AA, BB and A6. RGB value is (170,187,166). Sum of RGB (Red+Green+Blue) = 170+187+166=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBA6 is #554459. Grayscale: #B3B3B3. Windows color (decimal): -5588058 or 10927018. OLE color: 10927018.
HSL color Cylindrical-coordinate representation of color #AABBA6: hue angle of 108.57º 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 #AABBA6 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 166 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.27 |
| HSL | 108.57º | 0.13% | 0.69% | - |
| HSV(B) | 108.57º | 0.11% | 0.73% | - |
| XYZ | 41.23 | 46.84 | 42.94 | - |
| YUV | 179.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 166 | 0.09 | 0 | 0.11 | 0.27 | 108.57 | 0.13 | 0.69 |
| Hex | AA | BB | A6 | 9 | 0 | B | 1B | 6D | D | 45 |
| Octal | 252 | 273 | 246 | 11 | 0 | 13 | 33 | 155 | 15 | 105 |
| Binary | 10101010 | 10111011 | 10100110 | 1001 | 0 | 1011 | 11011 | 1101101 | 1101 | 1000101 |
Color Harmonies of #AABBA6
Complementary color
Monochromatic Colors of #AABBA6
Black with #AABBA6
Text Example
Text Example
White with #AABBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBA6; }
p { color: rgb(170,187,166); }
H1.HeaderClassName
{
color: #AABBA6;
}
.AnyTagClassName
{
color: #AABBA6;
}
</style>
background-color css
<style>
a { background-color: #AABBA6; }
a { background-color: rgb(170,187,166); }
div.DivClassName
{
background-color: #AABBA6;
}
.BgClassName
{
background-color: #AABBA6;
}
</style>
border-color css
<style>
span { border-color: #AABBA6; }
span { border-color: rgb(170,187,166); }
td.TdClassName
{
border-color: #AABBA6;
}
.TagClassName
{
border-color: #AABBA6;
}
</style>