Shades of Spring Rain #AABCA6
Tints of Spring Rain #AABCA6
RGB
CMYK
RGB Variations
Color information
#AABCA6 (or 0xAABCA6) is known color: Spring Rain. HEX triplet: AA, BC and A6. RGB value is (170,188,166). Sum of RGB (Red+Green+Blue) = 170+188+166=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #AABCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABCA6 is #554359. Grayscale: #B4B4B4. Windows color (decimal): -5587802 or 10927274. OLE color: 10927274.
HSL color Cylindrical-coordinate representation of color #AABCA6: hue angle of 109.09º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AABCA6 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 166 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.26 |
| HSL | 109.09º | 0.14% | 0.69% | - |
| HSV(B) | 109.09º | 0.12% | 0.74% | - |
| XYZ | 41.44 | 47.27 | 43.02 | - |
| YUV | 180.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 166 | 0.10 | 0 | 0.12 | 0.26 | 109.09 | 0.14 | 0.69 |
| Hex | AA | BC | A6 | A | 0 | C | 1A | 6D | E | 45 |
| Octal | 252 | 274 | 246 | 12 | 0 | 14 | 32 | 155 | 16 | 105 |
| Binary | 10101010 | 10111100 | 10100110 | 1010 | 0 | 1100 | 11010 | 1101101 | 1110 | 1000101 |
Color Harmonies of #AABCA6
Complementary color
Monochromatic Colors of #AABCA6
Black with #AABCA6
Text Example
Text Example
White with #AABCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCA6; }
p { color: rgb(170,188,166); }
H1.HeaderClassName
{
color: #AABCA6;
}
.AnyTagClassName
{
color: #AABCA6;
}
</style>
background-color css
<style>
a { background-color: #AABCA6; }
a { background-color: rgb(170,188,166); }
div.DivClassName
{
background-color: #AABCA6;
}
.BgClassName
{
background-color: #AABCA6;
}
</style>
border-color css
<style>
span { border-color: #AABCA6; }
span { border-color: rgb(170,188,166); }
td.TdClassName
{
border-color: #AABCA6;
}
.TagClassName
{
border-color: #AABCA6;
}
</style>