Shades of Rainee #AAABAA
Tints of Rainee #AAABAA
RGB
CMYK
RGB Variations
Color information
#AAABAA (or 0xAAABAA) is known color: Rainee. HEX triplet: AA, AB and AA. RGB value is (170,171,170). Sum of RGB (Red+Green+Blue) = 170+171+170=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 171 - color contains mainly: green. Hex color #AAABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAABAA is #555455. Grayscale: #AAAAAA. Windows color (decimal): -5592150 or 11185066. OLE color: 11185066.
HSL color Cylindrical-coordinate representation of color #AAABAA: hue angle of 120º degrees, saturation: 0.01, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #AAABAA is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 170 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.33 |
| HSL | 120º | 0.01% | 0.67% | - |
| HSV(B) | 120º | 0.01% | 0.67% | - |
| XYZ | 38.4 | 40.57 | 43.84 | - |
| YUV | 170.59 | 127.67 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 170 | 0.01 | 0 | 0.01 | 0.33 | 120 | 0.01 | 0.67 |
| Hex | AA | AB | AA | 1 | 0 | 1 | 21 | 78 | 1 | 43 |
| Octal | 252 | 253 | 252 | 1 | 0 | 1 | 41 | 170 | 1 | 103 |
| Binary | 10101010 | 10101011 | 10101010 | 1 | 0 | 1 | 100001 | 1111000 | 1 | 1000011 |
Color Harmonies of #AAABAA
Complementary color
Monochromatic Colors of #AAABAA
Black with #AAABAA
Text Example
Text Example
White with #AAABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAABAA; }
p { color: rgb(170,171,170); }
H1.HeaderClassName
{
color: #AAABAA;
}
.AnyTagClassName
{
color: #AAABAA;
}
</style>
background-color css
<style>
a { background-color: #AAABAA; }
a { background-color: rgb(170,171,170); }
div.DivClassName
{
background-color: #AAABAA;
}
.BgClassName
{
background-color: #AAABAA;
}
</style>
border-color css
<style>
span { border-color: #AAABAA; }
span { border-color: rgb(170,171,170); }
td.TdClassName
{
border-color: #AAABAA;
}
.TagClassName
{
border-color: #AAABAA;
}
</style>