Shades of Spring Rain #AECCA4
Tints of Spring Rain #AECCA4
RGB
CMYK
RGB Variations
Color information
#AECCA4 (or 0xAECCA4) is known color: Spring Rain. HEX triplet: AE, CC and A4. RGB value is (174,204,164). Sum of RGB (Red+Green+Blue) = 174+204+164=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 164 (64.45% from 255 or 30.26% from 542); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECCA4 is #51335B. Grayscale: #BEBEBE. Windows color (decimal): -5321564 or 10800302. OLE color: 10800302.
HSL color Cylindrical-coordinate representation of color #AECCA4: hue angle of 105º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AECCA4 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 204 | 164 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.2 |
| HSL | 105º | 0.28% | 0.72% | - |
| HSV(B) | 105º | 0.2% | 0.8% | - |
| XYZ | 45.75 | 54.86 | 43.3 | - |
| YUV | 190.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 164 | 0.15 | 0 | 0.20 | 0.2 | 105 | 0.28 | 0.72 |
| Hex | AE | CC | A4 | F | 0 | 14 | 14 | 69 | 1C | 48 |
| Octal | 256 | 314 | 244 | 17 | 0 | 24 | 24 | 151 | 34 | 110 |
| Binary | 10101110 | 11001100 | 10100100 | 1111 | 0 | 10100 | 10100 | 1101001 | 11100 | 1001000 |
Color Harmonies of #AECCA4
Complementary color
Monochromatic Colors of #AECCA4
Black with #AECCA4
Text Example
Text Example
White with #AECCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECCA4; }
p { color: rgb(174,204,164); }
H1.HeaderClassName
{
color: #AECCA4;
}
.AnyTagClassName
{
color: #AECCA4;
}
</style>
background-color css
<style>
a { background-color: #AECCA4; }
a { background-color: rgb(174,204,164); }
div.DivClassName
{
background-color: #AECCA4;
}
.BgClassName
{
background-color: #AECCA4;
}
</style>
border-color css
<style>
span { border-color: #AECCA4; }
span { border-color: rgb(174,204,164); }
td.TdClassName
{
border-color: #AECCA4;
}
.TagClassName
{
border-color: #AECCA4;
}
</style>