Shades of Rainee #AAAEAA
Tints of Rainee #AAAEAA
RGB
CMYK
RGB Variations
Color information
#AAAEAA (or 0xAAAEAA) is known color: Rainee. HEX triplet: AA, AE and AA. RGB value is (170,174,170). Sum of RGB (Red+Green+Blue) = 170+174+170=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAEAA is #555155. Grayscale: #ACACAC. Windows color (decimal): -5591382 or 11185834. OLE color: 11185834.
HSL color Cylindrical-coordinate representation of color #AAAEAA: 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 #AAAEAA is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
RGB | 170 | 174 | 170 | - |
CMYK | 0.02 | 0 | 0.02 | 0.32 |
HSL | 120º | 0.02% | 0.67% | - |
HSV(B) | 120º | 0.02% | 0.68% | - |
XYZ | 38.97 | 41.72 | 44.03 | - |
YUV | 172.35 | 126.67 | 126.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 174 | 170 | 0.02 | 0 | 0.02 | 0.32 | 120 | 0.02 | 0.67 |
Hex | AA | AE | AA | 2 | 0 | 2 | 20 | 78 | 2 | 43 |
Octal | 252 | 256 | 252 | 2 | 0 | 2 | 40 | 170 | 2 | 103 |
Binary | 10101010 | 10101110 | 10101010 | 10 | 0 | 10 | 100000 | 1111000 | 10 | 1000011 |
Color Harmonies of #AAAEAA
Complementary color
Monochromatic Colors of #AAAEAA
Black with #AAAEAA
Text Example
Text Example
White with #AAAEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAEAA; }
p { color: rgb(170,174,170); }
H1.HeaderClassName
{
color: #AAAEAA;
}
.AnyTagClassName
{
color: #AAAEAA;
}
</style>
background-color css
<style>
a { background-color: #AAAEAA; }
a { background-color: rgb(170,174,170); }
div.DivClassName
{
background-color: #AAAEAA;
}
.BgClassName
{
background-color: #AAAEAA;
}
</style>
border-color css
<style>
span { border-color: #AAAEAA; }
span { border-color: rgb(170,174,170); }
td.TdClassName
{
border-color: #AAAEAA;
}
.TagClassName
{
border-color: #AAAEAA;
}
</style>