#AAAEAE

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

Shades of Hit Grey #AAAEAE

Tints of Hit Grey #AAAEAE

Color information

#AAAEAE (or 0xAAAEAE) is unknown color: approx Hit Grey. HEX triplet: AA, AE and AE. RGB value is (170,174,174). Sum of RGB (Red+Green+Blue) = 170+174+174=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #AAAEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAEAE is #555151. Grayscale: #ACACAC. Windows color (decimal): -5591378 or 11447978. OLE color: 11447978.

HSL color Cylindrical-coordinate representation of color #AAAEAE: hue angle of 180º 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 #AAAEAE is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170174174-
CMYK0.02000.32
HSL180º2.41%67.45%-
HSV(B)180º2.3%68.24%-
XYZ39.3541.8746.05-
YUV172.8128.67126-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701741740.02000.321802.4167.45
HexAAAEAE20020b4243
Octal252256256200402642103
Binary101010101010111010101110100010000010110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEAE; }

 p { color: rgb(170,174,174); }

 H1.HeaderClassName
 {
   color: #AAAEAE;
 }
 .AnyTagClassName
 {
   color: #AAAEAE;
 }
</style>
background-color css

<style>
 a { background-color: #AAAEAE; }

 a { background-color: rgb(170,174,174); }

 div.DivClassName
 {
   background-color: #AAAEAE;
 }
 .BgClassName
 {
   background-color: #AAAEAE;
 }
</style>
border-color css

<style>
 span { border-color: #AAAEAE; }

 span { border-color: rgb(170,174,174); }

 td.TdClassName
 {
   border-color: #AAAEAE;
 }
 .TagClassName
 {
   border-color: #AAAEAE;
 }
</style>