COLOR #ADA3A6

HEX: #ADA3A6 RGB: (173,163,166)

Color info

#ADA3A6 contains red, green and blue colors in about the same proportion. Web safe color of #ADA3A6 is #999999 (or #999).

RGB color model

#ADA3A6 color RGB value is (173,163,166).

RGB: (173,163,166) (68%, 64%, 65%)

RGB channels and saturation

R 173 of 255 = 68%
G 163 of 255 = 64%
B 166 of 255 = 65%

173
163
166

R + G + B ~ 66%. #ADA3A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 163 + 166 = 502 (100%)
R 173 of 502 ~ 34.46%
G 163 of 502 ~ 32.47%
B 166 of 502 ~ 33.07'%

%34.46
%32.47
%33.07

CMYK color model

#ADA3A6 color CMYK value is (0,6,4,32).

  • cyan value is 0.00%
  • magenta value is 5.78%
  • yellow value is 4.05%
  • key color value is 32.16%

CMYK: (0,6,4,32)
C0M6Y4K32 (0%, 6%, 4%, 32%)
(0.00 / 0.06 / 0.04 / 0.32)

CMYK percentages

%0
%5.78
%4.05
%32.16

Codes

Color #ADA3A6 in popluar color models

AD A3 A6
RGB 173 163 166
HSL 342° 5.75% 65.88%
HSB/HSV 342° 5.78% 67.84%
CMYK 0.00% 5.78% 4.05%
32.16%

Color #ADA3A6 in popluar number systems.

HEX AD A3 A6
Decimal 173 163 166
Binary 10101101 10100011 10100110
Octal 255 243 246

Shades and tints

Shades of #ADA3A6

#ADA3A6
(173,163,166)
#9E9597
(158,149,151)
#8F8788
(143,135,136)
#807979
(128,121,121)
#716B6A
(113,107,106)
#625D5B
(98,93,91)
#534F4C
(83,79,76)
#44413D
(68,65,61)
#35332E
(53,51,46)
#26251F
(38,37,31)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #ADA3A6

#ADA3A6
(173,163,166)
#B4ABAE
(180,171,174)
#BBB3B6
(187,179,182)
#C2BBBE
(194,187,190)
#C9C3C6
(201,195,198)
#D0CBCE
(208,203,206)
#D7D3D6
(215,211,214)
#DEDBDE
(222,219,222)
#E5E3E6
(229,227,230)
#ECEBEE
(236,235,238)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA3A6 color. Also use rgb(173,163,166) instead hex code.

Text Font Color

.myTextColor { color: #ADA3A6; }

<p style="color:#ADA3A6">This sample text font color is #ADA3A6.</p>

This text font color is #ADA3A6.

Background Color

.myBgColor { background-color: #ADA3A6; }

<div style="background-color:#ADA3A6">Inner text</div>

This div background color is #ADA3A6.

Border color

.myBorderColor { border: 1px solid #ADA3A6; }

<div style="border:3px solid #ADA3A6">Div</div>

This div border color is #ADA3A6.

Opacity

.myOpacity80 { color: #ADA3A6; opacity: 0.8; }

<p style="color:#ADA3A6;opacity:0.8;">80%</p>

Text with #ADA3A6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ADA3A6;}

<p style="text-shadow: 3px 3px 1px #ADA3A6">Text here.</p>

This text has shadow with #ADA3A6 color.


.textShadow {text-shadow: 3px 3px 1px #ADA3A6', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ADA3A6, 5px 5px 20px red">Text here.</p>

This text has shadow with #ADA3A6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADA3A6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ADA3A6, Direction=45, Strength=4)">Text</p>

This text has shadow with #ADA3A6 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADA3A6;
-webkit-box-shadow: 1px 1px 3px 2px #ADA3A6;
box-shadow: 1px 1px 3px 2px #ADA3A6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADA3A6; -webkit-box-shadow: 1px 1px 3px 2px #ADA3A6; box-shadow:1px 1px 3px 2px #ADA3A6;">
Div content here
</div>

This div box has shadow with color #ADA3A6.

Preview

Color preview on black background

This text has color #ADA3A6 on black background.


Color preview on white background

This text has color #ADA3A6 on white background.


Black color preview on #ADA3A6 background

This text has black color on #ADA3A6 background.


White color preview on #ADA3A6 background

This text has white color on #ADA3A6 background.


Related colors

Complementary color

Complementary color for #hex is #525C59.


I love getcolorcode.com

Triadic colors

1 #A6ADA3 and #A3A6AD with #ADA3A6 are triadic colors.

2 #A6A3AD and #A3ADA6 with #ADA3A6 are triadic colors.