#AEADAD

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

Shades of Dark Gray #AEADAD

Tints of Dark Gray #AEADAD

Color information

#AEADAD (or 0xAEADAD) is unknown color: approx Dark Gray. HEX triplet: AE, AD and AD. RGB value is (174,173,173). Sum of RGB (Red+Green+Blue) = 174+173+173=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 174 - color contains mainly: red. Hex color #AEADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEADAD is #515252. Grayscale: #ADADAD. Windows color (decimal): -5329491 or 11382190. OLE color: 11382190.

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

Color convert

RGB174173173-
CMYK00.010.010.32
HSL0.61%68.04%-
HSV(B)0.57%68.24%-
XYZ39.9441.945.52-
YUV173.3127.83128.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 173 (67.97% from 255) = 33.27%
R=33.46%
G=33.27%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417317300.010.010.3200.6168.04
HexAEADAD011200144
Octal2562552550114001104
Binary101011101010110110101101011100000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEADAD; }

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

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

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

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

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

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

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

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