COLOR #ADA0AC

HEX: #ADA0AC RGB: (173,160,172)

Color info

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

RGB color model

#ADA0AC color RGB value is (173,160,172).

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

RGB channels and saturation

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

173
160
172

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

Portions of RGB colors in percentages

R + G + B = 173 + 160 + 172 = 505 (100%)
R 173 of 505 ~ 34.26%
G 160 of 505 ~ 31.68%
B 172 of 505 ~ 34.06'%

%34.26
%31.68
%34.06

CMYK color model

#ADA0AC color CMYK value is (0,8,1,32).

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

CMYK: (0,8,1,32)
C0M8Y1K32 (0%, 8%, 1%, 32%)
(0.00 / 0.08 / 0.01 / 0.32)

CMYK percentages

%0
%7.51
%0.58
%32.16

Codes

Color #ADA0AC in popluar color models

AD A0 AC
RGB 173 160 172
HSL 305° 7.34% 65.29%
HSB/HSV 305° 7.51% 67.84%
CMYK 0.00% 7.51% 0.58%
32.16%

Color #ADA0AC in popluar number systems.

HEX AD A0 AC
Decimal 173 160 172
Binary 10101101 10100000 10101100
Octal 255 240 254

Shades and tints

Shades of #ADA0AC

#ADA0AC
(173,160,172)
#9E929D
(158,146,157)
#8F848E
(143,132,142)
#80767F
(128,118,127)
#716870
(113,104,112)
#625A61
(98,90,97)
#534C52
(83,76,82)
#443E43
(68,62,67)
#353034
(53,48,52)
#262225
(38,34,37)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #ADA0AC

#ADA0AC
(173,160,172)
#B4A8B3
(180,168,179)
#BBB0BA
(187,176,186)
#C2B8C1
(194,184,193)
#C9C0C8
(201,192,200)
#D0C8CF
(208,200,207)
#D7D0D6
(215,208,214)
#DED8DD
(222,216,221)
#E5E0E4
(229,224,228)
#ECE8EB
(236,232,235)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA0AC; }

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

This text font color is #ADA0AC.

Background Color

.myBgColor { background-color: #ADA0AC; }

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

This div background color is #ADA0AC.

Border color

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

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

This div border color is #ADA0AC.

Opacity

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

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

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

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

This text has shadow with #ADA0AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA0AC.

Preview

Color preview on black background

This text has color #ADA0AC on black background.


Color preview on white background

This text has color #ADA0AC on white background.


Black color preview on #ADA0AC background

This text has black color on #ADA0AC background.


White color preview on #ADA0AC background

This text has white color on #ADA0AC background.


Related colors

Complementary color

Complementary color for #hex is #525F53.


I love getcolorcode.com

Triadic colors

1 #ACADA0 and #A0ACAD with #ADA0AC are triadic colors.

2 #ACA0AD and #A0ADAC with #ADA0AC are triadic colors.