Shades of Spring Rain #AECFA0
Tints of Spring Rain #AECFA0
RGB
CMYK
RGB Variations
Color information
#AECFA0 (or 0xAECFA0) is known color: Spring Rain. HEX triplet: AE, CF and A0. RGB value is (174,207,160). Sum of RGB (Red+Green+Blue) = 174+207+160=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECFA0 is #51305F. Grayscale: #BFBFBF. Windows color (decimal): -5320800 or 10538926. OLE color: 10538926.
HSL color Cylindrical-coordinate representation of color #AECFA0: hue angle of 102.13º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AECFA0 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 160 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.19 |
| HSL | 102.13º | 0.33% | 0.72% | - |
| HSV(B) | 102.13º | 0.23% | 0.81% | - |
| XYZ | 46.11 | 56.16 | 41.67 | - |
| YUV | 191.78 | 110.07 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 160 | 0.16 | 0 | 0.23 | 0.19 | 102.13 | 0.33 | 0.72 |
| Hex | AE | CF | A0 | 10 | 0 | 17 | 13 | 66 | 21 | 48 |
| Octal | 256 | 317 | 240 | 20 | 0 | 27 | 23 | 146 | 41 | 110 |
| Binary | 10101110 | 11001111 | 10100000 | 10000 | 0 | 10111 | 10011 | 1100110 | 100001 | 1001000 |
Color Harmonies of #AECFA0
Complementary color
Monochromatic Colors of #AECFA0
Black with #AECFA0
Text Example
Text Example
White with #AECFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECFA0; }
p { color: rgb(174,207,160); }
H1.HeaderClassName
{
color: #AECFA0;
}
.AnyTagClassName
{
color: #AECFA0;
}
</style>
background-color css
<style>
a { background-color: #AECFA0; }
a { background-color: rgb(174,207,160); }
div.DivClassName
{
background-color: #AECFA0;
}
.BgClassName
{
background-color: #AECFA0;
}
</style>
border-color css
<style>
span { border-color: #AECFA0; }
span { border-color: rgb(174,207,160); }
td.TdClassName
{
border-color: #AECFA0;
}
.TagClassName
{
border-color: #AECFA0;
}
</style>