#ADA7A7

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

Shades of Dark Gray #ADA7A7

Tints of Dark Gray #ADA7A7

Color information

#ADA7A7 (or 0xADA7A7) is unknown color: approx Dark Gray. HEX triplet: AD, A7 and A7. RGB value is (173,167,167). Sum of RGB (Red+Green+Blue) = 173+167+167=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 167 (65.62% from 255 or 32.94% from 507); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA7A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA7A7 is #525858. Grayscale: #A8A8A8. Windows color (decimal): -5396569 or 10987437. OLE color: 10987437.

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

Color convert

RGB173167167-
CMYK00.030.030.32
HSL3.53%66.67%-
HSV(B)3.47%67.84%-
XYZ38.0339.3142.14-
YUV168.79126.99131-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.12%
GREEN value IS 167 (65.62% from 255) = 32.94%
BLUE value IS 167 (65.62% from 255) = 32.94%
R=34.12%
G=32.94%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316716700.030.030.3203.5366.67
HexADA7A7033200443
Octal2552472470334004103
Binary1010110110100111101001110111110000001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA7A7; }

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

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

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

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

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

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

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

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