COLOR #ADA0AD

HEX: #ADA0AD RGB: (173,160,173)

Color info

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

RGB color model

#ADA0AD color RGB value is (173,160,173).

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

RGB channels and saturation

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

173
160
173

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

Portions of RGB colors in percentages

R + G + B = 173 + 160 + 173 = 506 (100%)
R 173 of 506 ~ 34.19%
G 160 of 506 ~ 31.62%
B 173 of 506 ~ 34.19'%

%34.19
%31.62
%34.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (0,8,0,32) C0M8Y0K32 (0%,8%,0%,32%) (0.00/0.08/0.00/0.32) 

CMYK percentages

%0
%7.51
%0
%32.16

Codes

Color #ADA0AD in popluar color models

AD A0 AD
RGB 173 160 173
HSL 300° 7.34% 65.29%
HSB/HSV 300° 7.51% 67.84%
CMYK 0.00% 7.51% 0.00%
32.16%

Color #ADA0AD in popluar number systems.

HEX AD A0 AD
Decimal 173 160 173
Binary 10101101 10100000 10101101
Octal 255 240 255

Shades and tints

Shades of #ADA0AD

#ADA0AD
(173,160,173)
#9E929E
(158,146,158)
#8F848F
(143,132,143)
#807680
(128,118,128)
#716871
(113,104,113)
#625A62
(98,90,98)
#534C53
(83,76,83)
#443E44
(68,62,68)
#353035
(53,48,53)
#262226
(38,34,38)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #ADA0AD

#ADA0AD
(173,160,173)
#B4A8B4
(180,168,180)
#BBB0BB
(187,176,187)
#C2B8C2
(194,184,194)
#C9C0C9
(201,192,201)
#D0C8D0
(208,200,208)
#D7D0D7
(215,208,215)
#DED8DE
(222,216,222)
#E5E0E5
(229,224,229)
#ECE8EC
(236,232,236)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA0AD; }

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

This text font color is #ADA0AD.

Background Color

.myBgColor { background-color: #ADA0AD; }

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

This div background color is #ADA0AD.

Border color

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

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

This div border color is #ADA0AD.

Opacity

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

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

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

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

This text has shadow with #ADA0AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA0AD.

Preview

Color preview on black background

This text has color #ADA0AD on black background.


Color preview on white background

This text has color #ADA0AD on white background.


Black color preview on #ADA0AD background

This text has black color on #ADA0AD background.


White color preview on #ADA0AD background

This text has white color on #ADA0AD background.


Related colors

Complementary color

Complementary color for #hex is #525F52.


I love getcolorcode.com

Triadic colors

1 #ADADA0 and #A0ADAD with #ADA0AD are triadic colors.

2 #ADA0AD and #A0ADAD with #ADA0AD are triadic colors.