Shades of Rainee #AECAA8
Tints of Rainee #AECAA8
RGB
CMYK
RGB Variations
Color information
#AECAA8 (or 0xAECAA8) is known color: Rainee. HEX triplet: AE, CA and A8. RGB value is (174,202,168). Sum of RGB (Red+Green+Blue) = 174+202+168=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECAA8 is #513557. Grayscale: #BDBDBD. Windows color (decimal): -5322072 or 11061934. OLE color: 11061934.
HSL color Cylindrical-coordinate representation of color #AECAA8: hue angle of 109.41º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AECAA8 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 202 | 168 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.21 |
| HSL | 109.41º | 0.24% | 0.73% | - |
| HSV(B) | 109.41º | 0.17% | 0.79% | - |
| XYZ | 45.64 | 54.07 | 45.08 | - |
| YUV | 189.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 168 | 0.14 | 0 | 0.17 | 0.21 | 109.41 | 0.24 | 0.73 |
| Hex | AE | CA | A8 | E | 0 | 11 | 15 | 6D | 18 | 49 |
| Octal | 256 | 312 | 250 | 16 | 0 | 21 | 25 | 155 | 30 | 111 |
| Binary | 10101110 | 11001010 | 10101000 | 1110 | 0 | 10001 | 10101 | 1101101 | 11000 | 1001001 |
Color Harmonies of #AECAA8
Complementary color
Monochromatic Colors of #AECAA8
Black with #AECAA8
Text Example
Text Example
White with #AECAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECAA8; }
p { color: rgb(174,202,168); }
H1.HeaderClassName
{
color: #AECAA8;
}
.AnyTagClassName
{
color: #AECAA8;
}
</style>
background-color css
<style>
a { background-color: #AECAA8; }
a { background-color: rgb(174,202,168); }
div.DivClassName
{
background-color: #AECAA8;
}
.BgClassName
{
background-color: #AECAA8;
}
</style>
border-color css
<style>
span { border-color: #AECAA8; }
span { border-color: rgb(174,202,168); }
td.TdClassName
{
border-color: #AECAA8;
}
.TagClassName
{
border-color: #AECAA8;
}
</style>