COLOR #ADA0AA

HEX: #ADA0AA RGB: (173,160,170)

Color info

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

RGB color model

#ADA0AA color RGB value is (173,160,170).

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

RGB channels and saturation

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

173
160
170

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

Portions of RGB colors in percentages

R + G + B = 173 + 160 + 170 = 503 (100%)
R 173 of 503 ~ 34.39%
G 160 of 503 ~ 31.81%
B 170 of 503 ~ 33.8'%

%34.39
%31.81
%33.8

CMYK color model

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

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

CMYK: (0,8,2,32)
C0M8Y2K32 (0%, 8%, 2%, 32%)
(0.00 / 0.08 / 0.02 / 0.32)

CMYK percentages

%0
%7.51
%1.73
%32.16

Codes

Color #ADA0AA in popluar color models

AD A0 AA
RGB 173 160 170
HSL 314° 7.34% 65.29%
HSB/HSV 314° 7.51% 67.84%
CMYK 0.00% 7.51% 1.73%
32.16%

Color #ADA0AA in popluar number systems.

HEX AD A0 AA
Decimal 173 160 170
Binary 10101101 10100000 10101010
Octal 255 240 252

Shades and tints

Shades of #ADA0AA

#ADA0AA
(173,160,170)
#9E929B
(158,146,155)
#8F848C
(143,132,140)
#80767D
(128,118,125)
#71686E
(113,104,110)
#625A5F
(98,90,95)
#534C50
(83,76,80)
#443E41
(68,62,65)
#353032
(53,48,50)
#262223
(38,34,35)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #ADA0AA

#ADA0AA
(173,160,170)
#B4A8B1
(180,168,177)
#BBB0B8
(187,176,184)
#C2B8BF
(194,184,191)
#C9C0C6
(201,192,198)
#D0C8CD
(208,200,205)
#D7D0D4
(215,208,212)
#DED8DB
(222,216,219)
#E5E0E2
(229,224,226)
#ECE8E9
(236,232,233)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA0AA; }

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

This text font color is #ADA0AA.

Background Color

.myBgColor { background-color: #ADA0AA; }

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

This div background color is #ADA0AA.

Border color

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

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

This div border color is #ADA0AA.

Opacity

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

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

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

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

This text has shadow with #ADA0AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA0AA.

Preview

Color preview on black background

This text has color #ADA0AA on black background.


Color preview on white background

This text has color #ADA0AA on white background.


Black color preview on #ADA0AA background

This text has black color on #ADA0AA background.


White color preview on #ADA0AA background

This text has white color on #ADA0AA background.


Related colors

Complementary color

Complementary color for #hex is #525F55.


I love getcolorcode.com

Triadic colors

1 #AAADA0 and #A0AAAD with #ADA0AA are triadic colors.

2 #AAA0AD and #A0ADAA with #ADA0AA are triadic colors.