Shades of Spring Rain #AECAA4
Tints of Spring Rain #AECAA4
RGB
CMYK
RGB Variations
Color information
#AECAA4 (or 0xAECAA4) is known color: Spring Rain. HEX triplet: AE, CA and A4. RGB value is (174,202,164). Sum of RGB (Red+Green+Blue) = 174+202+164=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 164 (64.45% from 255 or 30.37% from 540); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECAA4 is #51355B. Grayscale: #BDBDBD. Windows color (decimal): -5322076 or 10799790. OLE color: 10799790.
HSL color Cylindrical-coordinate representation of color #AECAA4: hue angle of 104.21º degrees, saturation: 0.26, 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 #AECAA4 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 202 | 164 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.21 |
| HSL | 104.21º | 0.26% | 0.72% | - |
| HSV(B) | 104.21º | 0.19% | 0.79% | - |
| XYZ | 45.28 | 53.92 | 43.14 | - |
| YUV | 189.3 | 113.72 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 164 | 0.14 | 0 | 0.19 | 0.21 | 104.21 | 0.26 | 0.72 |
| Hex | AE | CA | A4 | E | 0 | 13 | 15 | 68 | 1A | 48 |
| Octal | 256 | 312 | 244 | 16 | 0 | 23 | 25 | 150 | 32 | 110 |
| Binary | 10101110 | 11001010 | 10100100 | 1110 | 0 | 10011 | 10101 | 1101000 | 11010 | 1001000 |
Color Harmonies of #AECAA4
Complementary color
Monochromatic Colors of #AECAA4
Black with #AECAA4
Text Example
Text Example
White with #AECAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECAA4; }
p { color: rgb(174,202,164); }
H1.HeaderClassName
{
color: #AECAA4;
}
.AnyTagClassName
{
color: #AECAA4;
}
</style>
background-color css
<style>
a { background-color: #AECAA4; }
a { background-color: rgb(174,202,164); }
div.DivClassName
{
background-color: #AECAA4;
}
.BgClassName
{
background-color: #AECAA4;
}
</style>
border-color css
<style>
span { border-color: #AECAA4; }
span { border-color: rgb(174,202,164); }
td.TdClassName
{
border-color: #AECAA4;
}
.TagClassName
{
border-color: #AECAA4;
}
</style>