Shades of Rainee #AAB1A9
Tints of Rainee #AAB1A9
RGB
CMYK
RGB Variations
Color information
#AAB1A9 (or 0xAAB1A9) is known color: Rainee. HEX triplet: AA, B1 and A9. RGB value is (170,177,169). Sum of RGB (Red+Green+Blue) = 170+177+169=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 169 (66.41% from 255 or 32.75% from 516); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB1A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB1A9 is #554E56. Grayscale: #AEAEAE. Windows color (decimal): -5590615 or 11121066. OLE color: 11121066.
HSL color Cylindrical-coordinate representation of color #AAB1A9: hue angle of 112.5º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AAB1A9 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 169 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.31 |
| HSL | 112.5º | 0.05% | 0.68% | - |
| HSV(B) | 112.5º | 0.05% | 0.69% | - |
| XYZ | 39.46 | 42.85 | 43.73 | - |
| YUV | 174 | 125.18 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 169 | 0.04 | 0 | 0.05 | 0.31 | 112.5 | 0.05 | 0.68 |
| Hex | AA | B1 | A9 | 4 | 0 | 5 | 1F | 70 | 5 | 44 |
| Octal | 252 | 261 | 251 | 4 | 0 | 5 | 37 | 160 | 5 | 104 |
| Binary | 10101010 | 10110001 | 10101001 | 100 | 0 | 101 | 11111 | 1110000 | 101 | 1000100 |
Color Harmonies of #AAB1A9
Complementary color
Monochromatic Colors of #AAB1A9
Black with #AAB1A9
Text Example
Text Example
White with #AAB1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB1A9; }
p { color: rgb(170,177,169); }
H1.HeaderClassName
{
color: #AAB1A9;
}
.AnyTagClassName
{
color: #AAB1A9;
}
</style>
background-color css
<style>
a { background-color: #AAB1A9; }
a { background-color: rgb(170,177,169); }
div.DivClassName
{
background-color: #AAB1A9;
}
.BgClassName
{
background-color: #AAB1A9;
}
</style>
border-color css
<style>
span { border-color: #AAB1A9; }
span { border-color: rgb(170,177,169); }
td.TdClassName
{
border-color: #AAB1A9;
}
.TagClassName
{
border-color: #AAB1A9;
}
</style>