Shades of Spring Rain #AABCA1
Tints of Spring Rain #AABCA1
RGB
CMYK
RGB Variations
Color information
#AABCA1 (or 0xAABCA1) is known color: Spring Rain. HEX triplet: AA, BC and A1. RGB value is (170,188,161). Sum of RGB (Red+Green+Blue) = 170+188+161=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 188 - color contains mainly: green. Hex color #AABCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABCA1 is #55435E. Grayscale: #B3B3B3. Windows color (decimal): -5587807 or 10599594. OLE color: 10599594.
HSL color Cylindrical-coordinate representation of color #AABCA1: hue angle of 100º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AABCA1 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 161 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.26 |
| HSL | 100º | 0.17% | 0.68% | - |
| HSV(B) | 100º | 0.14% | 0.74% | - |
| XYZ | 40.99 | 47.09 | 40.65 | - |
| YUV | 179.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 161 | 0.10 | 0 | 0.14 | 0.26 | 100 | 0.17 | 0.68 |
| Hex | AA | BC | A1 | A | 0 | E | 1A | 64 | 11 | 44 |
| Octal | 252 | 274 | 241 | 12 | 0 | 16 | 32 | 144 | 21 | 104 |
| Binary | 10101010 | 10111100 | 10100001 | 1010 | 0 | 1110 | 11010 | 1100100 | 10001 | 1000100 |
Color Harmonies of #AABCA1
Complementary color
Monochromatic Colors of #AABCA1
Black with #AABCA1
Text Example
Text Example
White with #AABCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCA1; }
p { color: rgb(170,188,161); }
H1.HeaderClassName
{
color: #AABCA1;
}
.AnyTagClassName
{
color: #AABCA1;
}
</style>
background-color css
<style>
a { background-color: #AABCA1; }
a { background-color: rgb(170,188,161); }
div.DivClassName
{
background-color: #AABCA1;
}
.BgClassName
{
background-color: #AABCA1;
}
</style>
border-color css
<style>
span { border-color: #AABCA1; }
span { border-color: rgb(170,188,161); }
td.TdClassName
{
border-color: #AABCA1;
}
.TagClassName
{
border-color: #AABCA1;
}
</style>