Shades of Rainee #AABBA8
Tints of Rainee #AABBA8
RGB
CMYK
RGB Variations
Color information
#AABBA8 (or 0xAABBA8) is known color: Rainee. HEX triplet: AA, BB and A8. RGB value is (170,187,168). Sum of RGB (Red+Green+Blue) = 170+187+168=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBA8 is #554457. Grayscale: #B3B3B3. Windows color (decimal): -5588056 or 11058090. OLE color: 11058090.
HSL color Cylindrical-coordinate representation of color #AABBA8: hue angle of 113.68º 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 #AABBA8 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 168 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.27 |
| HSL | 113.68º | 0.12% | 0.7% | - |
| HSV(B) | 113.68º | 0.1% | 0.73% | - |
| XYZ | 41.42 | 46.91 | 43.92 | - |
| YUV | 179.75 | 121.37 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 168 | 0.09 | 0 | 0.10 | 0.27 | 113.68 | 0.12 | 0.7 |
| Hex | AA | BB | A8 | 9 | 0 | A | 1B | 72 | C | 46 |
| Octal | 252 | 273 | 250 | 11 | 0 | 12 | 33 | 162 | 14 | 106 |
| Binary | 10101010 | 10111011 | 10101000 | 1001 | 0 | 1010 | 11011 | 1110010 | 1100 | 1000110 |
Color Harmonies of #AABBA8
Complementary color
Monochromatic Colors of #AABBA8
Black with #AABBA8
Text Example
Text Example
White with #AABBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBA8; }
p { color: rgb(170,187,168); }
H1.HeaderClassName
{
color: #AABBA8;
}
.AnyTagClassName
{
color: #AABBA8;
}
</style>
background-color css
<style>
a { background-color: #AABBA8; }
a { background-color: rgb(170,187,168); }
div.DivClassName
{
background-color: #AABBA8;
}
.BgClassName
{
background-color: #AABBA8;
}
</style>
border-color css
<style>
span { border-color: #AABBA8; }
span { border-color: rgb(170,187,168); }
td.TdClassName
{
border-color: #AABBA8;
}
.TagClassName
{
border-color: #AABBA8;
}
</style>