Shades of Spring Rain #AEC3A0
Tints of Spring Rain #AEC3A0
RGB
CMYK
RGB Variations
Color information
#AEC3A0 (or 0xAEC3A0) is known color: Spring Rain. HEX triplet: AE, C3 and A0. RGB value is (174,195,160). Sum of RGB (Red+Green+Blue) = 174+195+160=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC3A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC3A0 is #513C5F. Grayscale: #B8B8B8. Windows color (decimal): -5323872 or 10535854. OLE color: 10535854.
HSL color Cylindrical-coordinate representation of color #AEC3A0: hue angle of 96º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEC3A0 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
RGB | 174 | 195 | 160 | - |
CMYK | 0.11 | 0 | 0.18 | 0.24 |
HSL | 96º | 0.23% | 0.7% | - |
HSV(B) | 96º | 0.18% | 0.76% | - |
XYZ | 43.32 | 50.57 | 40.74 | - |
YUV | 184.73 | 114.04 | 120.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 195 | 160 | 0.11 | 0 | 0.18 | 0.24 | 96 | 0.23 | 0.7 |
Hex | AE | C3 | A0 | B | 0 | 12 | 18 | 60 | 17 | 46 |
Octal | 256 | 303 | 240 | 13 | 0 | 22 | 30 | 140 | 27 | 106 |
Binary | 10101110 | 11000011 | 10100000 | 1011 | 0 | 10010 | 11000 | 1100000 | 10111 | 1000110 |
Color Harmonies of #AEC3A0
Complementary color
Monochromatic Colors of #AEC3A0
Black with #AEC3A0
Text Example
Text Example
White with #AEC3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC3A0; }
p { color: rgb(174,195,160); }
H1.HeaderClassName
{
color: #AEC3A0;
}
.AnyTagClassName
{
color: #AEC3A0;
}
</style>
background-color css
<style>
a { background-color: #AEC3A0; }
a { background-color: rgb(174,195,160); }
div.DivClassName
{
background-color: #AEC3A0;
}
.BgClassName
{
background-color: #AEC3A0;
}
</style>
border-color css
<style>
span { border-color: #AEC3A0; }
span { border-color: rgb(174,195,160); }
td.TdClassName
{
border-color: #AEC3A0;
}
.TagClassName
{
border-color: #AEC3A0;
}
</style>