Shades of Rainee #AABDA9
Tints of Rainee #AABDA9
RGB
CMYK
RGB Variations
Color information
#AABDA9 (or 0xAABDA9) is known color: Rainee. HEX triplet: AA, BD and A9. RGB value is (170,189,169). Sum of RGB (Red+Green+Blue) = 170+189+169=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABDA9 is #554256. Grayscale: #B5B5B5. Windows color (decimal): -5587543 or 11124138. OLE color: 11124138.
HSL color Cylindrical-coordinate representation of color #AABDA9: hue angle of 117º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABDA9 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 169 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.26 |
| HSL | 117º | 0.13% | 0.7% | - |
| HSV(B) | 117º | 0.11% | 0.74% | - |
| XYZ | 41.94 | 47.81 | 44.55 | - |
| YUV | 181.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 169 | 0.10 | 0 | 0.11 | 0.26 | 117 | 0.13 | 0.7 |
| Hex | AA | BD | A9 | A | 0 | B | 1A | 75 | D | 46 |
| Octal | 252 | 275 | 251 | 12 | 0 | 13 | 32 | 165 | 15 | 106 |
| Binary | 10101010 | 10111101 | 10101001 | 1010 | 0 | 1011 | 11010 | 1110101 | 1101 | 1000110 |
Color Harmonies of #AABDA9
Complementary color
Monochromatic Colors of #AABDA9
Black with #AABDA9
Text Example
Text Example
White with #AABDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABDA9; }
p { color: rgb(170,189,169); }
H1.HeaderClassName
{
color: #AABDA9;
}
.AnyTagClassName
{
color: #AABDA9;
}
</style>
background-color css
<style>
a { background-color: #AABDA9; }
a { background-color: rgb(170,189,169); }
div.DivClassName
{
background-color: #AABDA9;
}
.BgClassName
{
background-color: #AABDA9;
}
</style>
border-color css
<style>
span { border-color: #AABDA9; }
span { border-color: rgb(170,189,169); }
td.TdClassName
{
border-color: #AABDA9;
}
.TagClassName
{
border-color: #AABDA9;
}
</style>