Shades of Rainee #AABAA8
Tints of Rainee #AABAA8
RGB
CMYK
RGB Variations
Color information
#AABAA8 (or 0xAABAA8) is known color: Rainee. HEX triplet: AA, BA and A8. RGB value is (170,186,168). Sum of RGB (Red+Green+Blue) = 170+186+168=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABAA8 is #554557. Grayscale: #B3B3B3. Windows color (decimal): -5588312 or 11057834. OLE color: 11057834.
HSL color Cylindrical-coordinate representation of color #AABAA8: hue angle of 113.33º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AABAA8 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 168 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.27 |
| HSL | 113.33º | 0.12% | 0.69% | - |
| HSV(B) | 113.33º | 0.1% | 0.73% | - |
| XYZ | 41.2 | 46.49 | 43.85 | - |
| YUV | 179.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 168 | 0.09 | 0 | 0.10 | 0.27 | 113.33 | 0.12 | 0.69 |
| Hex | AA | BA | A8 | 9 | 0 | A | 1B | 71 | C | 45 |
| Octal | 252 | 272 | 250 | 11 | 0 | 12 | 33 | 161 | 14 | 105 |
| Binary | 10101010 | 10111010 | 10101000 | 1001 | 0 | 1010 | 11011 | 1110001 | 1100 | 1000101 |
Color Harmonies of #AABAA8
Complementary color
Monochromatic Colors of #AABAA8
Black with #AABAA8
Text Example
Text Example
White with #AABAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABAA8; }
p { color: rgb(170,186,168); }
H1.HeaderClassName
{
color: #AABAA8;
}
.AnyTagClassName
{
color: #AABAA8;
}
</style>
background-color css
<style>
a { background-color: #AABAA8; }
a { background-color: rgb(170,186,168); }
div.DivClassName
{
background-color: #AABAA8;
}
.BgClassName
{
background-color: #AABAA8;
}
</style>
border-color css
<style>
span { border-color: #AABAA8; }
span { border-color: rgb(170,186,168); }
td.TdClassName
{
border-color: #AABAA8;
}
.TagClassName
{
border-color: #AABAA8;
}
</style>