Shades of Rainee #AAADAA
Tints of Rainee #AAADAA
RGB
CMYK
RGB Variations
Color information
#AAADAA (or 0xAAADAA) is known color: Rainee. HEX triplet: AA, AD and AA. RGB value is (170,173,170). Sum of RGB (Red+Green+Blue) = 170+173+170=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 173 - color contains mainly: green. Hex color #AAADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAADAA is #555255. Grayscale: #ABABAB. Windows color (decimal): -5591638 or 11185578. OLE color: 11185578.
HSL color Cylindrical-coordinate representation of color #AAADAA: hue angle of 120º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AAADAA is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
RGB | 170 | 173 | 170 | - |
CMYK | 0.02 | 0 | 0.02 | 0.32 |
HSL | 120º | 0.02% | 0.67% | - |
HSV(B) | 120º | 0.02% | 0.68% | - |
XYZ | 38.78 | 41.34 | 43.97 | - |
YUV | 171.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 173 | 170 | 0.02 | 0 | 0.02 | 0.32 | 120 | 0.02 | 0.67 |
Hex | AA | AD | AA | 2 | 0 | 2 | 20 | 78 | 2 | 43 |
Octal | 252 | 255 | 252 | 2 | 0 | 2 | 40 | 170 | 2 | 103 |
Binary | 10101010 | 10101101 | 10101010 | 10 | 0 | 10 | 100000 | 1111000 | 10 | 1000011 |
Color Harmonies of #AAADAA
Complementary color
Monochromatic Colors of #AAADAA
Black with #AAADAA
Text Example
Text Example
White with #AAADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADAA; }
p { color: rgb(170,173,170); }
H1.HeaderClassName
{
color: #AAADAA;
}
.AnyTagClassName
{
color: #AAADAA;
}
</style>
background-color css
<style>
a { background-color: #AAADAA; }
a { background-color: rgb(170,173,170); }
div.DivClassName
{
background-color: #AAADAA;
}
.BgClassName
{
background-color: #AAADAA;
}
</style>
border-color css
<style>
span { border-color: #AAADAA; }
span { border-color: rgb(170,173,170); }
td.TdClassName
{
border-color: #AAADAA;
}
.TagClassName
{
border-color: #AAADAA;
}
</style>