#ADA6A6

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

Shades of Dark Gray #ADA6A6

Tints of Dark Gray #ADA6A6

Color information

#ADA6A6 (or 0xADA6A6) is unknown color: approx Dark Gray. HEX triplet: AD, A6 and A6. RGB value is (173,166,166). Sum of RGB (Red+Green+Blue) = 173+166+166=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA6A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA6A6 is #525959. Grayscale: #A8A8A8. Windows color (decimal): -5396826 or 10921645. OLE color: 10921645.

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

Color convert

RGB173166166-
CMYK00.040.040.32
HSL4.09%66.47%-
HSV(B)4.05%67.84%-
XYZ37.7538.9141.6-
YUV168.09126.82131.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.26%
GREEN value IS 166 (65.23% from 255) = 32.87%
BLUE value IS 166 (65.23% from 255) = 32.87%
R=34.26%
G=32.87%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316616600.040.040.3204.0966.47
HexADA6A6044200442
Octal2552462460444004102
Binary101011011010011010100110010010010000001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA6A6; }

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

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

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

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

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

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

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

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