COLOR #ADA9AC

HEX: #ADA9AC RGB: (173,169,172)

Color info

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

RGB color model

#ADA9AC color RGB value is (173,169,172).

RGB: (173,169,172) (68%, 66%, 67%)

RGB channels and saturation

R 173 of 255 = 68%
G 169 of 255 = 66%
B 172 of 255 = 67%

173
169
172

R + G + B ~ 67%. #ADA9AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 169 + 172 = 514 (100%)
R 173 of 514 ~ 33.66%
G 169 of 514 ~ 32.88%
B 172 of 514 ~ 33.46'%

%33.66
%32.88
%33.46

CMYK color model

#ADA9AC color CMYK value is (0,2,1,32).

  • cyan value is 0.00%
  • magenta value is 2.31%
  • yellow value is 0.58%
  • key color value is 32.16%
CMYK: (0,2,1,32) C0M2Y1K32 (0%,2%,1%,32%) (0.00/0.02/0.01/0.32) 

CMYK percentages

%0
%2.31
%0.58
%32.16

Codes

Color #ADA9AC in popluar color models

AD A9 AC
RGB 173 169 172
HSL 315° 2.38% 67.06%
HSB/HSV 315° 2.31% 67.84%
CMYK 0.00% 2.31% 0.58%
32.16%

Color #ADA9AC in popluar number systems.

HEX AD A9 AC
Decimal 173 169 172
Binary 10101101 10101001 10101100
Octal 255 251 254

Shades and tints

Shades of #ADA9AC

#ADA9AC
(173,169,172)
#9E9A9D
(158,154,157)
#8F8B8E
(143,139,142)
#807C7F
(128,124,127)
#716D70
(113,109,112)
#625E61
(98,94,97)
#534F52
(83,79,82)
#444043
(68,64,67)
#353134
(53,49,52)
#262225
(38,34,37)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #ADA9AC

#ADA9AC
(173,169,172)
#B4B0B3
(180,176,179)
#BBB7BA
(187,183,186)
#C2BEC1
(194,190,193)
#C9C5C8
(201,197,200)
#D0CCCF
(208,204,207)
#D7D3D6
(215,211,214)
#DEDADD
(222,218,221)
#E5E1E4
(229,225,228)
#ECE8EB
(236,232,235)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA9AC color. Also use rgb(173,169,172) instead hex code.

Text Font Color

.myTextColor { color: #ADA9AC; }

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

This text font color is #ADA9AC.

Background Color

.myBgColor { background-color: #ADA9AC; }

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

This div background color is #ADA9AC.

Border color

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

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

This div border color is #ADA9AC.

Opacity

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

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

Text with #ADA9AC 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 #ADA9AC;}

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

This text has shadow with #ADA9AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA9AC.

Preview

Color preview on black background

This text has color #ADA9AC on black background.


Color preview on white background

This text has color #ADA9AC on white background.


Black color preview on #ADA9AC background

This text has black color on #ADA9AC background.


White color preview on #ADA9AC background

This text has white color on #ADA9AC background.


Related colors

Complementary color

Complementary color for #hex is #525653.


I love getcolorcode.com

Triadic colors

1 #ACADA9 and #A9ACAD with #ADA9AC are triadic colors.

2 #ACA9AD and #A9ADAC with #ADA9AC are triadic colors.