Shades of Rainee #AABDA8
Tints of Rainee #AABDA8
RGB
CMYK
RGB Variations
Color information
#AABDA8 (or 0xAABDA8) is known color: Rainee. HEX triplet: AA, BD and A8. RGB value is (170,189,168). Sum of RGB (Red+Green+Blue) = 170+189+168=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABDA8 is #554257. Grayscale: #B4B4B4. Windows color (decimal): -5587544 or 11058602. OLE color: 11058602.
HSL color Cylindrical-coordinate representation of color #AABDA8: hue angle of 114.29º degrees, saturation: 0.14, 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 #AABDA8 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
RGB | 170 | 189 | 168 | - |
CMYK | 0.10 | 0 | 0.11 | 0.26 |
HSL | 114.29º | 0.14% | 0.7% | - |
HSV(B) | 114.29º | 0.11% | 0.74% | - |
XYZ | 41.84 | 47.77 | 44.06 | - |
YUV | 180.93 | 120.71 | 120.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 189 | 168 | 0.10 | 0 | 0.11 | 0.26 | 114.29 | 0.14 | 0.7 |
Hex | AA | BD | A8 | A | 0 | B | 1A | 72 | E | 46 |
Octal | 252 | 275 | 250 | 12 | 0 | 13 | 32 | 162 | 16 | 106 |
Binary | 10101010 | 10111101 | 10101000 | 1010 | 0 | 1011 | 11010 | 1110010 | 1110 | 1000110 |
Color Harmonies of #AABDA8
Complementary color
Monochromatic Colors of #AABDA8
Black with #AABDA8
Text Example
Text Example
White with #AABDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABDA8; }
p { color: rgb(170,189,168); }
H1.HeaderClassName
{
color: #AABDA8;
}
.AnyTagClassName
{
color: #AABDA8;
}
</style>
background-color css
<style>
a { background-color: #AABDA8; }
a { background-color: rgb(170,189,168); }
div.DivClassName
{
background-color: #AABDA8;
}
.BgClassName
{
background-color: #AABDA8;
}
</style>
border-color css
<style>
span { border-color: #AABDA8; }
span { border-color: rgb(170,189,168); }
td.TdClassName
{
border-color: #AABDA8;
}
.TagClassName
{
border-color: #AABDA8;
}
</style>