Shades of Rainee #AEBBA9
Tints of Rainee #AEBBA9
RGB
CMYK
RGB Variations
Color information
#AEBBA9 (or 0xAEBBA9) is known color: Rainee. HEX triplet: AE, BB and A9. RGB value is (174,187,169). Sum of RGB (Red+Green+Blue) = 174+187+169=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 169 (66.41% from 255 or 31.89% from 530); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBBA9 is #514456. Grayscale: #B5B5B5. Windows color (decimal): -5325911 or 11123630. OLE color: 11123630.
HSL color Cylindrical-coordinate representation of color #AEBBA9: hue angle of 103.33º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEBBA9 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 187 | 169 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.27 |
| HSL | 103.33º | 0.12% | 0.7% | - |
| HSV(B) | 103.33º | 0.1% | 0.73% | - |
| XYZ | 42.39 | 47.4 | 44.45 | - |
| YUV | 181.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 169 | 0.07 | 0 | 0.10 | 0.27 | 103.33 | 0.12 | 0.7 |
| Hex | AE | BB | A9 | 7 | 0 | A | 1B | 67 | C | 46 |
| Octal | 256 | 273 | 251 | 7 | 0 | 12 | 33 | 147 | 14 | 106 |
| Binary | 10101110 | 10111011 | 10101001 | 111 | 0 | 1010 | 11011 | 1100111 | 1100 | 1000110 |
Color Harmonies of #AEBBA9
Complementary color
Monochromatic Colors of #AEBBA9
Black with #AEBBA9
Text Example
Text Example
White with #AEBBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBBA9; }
p { color: rgb(174,187,169); }
H1.HeaderClassName
{
color: #AEBBA9;
}
.AnyTagClassName
{
color: #AEBBA9;
}
</style>
background-color css
<style>
a { background-color: #AEBBA9; }
a { background-color: rgb(174,187,169); }
div.DivClassName
{
background-color: #AEBBA9;
}
.BgClassName
{
background-color: #AEBBA9;
}
</style>
border-color css
<style>
span { border-color: #AEBBA9; }
span { border-color: rgb(174,187,169); }
td.TdClassName
{
border-color: #AEBBA9;
}
.TagClassName
{
border-color: #AEBBA9;
}
</style>