Shades of Rainee #AECEA6
Tints of Rainee #AECEA6
RGB
CMYK
RGB Variations
Color information
#AECEA6 (or 0xAECEA6) is known color: Rainee. HEX triplet: AE, CE and A6. RGB value is (174,206,166). Sum of RGB (Red+Green+Blue) = 174+206+166=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECEA6 is #513159. Grayscale: #BFBFBF. Windows color (decimal): -5321050 or 10931886. OLE color: 10931886.
HSL color Cylindrical-coordinate representation of color #AECEA6: hue angle of 108º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AECEA6 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 166 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.19 |
| HSL | 108º | 0.29% | 0.73% | - |
| HSV(B) | 108º | 0.19% | 0.81% | - |
| XYZ | 46.41 | 55.89 | 44.42 | - |
| YUV | 191.87 | 113.4 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 166 | 0.16 | 0 | 0.19 | 0.19 | 108 | 0.29 | 0.73 |
| Hex | AE | CE | A6 | 10 | 0 | 13 | 13 | 6C | 1D | 49 |
| Octal | 256 | 316 | 246 | 20 | 0 | 23 | 23 | 154 | 35 | 111 |
| Binary | 10101110 | 11001110 | 10100110 | 10000 | 0 | 10011 | 10011 | 1101100 | 11101 | 1001001 |
Color Harmonies of #AECEA6
Complementary color
Monochromatic Colors of #AECEA6
Black with #AECEA6
Text Example
Text Example
White with #AECEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECEA6; }
p { color: rgb(174,206,166); }
H1.HeaderClassName
{
color: #AECEA6;
}
.AnyTagClassName
{
color: #AECEA6;
}
</style>
background-color css
<style>
a { background-color: #AECEA6; }
a { background-color: rgb(174,206,166); }
div.DivClassName
{
background-color: #AECEA6;
}
.BgClassName
{
background-color: #AECEA6;
}
</style>
border-color css
<style>
span { border-color: #AECEA6; }
span { border-color: rgb(174,206,166); }
td.TdClassName
{
border-color: #AECEA6;
}
.TagClassName
{
border-color: #AECEA6;
}
</style>