Shades of Spring Rain #AABCA2
Tints of Spring Rain #AABCA2
RGB
CMYK
RGB Variations
Color information
#AABCA2 (or 0xAABCA2) is known color: Spring Rain. HEX triplet: AA, BC and A2. RGB value is (170,188,162). Sum of RGB (Red+Green+Blue) = 170+188+162=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 162 (63.67% from 255 or 31.15% from 520); Max value from RGB is 188 - color contains mainly: green. Hex color #AABCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABCA2 is #55435D. Grayscale: #B3B3B3. Windows color (decimal): -5587806 or 10665130. OLE color: 10665130.
HSL color Cylindrical-coordinate representation of color #AABCA2: hue angle of 101.54º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AABCA2 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 162 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.26 |
| HSL | 101.54º | 0.16% | 0.69% | - |
| HSV(B) | 101.54º | 0.14% | 0.74% | - |
| XYZ | 41.08 | 47.12 | 41.11 | - |
| YUV | 179.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 162 | 0.10 | 0 | 0.14 | 0.26 | 101.54 | 0.16 | 0.69 |
| Hex | AA | BC | A2 | A | 0 | E | 1A | 66 | 10 | 45 |
| Octal | 252 | 274 | 242 | 12 | 0 | 16 | 32 | 146 | 20 | 105 |
| Binary | 10101010 | 10111100 | 10100010 | 1010 | 0 | 1110 | 11010 | 1100110 | 10000 | 1000101 |
Color Harmonies of #AABCA2
Complementary color
Monochromatic Colors of #AABCA2
Black with #AABCA2
Text Example
Text Example
White with #AABCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCA2; }
p { color: rgb(170,188,162); }
H1.HeaderClassName
{
color: #AABCA2;
}
.AnyTagClassName
{
color: #AABCA2;
}
</style>
background-color css
<style>
a { background-color: #AABCA2; }
a { background-color: rgb(170,188,162); }
div.DivClassName
{
background-color: #AABCA2;
}
.BgClassName
{
background-color: #AABCA2;
}
</style>
border-color css
<style>
span { border-color: #AABCA2; }
span { border-color: rgb(170,188,162); }
td.TdClassName
{
border-color: #AABCA2;
}
.TagClassName
{
border-color: #AABCA2;
}
</style>