#AEAEAE

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

Shades of Dark Gray #AEAEAE

Tints of Dark Gray #AEAEAE

Color information

#AEAEAE (or 0xAEAEAE) is unknown color: approx Dark Gray. HEX triplet: AE, AE and AE. RGB value is (174,174,174). Sum of RGB (Red+Green+Blue) = 174+174+174=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 174 - color contains mainly: red, green, blue. Hex color #AEAEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAEAE is #515151. Grayscale: #AEAEAE. Windows color (decimal): -5329234 or 11447982. OLE color: 11447982.

HSL color Cylindrical-coordinate representation of color #AEAEAE: hue angle of 0º degrees, saturation: 0, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0%. Process color model (Four color, CMYK) of #AEAEAE is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB174174174-
CMYK0000.32
HSL0%68.24%-
HSV(B)0%68.24%-
XYZ40.2342.3346.09-
YUV174128128-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 174 (68.36% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741741740000.320068.24
HexAEAEAE000200044
Octal2562562560004000104
Binary101011101010111010101110000100000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEAE; }

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

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

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

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

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

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

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

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