Shades of Spring Rain #AABBA3
Tints of Spring Rain #AABBA3
RGB
CMYK
RGB Variations
Color information
#AABBA3 (or 0xAABBA3) is known color: Spring Rain. HEX triplet: AA, BB and A3. RGB value is (170,187,163). Sum of RGB (Red+Green+Blue) = 170+187+163=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 163 (64.06% from 255 or 31.35% from 520); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBA3 is #55445C. Grayscale: #B3B3B3. Windows color (decimal): -5588061 or 10730410. OLE color: 10730410.
HSL color Cylindrical-coordinate representation of color #AABBA3: hue angle of 102.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AABBA3 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 163 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.27 |
| HSL | 102.5º | 0.15% | 0.69% | - |
| HSV(B) | 102.5º | 0.13% | 0.73% | - |
| XYZ | 40.96 | 46.73 | 41.51 | - |
| YUV | 179.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 163 | 0.09 | 0 | 0.13 | 0.27 | 102.5 | 0.15 | 0.69 |
| Hex | AA | BB | A3 | 9 | 0 | D | 1B | 66 | F | 45 |
| Octal | 252 | 273 | 243 | 11 | 0 | 15 | 33 | 146 | 17 | 105 |
| Binary | 10101010 | 10111011 | 10100011 | 1001 | 0 | 1101 | 11011 | 1100110 | 1111 | 1000101 |
Color Harmonies of #AABBA3
Complementary color
Monochromatic Colors of #AABBA3
Black with #AABBA3
Text Example
Text Example
White with #AABBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBA3; }
p { color: rgb(170,187,163); }
H1.HeaderClassName
{
color: #AABBA3;
}
.AnyTagClassName
{
color: #AABBA3;
}
</style>
background-color css
<style>
a { background-color: #AABBA3; }
a { background-color: rgb(170,187,163); }
div.DivClassName
{
background-color: #AABBA3;
}
.BgClassName
{
background-color: #AABBA3;
}
</style>
border-color css
<style>
span { border-color: #AABBA3; }
span { border-color: rgb(170,187,163); }
td.TdClassName
{
border-color: #AABBA3;
}
.TagClassName
{
border-color: #AABBA3;
}
</style>