Shades of Spring Rain #AACEA1
Tints of Spring Rain #AACEA1
RGB
CMYK
RGB Variations
Color information
#AACEA1 (or 0xAACEA1) is known color: Spring Rain. HEX triplet: AA, CE and A1. RGB value is (170,206,161). Sum of RGB (Red+Green+Blue) = 170+206+161=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 161 (63.28% from 255 or 29.98% from 537); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACEA1 is #55315E. Grayscale: #BEBEBE. Windows color (decimal): -5583199 or 10604202. OLE color: 10604202.
HSL color Cylindrical-coordinate representation of color #AACEA1: hue angle of 108º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AACEA1 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 206 | 161 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.19 |
| HSL | 108º | 0.31% | 0.72% | - |
| HSV(B) | 108º | 0.22% | 0.81% | - |
| XYZ | 45.08 | 55.26 | 42.01 | - |
| YUV | 190.11 | 111.57 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 161 | 0.17 | 0 | 0.22 | 0.19 | 108 | 0.31 | 0.72 |
| Hex | AA | CE | A1 | 11 | 0 | 16 | 13 | 6C | 1F | 48 |
| Octal | 252 | 316 | 241 | 21 | 0 | 26 | 23 | 154 | 37 | 110 |
| Binary | 10101010 | 11001110 | 10100001 | 10001 | 0 | 10110 | 10011 | 1101100 | 11111 | 1001000 |
Color Harmonies of #AACEA1
Complementary color
Monochromatic Colors of #AACEA1
Black with #AACEA1
Text Example
Text Example
White with #AACEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACEA1; }
p { color: rgb(170,206,161); }
H1.HeaderClassName
{
color: #AACEA1;
}
.AnyTagClassName
{
color: #AACEA1;
}
</style>
background-color css
<style>
a { background-color: #AACEA1; }
a { background-color: rgb(170,206,161); }
div.DivClassName
{
background-color: #AACEA1;
}
.BgClassName
{
background-color: #AACEA1;
}
</style>
border-color css
<style>
span { border-color: #AACEA1; }
span { border-color: rgb(170,206,161); }
td.TdClassName
{
border-color: #AACEA1;
}
.TagClassName
{
border-color: #AACEA1;
}
</style>