Shades of Spring Rain #AEC4A5
Tints of Spring Rain #AEC4A5
RGB
CMYK
RGB Variations
Color information
#AEC4A5 (or 0xAEC4A5) is known color: Spring Rain. HEX triplet: AE, C4 and A5. RGB value is (174,196,165). Sum of RGB (Red+Green+Blue) = 174+196+165=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC4A5 is #513B5A. Grayscale: #B9B9B9. Windows color (decimal): -5323611 or 10863790. OLE color: 10863790.
HSL color Cylindrical-coordinate representation of color #AEC4A5: hue angle of 102.58º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEC4A5 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 196 | 165 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.23 |
| HSL | 102.58º | 0.21% | 0.71% | - |
| HSV(B) | 102.58º | 0.16% | 0.77% | - |
| XYZ | 43.99 | 51.2 | 43.16 | - |
| YUV | 185.89 | 116.21 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 196 | 165 | 0.11 | 0 | 0.16 | 0.23 | 102.58 | 0.21 | 0.71 |
| Hex | AE | C4 | A5 | B | 0 | 10 | 17 | 67 | 15 | 47 |
| Octal | 256 | 304 | 245 | 13 | 0 | 20 | 27 | 147 | 25 | 107 |
| Binary | 10101110 | 11000100 | 10100101 | 1011 | 0 | 10000 | 10111 | 1100111 | 10101 | 1000111 |
Color Harmonies of #AEC4A5
Complementary color
Monochromatic Colors of #AEC4A5
Black with #AEC4A5
Text Example
Text Example
White with #AEC4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC4A5; }
p { color: rgb(174,196,165); }
H1.HeaderClassName
{
color: #AEC4A5;
}
.AnyTagClassName
{
color: #AEC4A5;
}
</style>
background-color css
<style>
a { background-color: #AEC4A5; }
a { background-color: rgb(174,196,165); }
div.DivClassName
{
background-color: #AEC4A5;
}
.BgClassName
{
background-color: #AEC4A5;
}
</style>
border-color css
<style>
span { border-color: #AEC4A5; }
span { border-color: rgb(174,196,165); }
td.TdClassName
{
border-color: #AEC4A5;
}
.TagClassName
{
border-color: #AEC4A5;
}
</style>