Shades of Spring Rain #AABCA4
Tints of Spring Rain #AABCA4
RGB
CMYK
RGB Variations
Color information
#AABCA4 (or 0xAABCA4) is known color: Spring Rain. HEX triplet: AA, BC and A4. RGB value is (170,188,164). Sum of RGB (Red+Green+Blue) = 170+188+164=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 164 (64.45% from 255 or 31.42% from 522); Max value from RGB is 188 - color contains mainly: green. Hex color #AABCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABCA4 is #55435B. Grayscale: #B3B3B3. Windows color (decimal): -5587804 or 10796202. OLE color: 10796202.
HSL color Cylindrical-coordinate representation of color #AABCA4: hue angle of 105º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AABCA4 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 164 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.26 |
| HSL | 105º | 0.15% | 0.69% | - |
| HSV(B) | 105º | 0.13% | 0.74% | - |
| XYZ | 41.26 | 47.19 | 42.06 | - |
| YUV | 179.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 164 | 0.10 | 0 | 0.13 | 0.26 | 105 | 0.15 | 0.69 |
| Hex | AA | BC | A4 | A | 0 | D | 1A | 69 | F | 45 |
| Octal | 252 | 274 | 244 | 12 | 0 | 15 | 32 | 151 | 17 | 105 |
| Binary | 10101010 | 10111100 | 10100100 | 1010 | 0 | 1101 | 11010 | 1101001 | 1111 | 1000101 |
Color Harmonies of #AABCA4
Complementary color
Monochromatic Colors of #AABCA4
Black with #AABCA4
Text Example
Text Example
White with #AABCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCA4; }
p { color: rgb(170,188,164); }
H1.HeaderClassName
{
color: #AABCA4;
}
.AnyTagClassName
{
color: #AABCA4;
}
</style>
background-color css
<style>
a { background-color: #AABCA4; }
a { background-color: rgb(170,188,164); }
div.DivClassName
{
background-color: #AABCA4;
}
.BgClassName
{
background-color: #AABCA4;
}
</style>
border-color css
<style>
span { border-color: #AABCA4; }
span { border-color: rgb(170,188,164); }
td.TdClassName
{
border-color: #AABCA4;
}
.TagClassName
{
border-color: #AABCA4;
}
</style>