Shades of Spring Rain #AABCA0
Tints of Spring Rain #AABCA0
RGB
CMYK
RGB Variations
Color information
#AABCA0 (or 0xAABCA0) is known color: Spring Rain. HEX triplet: AA, BC and A0. RGB value is (170,188,160). Sum of RGB (Red+Green+Blue) = 170+188+160=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 188 - color contains mainly: green. Hex color #AABCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABCA0 is #55435F. Grayscale: #B3B3B3. Windows color (decimal): -5587808 or 10534058. OLE color: 10534058.
HSL color Cylindrical-coordinate representation of color #AABCA0: hue angle of 98.57º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AABCA0 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 160 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.26 |
| HSL | 98.57º | 0.17% | 0.68% | - |
| HSV(B) | 98.57º | 0.15% | 0.74% | - |
| XYZ | 40.91 | 47.05 | 40.18 | - |
| YUV | 179.43 | 117.04 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 160 | 0.10 | 0 | 0.15 | 0.26 | 98.57 | 0.17 | 0.68 |
| Hex | AA | BC | A0 | A | 0 | F | 1A | 63 | 11 | 44 |
| Octal | 252 | 274 | 240 | 12 | 0 | 17 | 32 | 143 | 21 | 104 |
| Binary | 10101010 | 10111100 | 10100000 | 1010 | 0 | 1111 | 11010 | 1100011 | 10001 | 1000100 |
Color Harmonies of #AABCA0
Complementary color
Monochromatic Colors of #AABCA0
Black with #AABCA0
Text Example
Text Example
White with #AABCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCA0; }
p { color: rgb(170,188,160); }
H1.HeaderClassName
{
color: #AABCA0;
}
.AnyTagClassName
{
color: #AABCA0;
}
</style>
background-color css
<style>
a { background-color: #AABCA0; }
a { background-color: rgb(170,188,160); }
div.DivClassName
{
background-color: #AABCA0;
}
.BgClassName
{
background-color: #AABCA0;
}
</style>
border-color css
<style>
span { border-color: #AABCA0; }
span { border-color: rgb(170,188,160); }
td.TdClassName
{
border-color: #AABCA0;
}
.TagClassName
{
border-color: #AABCA0;
}
</style>