Shades of Rainee #AAB3A9
Tints of Rainee #AAB3A9
RGB
CMYK
RGB Variations
Color information
#AAB3A9 (or 0xAAB3A9) is known color: Rainee. HEX triplet: AA, B3 and A9. RGB value is (170,179,169). Sum of RGB (Red+Green+Blue) = 170+179+169=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB3A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB3A9 is #554C56. Grayscale: #AFAFAF. Windows color (decimal): -5590103 or 11121578. OLE color: 11121578.
HSL color Cylindrical-coordinate representation of color #AAB3A9: hue angle of 114º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAB3A9 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 169 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.30 |
| HSL | 114º | 0.06% | 0.68% | - |
| HSV(B) | 114º | 0.06% | 0.7% | - |
| XYZ | 39.86 | 43.65 | 43.86 | - |
| YUV | 175.17 | 124.52 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 169 | 0.05 | 0 | 0.06 | 0.30 | 114 | 0.06 | 0.68 |
| Hex | AA | B3 | A9 | 5 | 0 | 6 | 1E | 72 | 6 | 44 |
| Octal | 252 | 263 | 251 | 5 | 0 | 6 | 36 | 162 | 6 | 104 |
| Binary | 10101010 | 10110011 | 10101001 | 101 | 0 | 110 | 11110 | 1110010 | 110 | 1000100 |
Color Harmonies of #AAB3A9
Complementary color
Monochromatic Colors of #AAB3A9
Black with #AAB3A9
Text Example
Text Example
White with #AAB3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB3A9; }
p { color: rgb(170,179,169); }
H1.HeaderClassName
{
color: #AAB3A9;
}
.AnyTagClassName
{
color: #AAB3A9;
}
</style>
background-color css
<style>
a { background-color: #AAB3A9; }
a { background-color: rgb(170,179,169); }
div.DivClassName
{
background-color: #AAB3A9;
}
.BgClassName
{
background-color: #AAB3A9;
}
</style>
border-color css
<style>
span { border-color: #AAB3A9; }
span { border-color: rgb(170,179,169); }
td.TdClassName
{
border-color: #AAB3A9;
}
.TagClassName
{
border-color: #AAB3A9;
}
</style>