Shades of Spring Rain #AABEA2
Tints of Spring Rain #AABEA2
RGB
CMYK
RGB Variations
Color information
#AABEA2 (or 0xAABEA2) is known color: Spring Rain. HEX triplet: AA, BE and A2. RGB value is (170,190,162). Sum of RGB (Red+Green+Blue) = 170+190+162=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABEA2 is #55415D. Grayscale: #B4B4B4. Windows color (decimal): -5587294 or 10665642. OLE color: 10665642.
HSL color Cylindrical-coordinate representation of color #AABEA2: hue angle of 102.86º 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 #AABEA2 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 190 | 162 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.25 |
| HSL | 102.86º | 0.18% | 0.69% | - |
| HSV(B) | 102.86º | 0.15% | 0.75% | - |
| XYZ | 41.51 | 47.98 | 41.26 | - |
| YUV | 180.83 | 117.37 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 162 | 0.11 | 0 | 0.15 | 0.25 | 102.86 | 0.18 | 0.69 |
| Hex | AA | BE | A2 | B | 0 | F | 19 | 67 | 12 | 45 |
| Octal | 252 | 276 | 242 | 13 | 0 | 17 | 31 | 147 | 22 | 105 |
| Binary | 10101010 | 10111110 | 10100010 | 1011 | 0 | 1111 | 11001 | 1100111 | 10010 | 1000101 |
Color Harmonies of #AABEA2
Complementary color
Monochromatic Colors of #AABEA2
Black with #AABEA2
Text Example
Text Example
White with #AABEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABEA2; }
p { color: rgb(170,190,162); }
H1.HeaderClassName
{
color: #AABEA2;
}
.AnyTagClassName
{
color: #AABEA2;
}
</style>
background-color css
<style>
a { background-color: #AABEA2; }
a { background-color: rgb(170,190,162); }
div.DivClassName
{
background-color: #AABEA2;
}
.BgClassName
{
background-color: #AABEA2;
}
</style>
border-color css
<style>
span { border-color: #AABEA2; }
span { border-color: rgb(170,190,162); }
td.TdClassName
{
border-color: #AABEA2;
}
.TagClassName
{
border-color: #AABEA2;
}
</style>