Shades of Rainee #AABBA9
Tints of Rainee #AABBA9
RGB
CMYK
RGB Variations
Color information
#AABBA9 (or 0xAABBA9) is known color: Rainee. HEX triplet: AA, BB and A9. RGB value is (170,187,169). Sum of RGB (Red+Green+Blue) = 170+187+169=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 169 (66.41% from 255 or 32.13% from 526); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBA9 is #554456. Grayscale: #B3B3B3. Windows color (decimal): -5588055 or 11123626. OLE color: 11123626.
HSL color Cylindrical-coordinate representation of color #AABBA9: hue angle of 116.67º 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 #AABBA9 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 169 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.27 |
| HSL | 116.67º | 0.12% | 0.7% | - |
| HSV(B) | 116.67º | 0.1% | 0.73% | - |
| XYZ | 41.51 | 46.95 | 44.41 | - |
| YUV | 179.87 | 121.87 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 169 | 0.09 | 0 | 0.10 | 0.27 | 116.67 | 0.12 | 0.7 |
| Hex | AA | BB | A9 | 9 | 0 | A | 1B | 75 | C | 46 |
| Octal | 252 | 273 | 251 | 11 | 0 | 12 | 33 | 165 | 14 | 106 |
| Binary | 10101010 | 10111011 | 10101001 | 1001 | 0 | 1010 | 11011 | 1110101 | 1100 | 1000110 |
Color Harmonies of #AABBA9
Complementary color
Monochromatic Colors of #AABBA9
Black with #AABBA9
Text Example
Text Example
White with #AABBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBA9; }
p { color: rgb(170,187,169); }
H1.HeaderClassName
{
color: #AABBA9;
}
.AnyTagClassName
{
color: #AABBA9;
}
</style>
background-color css
<style>
a { background-color: #AABBA9; }
a { background-color: rgb(170,187,169); }
div.DivClassName
{
background-color: #AABBA9;
}
.BgClassName
{
background-color: #AABBA9;
}
</style>
border-color css
<style>
span { border-color: #AABBA9; }
span { border-color: rgb(170,187,169); }
td.TdClassName
{
border-color: #AABBA9;
}
.TagClassName
{
border-color: #AABBA9;
}
</style>