Shades of Spring Rain #AECAA3
Tints of Spring Rain #AECAA3
RGB
CMYK
RGB Variations
Color information
#AECAA3 (or 0xAECAA3) is known color: Spring Rain. HEX triplet: AE, CA and A3. RGB value is (174,202,163). Sum of RGB (Red+Green+Blue) = 174+202+163=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 163 (64.06% from 255 or 30.24% from 539); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECAA3 is #51355C. Grayscale: #BDBDBD. Windows color (decimal): -5322077 or 10734254. OLE color: 10734254.
HSL color Cylindrical-coordinate representation of color #AECAA3: hue angle of 103.08º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AECAA3 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 202 | 163 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.21 |
| HSL | 103.08º | 0.27% | 0.72% | - |
| HSV(B) | 103.08º | 0.19% | 0.79% | - |
| XYZ | 45.19 | 53.88 | 42.67 | - |
| YUV | 189.18 | 113.22 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 163 | 0.14 | 0 | 0.19 | 0.21 | 103.08 | 0.27 | 0.72 |
| Hex | AE | CA | A3 | E | 0 | 13 | 15 | 67 | 1B | 48 |
| Octal | 256 | 312 | 243 | 16 | 0 | 23 | 25 | 147 | 33 | 110 |
| Binary | 10101110 | 11001010 | 10100011 | 1110 | 0 | 10011 | 10101 | 1100111 | 11011 | 1001000 |
Color Harmonies of #AECAA3
Complementary color
Monochromatic Colors of #AECAA3
Black with #AECAA3
Text Example
Text Example
White with #AECAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECAA3; }
p { color: rgb(174,202,163); }
H1.HeaderClassName
{
color: #AECAA3;
}
.AnyTagClassName
{
color: #AECAA3;
}
</style>
background-color css
<style>
a { background-color: #AECAA3; }
a { background-color: rgb(174,202,163); }
div.DivClassName
{
background-color: #AECAA3;
}
.BgClassName
{
background-color: #AECAA3;
}
</style>
border-color css
<style>
span { border-color: #AECAA3; }
span { border-color: rgb(174,202,163); }
td.TdClassName
{
border-color: #AECAA3;
}
.TagClassName
{
border-color: #AECAA3;
}
</style>