Shades of Spring Rain #AABEA1
Tints of Spring Rain #AABEA1
RGB
CMYK
RGB Variations
Color information
#AABEA1 (or 0xAABEA1) is known color: Spring Rain. HEX triplet: AA, BE and A1. RGB value is (170,190,161). Sum of RGB (Red+Green+Blue) = 170+190+161=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABEA1 is #55415E. Grayscale: #B4B4B4. Windows color (decimal): -5587295 or 10600106. OLE color: 10600106.
HSL color Cylindrical-coordinate representation of color #AABEA1: hue angle of 101.38º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AABEA1 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 190 | 161 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.25 |
| HSL | 101.38º | 0.18% | 0.69% | - |
| HSV(B) | 101.38º | 0.15% | 0.75% | - |
| XYZ | 41.42 | 47.95 | 40.79 | - |
| YUV | 180.71 | 116.87 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 161 | 0.11 | 0 | 0.15 | 0.25 | 101.38 | 0.18 | 0.69 |
| Hex | AA | BE | A1 | B | 0 | F | 19 | 65 | 12 | 45 |
| Octal | 252 | 276 | 241 | 13 | 0 | 17 | 31 | 145 | 22 | 105 |
| Binary | 10101010 | 10111110 | 10100001 | 1011 | 0 | 1111 | 11001 | 1100101 | 10010 | 1000101 |
Color Harmonies of #AABEA1
Complementary color
Monochromatic Colors of #AABEA1
Black with #AABEA1
Text Example
Text Example
White with #AABEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABEA1; }
p { color: rgb(170,190,161); }
H1.HeaderClassName
{
color: #AABEA1;
}
.AnyTagClassName
{
color: #AABEA1;
}
</style>
background-color css
<style>
a { background-color: #AABEA1; }
a { background-color: rgb(170,190,161); }
div.DivClassName
{
background-color: #AABEA1;
}
.BgClassName
{
background-color: #AABEA1;
}
</style>
border-color css
<style>
span { border-color: #AABEA1; }
span { border-color: rgb(170,190,161); }
td.TdClassName
{
border-color: #AABEA1;
}
.TagClassName
{
border-color: #AABEA1;
}
</style>