#ADA4A4

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

Shades of Dark Gray #ADA4A4

Tints of Dark Gray #ADA4A4

Color information

#ADA4A4 (or 0xADA4A4) is unknown color: approx Dark Gray. HEX triplet: AD, A4 and A4. RGB value is (173,164,164). Sum of RGB (Red+Green+Blue) = 173+164+164=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 164 (64.45% from 255 or 32.73% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA4A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA4A4 is #525B5B. Grayscale: #A6A6A6. Windows color (decimal): -5397340 or 10790061. OLE color: 10790061.

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

Color convert

RGB173164164-
CMYK00.050.050.32
HSL5.2%66.08%-
HSV(B)5.2%67.84%-
XYZ37.2138.1240.52-
YUV166.69126.48132.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.53%
GREEN value IS 164 (64.45% from 255) = 32.73%
BLUE value IS 164 (64.45% from 255) = 32.73%
R=34.53%
G=32.73%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316416400.050.050.3205.266.08
HexADA4A4055200542
Octal2552442440554005102
Binary101011011010010010100100010110110000001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4A4; }

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

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

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

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

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

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

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

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