Shades of Spring Rain #AECBA2
Tints of Spring Rain #AECBA2
RGB
CMYK
RGB Variations
Color information
#AECBA2 (or 0xAECBA2) is known color: Spring Rain. HEX triplet: AE, CB and A2. RGB value is (174,203,162). Sum of RGB (Red+Green+Blue) = 174+203+162=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 162 (63.67% from 255 or 30.06% from 539); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECBA2 is #51345D. Grayscale: #BDBDBD. Windows color (decimal): -5321822 or 10668974. OLE color: 10668974.
HSL color Cylindrical-coordinate representation of color #AECBA2: hue angle of 102.44º 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 #AECBA2 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 162 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.20 |
| HSL | 102.44º | 0.28% | 0.72% | - |
| HSV(B) | 102.44º | 0.2% | 0.8% | - |
| XYZ | 45.33 | 54.32 | 42.28 | - |
| YUV | 189.66 | 112.39 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 162 | 0.14 | 0 | 0.20 | 0.20 | 102.44 | 0.28 | 0.72 |
| Hex | AE | CB | A2 | E | 0 | 14 | 14 | 66 | 1C | 48 |
| Octal | 256 | 313 | 242 | 16 | 0 | 24 | 24 | 146 | 34 | 110 |
| Binary | 10101110 | 11001011 | 10100010 | 1110 | 0 | 10100 | 10100 | 1100110 | 11100 | 1001000 |
Color Harmonies of #AECBA2
Complementary color
Monochromatic Colors of #AECBA2
Black with #AECBA2
Text Example
Text Example
White with #AECBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECBA2; }
p { color: rgb(174,203,162); }
H1.HeaderClassName
{
color: #AECBA2;
}
.AnyTagClassName
{
color: #AECBA2;
}
</style>
background-color css
<style>
a { background-color: #AECBA2; }
a { background-color: rgb(174,203,162); }
div.DivClassName
{
background-color: #AECBA2;
}
.BgClassName
{
background-color: #AECBA2;
}
</style>
border-color css
<style>
span { border-color: #AECBA2; }
span { border-color: rgb(174,203,162); }
td.TdClassName
{
border-color: #AECBA2;
}
.TagClassName
{
border-color: #AECBA2;
}
</style>