Shades of Spring Rain #AEC9A3
Tints of Spring Rain #AEC9A3
RGB
CMYK
RGB Variations
Color information
#AEC9A3 (or 0xAEC9A3) is known color: Spring Rain. HEX triplet: AE, C9 and A3. RGB value is (174,201,163). Sum of RGB (Red+Green+Blue) = 174+201+163=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 163 (64.06% from 255 or 30.30% from 538); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC9A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC9A3 is #51365C. Grayscale: #BCBCBC. Windows color (decimal): -5322333 or 10733998. OLE color: 10733998.
HSL color Cylindrical-coordinate representation of color #AEC9A3: hue angle of 102.63º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEC9A3 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 201 | 163 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.21 |
| HSL | 102.63º | 0.26% | 0.71% | - |
| HSV(B) | 102.63º | 0.19% | 0.79% | - |
| XYZ | 44.95 | 53.42 | 42.59 | - |
| YUV | 188.6 | 113.55 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 201 | 163 | 0.13 | 0 | 0.19 | 0.21 | 102.63 | 0.26 | 0.71 |
| Hex | AE | C9 | A3 | D | 0 | 13 | 15 | 67 | 1A | 47 |
| Octal | 256 | 311 | 243 | 15 | 0 | 23 | 25 | 147 | 32 | 107 |
| Binary | 10101110 | 11001001 | 10100011 | 1101 | 0 | 10011 | 10101 | 1100111 | 11010 | 1000111 |
Color Harmonies of #AEC9A3
Complementary color
Monochromatic Colors of #AEC9A3
Black with #AEC9A3
Text Example
Text Example
White with #AEC9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC9A3; }
p { color: rgb(174,201,163); }
H1.HeaderClassName
{
color: #AEC9A3;
}
.AnyTagClassName
{
color: #AEC9A3;
}
</style>
background-color css
<style>
a { background-color: #AEC9A3; }
a { background-color: rgb(174,201,163); }
div.DivClassName
{
background-color: #AEC9A3;
}
.BgClassName
{
background-color: #AEC9A3;
}
</style>
border-color css
<style>
span { border-color: #AEC9A3; }
span { border-color: rgb(174,201,163); }
td.TdClassName
{
border-color: #AEC9A3;
}
.TagClassName
{
border-color: #AEC9A3;
}
</style>