Shades of Spring Rain #AECBA4
Tints of Spring Rain #AECBA4
RGB
CMYK
RGB Variations
Color information
#AECBA4 (or 0xAECBA4) is known color: Spring Rain. HEX triplet: AE, CB and A4. RGB value is (174,203,164). Sum of RGB (Red+Green+Blue) = 174+203+164=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 164 (64.45% from 255 or 30.31% from 541); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECBA4 is #51345B. Grayscale: #BEBEBE. Windows color (decimal): -5321820 or 10800046. OLE color: 10800046.
HSL color Cylindrical-coordinate representation of color #AECBA4: hue angle of 104.62º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AECBA4 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 164 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.20 |
| HSL | 104.62º | 0.27% | 0.72% | - |
| HSV(B) | 104.62º | 0.19% | 0.8% | - |
| XYZ | 45.51 | 54.39 | 43.22 | - |
| YUV | 189.88 | 113.39 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 164 | 0.14 | 0 | 0.19 | 0.20 | 104.62 | 0.27 | 0.72 |
| Hex | AE | CB | A4 | E | 0 | 13 | 14 | 69 | 1B | 48 |
| Octal | 256 | 313 | 244 | 16 | 0 | 23 | 24 | 151 | 33 | 110 |
| Binary | 10101110 | 11001011 | 10100100 | 1110 | 0 | 10011 | 10100 | 1101001 | 11011 | 1001000 |
Color Harmonies of #AECBA4
Complementary color
Monochromatic Colors of #AECBA4
Black with #AECBA4
Text Example
Text Example
White with #AECBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECBA4; }
p { color: rgb(174,203,164); }
H1.HeaderClassName
{
color: #AECBA4;
}
.AnyTagClassName
{
color: #AECBA4;
}
</style>
background-color css
<style>
a { background-color: #AECBA4; }
a { background-color: rgb(174,203,164); }
div.DivClassName
{
background-color: #AECBA4;
}
.BgClassName
{
background-color: #AECBA4;
}
</style>
border-color css
<style>
span { border-color: #AECBA4; }
span { border-color: rgb(174,203,164); }
td.TdClassName
{
border-color: #AECBA4;
}
.TagClassName
{
border-color: #AECBA4;
}
</style>