#AAAEAA

Color #AAAEAA Rainee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rainee #AAAEAA

Tints of Rainee #AAAEAA

Color information

#AAAEAA (or 0xAAAEAA) is unknown color: approx 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

RGB170174170-
CMYK0.0200.020.32
HSL120º2.41%67.45%-
HSV(B)120º2.3%68.24%-
XYZ38.9741.7244.03-
YUV172.35126.67126.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 174 (68.36% from 255) = 33.85%
BLUE value IS 170 (66.80% from 255) = 33.07%
R=33.07%
G=33.85%
B=33.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701741700.0200.020.321202.4167.45
HexAAAEAA2022078243
Octal252256252202401702103
Binary101010101010111010101010100101000001111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>