Shades of Spring Rain #AECDA0
Tints of Spring Rain #AECDA0
RGB
CMYK
RGB Variations
Color information
#AECDA0 (or 0xAECDA0) is known color: Spring Rain. HEX triplet: AE, CD and A0. RGB value is (174,205,160). Sum of RGB (Red+Green+Blue) = 174+205+160=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECDA0 is #51325F. Grayscale: #BEBEBE. Windows color (decimal): -5321312 or 10538414. OLE color: 10538414.
HSL color Cylindrical-coordinate representation of color #AECDA0: hue angle of 101.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AECDA0 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 205 | 160 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.20 |
| HSL | 101.33º | 0.31% | 0.72% | - |
| HSV(B) | 101.33º | 0.22% | 0.8% | - |
| XYZ | 45.63 | 55.2 | 41.51 | - |
| YUV | 190.6 | 110.73 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 160 | 0.15 | 0 | 0.22 | 0.20 | 101.33 | 0.31 | 0.72 |
| Hex | AE | CD | A0 | F | 0 | 16 | 14 | 65 | 1F | 48 |
| Octal | 256 | 315 | 240 | 17 | 0 | 26 | 24 | 145 | 37 | 110 |
| Binary | 10101110 | 11001101 | 10100000 | 1111 | 0 | 10110 | 10100 | 1100101 | 11111 | 1001000 |
Color Harmonies of #AECDA0
Complementary color
Monochromatic Colors of #AECDA0
Black with #AECDA0
Text Example
Text Example
White with #AECDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDA0; }
p { color: rgb(174,205,160); }
H1.HeaderClassName
{
color: #AECDA0;
}
.AnyTagClassName
{
color: #AECDA0;
}
</style>
background-color css
<style>
a { background-color: #AECDA0; }
a { background-color: rgb(174,205,160); }
div.DivClassName
{
background-color: #AECDA0;
}
.BgClassName
{
background-color: #AECDA0;
}
</style>
border-color css
<style>
span { border-color: #AECDA0; }
span { border-color: rgb(174,205,160); }
td.TdClassName
{
border-color: #AECDA0;
}
.TagClassName
{
border-color: #AECDA0;
}
</style>