#ADADAD

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

Shades of Dark Gray #ADADAD

Tints of Dark Gray #ADADAD

Color information

#ADADAD (or 0xADADAD) is unknown color: approx Dark Gray. HEX triplet: AD, AD and AD. RGB value is (173,173,173). Sum of RGB (Red+Green+Blue) = 173+173+173=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 173 - color contains mainly: red, green, blue. Hex color #ADADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADAD is #525252. Grayscale: #ADADAD. Windows color (decimal): -5395027 or 11382189. OLE color: 11382189.

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

Color convert

RGB173173173-
CMYK0000.32
HSL0%67.84%-
HSV(B)0%67.84%-
XYZ39.7241.7945.51-
YUV173128128-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.33%
GREEN value IS 173 (67.97% from 255) = 33.33%
BLUE value IS 173 (67.97% 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
Decimal1731731730000.320067.84
HexADADAD000200044
Octal2552552550004000104
Binary101011011010110110101101000100000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADAD; }

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

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

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

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

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

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

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

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