Shades of Spring Rain #AABBA4
Tints of Spring Rain #AABBA4
RGB
CMYK
RGB Variations
Color information
#AABBA4 (or 0xAABBA4) is known color: Spring Rain. HEX triplet: AA, BB and A4. RGB value is (170,187,164). Sum of RGB (Red+Green+Blue) = 170+187+164=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBA4 is #55445B. Grayscale: #B3B3B3. Windows color (decimal): -5588060 or 10795946. OLE color: 10795946.
HSL color Cylindrical-coordinate representation of color #AABBA4: hue angle of 104.35º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AABBA4 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 164 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.27 |
| HSL | 104.35º | 0.14% | 0.69% | - |
| HSV(B) | 104.35º | 0.12% | 0.73% | - |
| XYZ | 41.05 | 46.77 | 41.99 | - |
| YUV | 179.3 | 119.37 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 164 | 0.09 | 0 | 0.12 | 0.27 | 104.35 | 0.14 | 0.69 |
| Hex | AA | BB | A4 | 9 | 0 | C | 1B | 68 | E | 45 |
| Octal | 252 | 273 | 244 | 11 | 0 | 14 | 33 | 150 | 16 | 105 |
| Binary | 10101010 | 10111011 | 10100100 | 1001 | 0 | 1100 | 11011 | 1101000 | 1110 | 1000101 |
Color Harmonies of #AABBA4
Complementary color
Monochromatic Colors of #AABBA4
Black with #AABBA4
Text Example
Text Example
White with #AABBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBA4; }
p { color: rgb(170,187,164); }
H1.HeaderClassName
{
color: #AABBA4;
}
.AnyTagClassName
{
color: #AABBA4;
}
</style>
background-color css
<style>
a { background-color: #AABBA4; }
a { background-color: rgb(170,187,164); }
div.DivClassName
{
background-color: #AABBA4;
}
.BgClassName
{
background-color: #AABBA4;
}
</style>
border-color css
<style>
span { border-color: #AABBA4; }
span { border-color: rgb(170,187,164); }
td.TdClassName
{
border-color: #AABBA4;
}
.TagClassName
{
border-color: #AABBA4;
}
</style>