COLOR #ADA1AC

HEX: #ADA1AC RGB: (173,161,172)

Color info

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

RGB color model

#ADA1AC color RGB value is (173,161,172).

RGB: (173,161,172) (68%, 63%, 67%)

RGB channels and saturation

R 173 of 255 = 68%
G 161 of 255 = 63%
B 172 of 255 = 67%

173
161
172

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

Portions of RGB colors in percentages

R + G + B = 173 + 161 + 172 = 506 (100%)
R 173 of 506 ~ 34.19%
G 161 of 506 ~ 31.82%
B 172 of 506 ~ 33.99'%

%34.19
%31.82
%33.99

CMYK color model

#ADA1AC color CMYK value is (0,7,1,32).

  • cyan value is 0.00%
  • magenta value is 6.94%
  • yellow value is 0.58%
  • key color value is 32.16%

CMYK: (0,7,1,32)
C0M7Y1K32 (0%, 7%, 1%, 32%)
(0.00 / 0.07 / 0.01 / 0.32)

CMYK percentages

%0
%6.94
%0.58
%32.16

Codes

Color #ADA1AC in popluar color models

AD A1 AC
RGB 173 161 172
HSL 305° 6.82% 65.49%
HSB/HSV 305° 6.94% 67.84%
CMYK 0.00% 6.94% 0.58%
32.16%

Color #ADA1AC in popluar number systems.

HEX AD A1 AC
Decimal 173 161 172
Binary 10101101 10100001 10101100
Octal 255 241 254

Shades and tints

Shades of #ADA1AC

#ADA1AC
(173,161,172)
#9E939D
(158,147,157)
#8F858E
(143,133,142)
#80777F
(128,119,127)
#716970
(113,105,112)
#625B61
(98,91,97)
#534D52
(83,77,82)
#443F43
(68,63,67)
#353134
(53,49,52)
#262325
(38,35,37)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #ADA1AC

#ADA1AC
(173,161,172)
#B4A9B3
(180,169,179)
#BBB1BA
(187,177,186)
#C2B9C1
(194,185,193)
#C9C1C8
(201,193,200)
#D0C9CF
(208,201,207)
#D7D1D6
(215,209,214)
#DED9DD
(222,217,221)
#E5E1E4
(229,225,228)
#ECE9EB
(236,233,235)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA1AC; }

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

This text font color is #ADA1AC.

Background Color

.myBgColor { background-color: #ADA1AC; }

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

This div background color is #ADA1AC.

Border color

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

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

This div border color is #ADA1AC.

Opacity

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

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

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

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

This text has shadow with #ADA1AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA1AC.

Preview

Color preview on black background

This text has color #ADA1AC on black background.


Color preview on white background

This text has color #ADA1AC on white background.


Black color preview on #ADA1AC background

This text has black color on #ADA1AC background.


White color preview on #ADA1AC background

This text has white color on #ADA1AC background.


Related colors

Complementary color

Complementary color for #hex is #525E53.


I love getcolorcode.com

Triadic colors

1 #ACADA1 and #A1ACAD with #ADA1AC are triadic colors.

2 #ACA1AD and #A1ADAC with #ADA1AC are triadic colors.