Shades of Rainee #AECBA8
Tints of Rainee #AECBA8
RGB
CMYK
RGB Variations
Color information
#AECBA8 (or 0xAECBA8) is known color: Rainee. HEX triplet: AE, CB and A8. RGB value is (174,203,168). Sum of RGB (Red+Green+Blue) = 174+203+168=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECBA8 is #513457. Grayscale: #BEBEBE. Windows color (decimal): -5321816 or 11062190. OLE color: 11062190.
HSL color Cylindrical-coordinate representation of color #AECBA8: hue angle of 109.71º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AECBA8 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 168 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.20 |
| HSL | 109.71º | 0.25% | 0.73% | - |
| HSV(B) | 109.71º | 0.17% | 0.8% | - |
| XYZ | 45.88 | 54.54 | 45.15 | - |
| YUV | 190.34 | 115.39 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 168 | 0.14 | 0 | 0.17 | 0.20 | 109.71 | 0.25 | 0.73 |
| Hex | AE | CB | A8 | E | 0 | 11 | 14 | 6E | 19 | 49 |
| Octal | 256 | 313 | 250 | 16 | 0 | 21 | 24 | 156 | 31 | 111 |
| Binary | 10101110 | 11001011 | 10101000 | 1110 | 0 | 10001 | 10100 | 1101110 | 11001 | 1001001 |
Color Harmonies of #AECBA8
Complementary color
Monochromatic Colors of #AECBA8
Black with #AECBA8
Text Example
Text Example
White with #AECBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECBA8; }
p { color: rgb(174,203,168); }
H1.HeaderClassName
{
color: #AECBA8;
}
.AnyTagClassName
{
color: #AECBA8;
}
</style>
background-color css
<style>
a { background-color: #AECBA8; }
a { background-color: rgb(174,203,168); }
div.DivClassName
{
background-color: #AECBA8;
}
.BgClassName
{
background-color: #AECBA8;
}
</style>
border-color css
<style>
span { border-color: #AECBA8; }
span { border-color: rgb(174,203,168); }
td.TdClassName
{
border-color: #AECBA8;
}
.TagClassName
{
border-color: #AECBA8;
}
</style>