Shades of Spring Rain #AECBA1
Tints of Spring Rain #AECBA1
RGB
CMYK
RGB Variations
Color information
#AECBA1 (or 0xAECBA1) is known color: Spring Rain. HEX triplet: AE, CB and A1. RGB value is (174,203,161). Sum of RGB (Red+Green+Blue) = 174+203+161=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 161 (63.28% from 255 or 29.93% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECBA1 is #51345E. Grayscale: #BDBDBD. Windows color (decimal): -5321823 or 10603438. OLE color: 10603438.
HSL color Cylindrical-coordinate representation of color #AECBA1: hue angle of 101.43º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AECBA1 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 161 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.20 |
| HSL | 101.43º | 0.29% | 0.71% | - |
| HSV(B) | 101.43º | 0.21% | 0.8% | - |
| XYZ | 45.24 | 54.28 | 41.81 | - |
| YUV | 189.54 | 111.89 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 161 | 0.14 | 0 | 0.21 | 0.20 | 101.43 | 0.29 | 0.71 |
| Hex | AE | CB | A1 | E | 0 | 15 | 14 | 65 | 1D | 47 |
| Octal | 256 | 313 | 241 | 16 | 0 | 25 | 24 | 145 | 35 | 107 |
| Binary | 10101110 | 11001011 | 10100001 | 1110 | 0 | 10101 | 10100 | 1100101 | 11101 | 1000111 |
Color Harmonies of #AECBA1
Complementary color
Monochromatic Colors of #AECBA1
Black with #AECBA1
Text Example
Text Example
White with #AECBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECBA1; }
p { color: rgb(174,203,161); }
H1.HeaderClassName
{
color: #AECBA1;
}
.AnyTagClassName
{
color: #AECBA1;
}
</style>
background-color css
<style>
a { background-color: #AECBA1; }
a { background-color: rgb(174,203,161); }
div.DivClassName
{
background-color: #AECBA1;
}
.BgClassName
{
background-color: #AECBA1;
}
</style>
border-color css
<style>
span { border-color: #AECBA1; }
span { border-color: rgb(174,203,161); }
td.TdClassName
{
border-color: #AECBA1;
}
.TagClassName
{
border-color: #AECBA1;
}
</style>