COLOR #ADA2AA

HEX: #ADA2AA RGB: (173,162,170)

Color info

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

RGB color model

#ADA2AA color RGB value is (173,162,170).

RGB: (173,162,170) (68%, 64%, 67%)

RGB channels and saturation

R 173 of 255 = 68%
G 162 of 255 = 64%
B 170 of 255 = 67%

173
162
170

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

Portions of RGB colors in percentages

R + G + B = 173 + 162 + 170 = 505 (100%)
R 173 of 505 ~ 34.26%
G 162 of 505 ~ 32.08%
B 170 of 505 ~ 33.66'%

%34.26
%32.08
%33.66

CMYK color model

#ADA2AA color CMYK value is (0,6,2,32).

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

CMYK: (0,6,2,32)
C0M6Y2K32 (0%, 6%, 2%, 32%)
(0.00 / 0.06 / 0.02 / 0.32)

CMYK percentages

%0
%6.36
%1.73
%32.16

Codes

Color #ADA2AA in popluar color models

AD A2 AA
RGB 173 162 170
HSL 316° 6.29% 65.69%
HSB/HSV 316° 6.36% 67.84%
CMYK 0.00% 6.36% 1.73%
32.16%

Color #ADA2AA in popluar number systems.

HEX AD A2 AA
Decimal 173 162 170
Binary 10101101 10100010 10101010
Octal 255 242 252

Shades and tints

Shades of #ADA2AA

#ADA2AA
(173,162,170)
#9E949B
(158,148,155)
#8F868C
(143,134,140)
#80787D
(128,120,125)
#716A6E
(113,106,110)
#625C5F
(98,92,95)
#534E50
(83,78,80)
#444041
(68,64,65)
#353232
(53,50,50)
#262423
(38,36,35)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #ADA2AA

#ADA2AA
(173,162,170)
#B4AAB1
(180,170,177)
#BBB2B8
(187,178,184)
#C2BABF
(194,186,191)
#C9C2C6
(201,194,198)
#D0CACD
(208,202,205)
#D7D2D4
(215,210,212)
#DEDADB
(222,218,219)
#E5E2E2
(229,226,226)
#ECEAE9
(236,234,233)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA2AA; }

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

This text font color is #ADA2AA.

Background Color

.myBgColor { background-color: #ADA2AA; }

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

This div background color is #ADA2AA.

Border color

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

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

This div border color is #ADA2AA.

Opacity

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

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

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

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

This text has shadow with #ADA2AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA2AA.

Preview

Color preview on black background

This text has color #ADA2AA on black background.


Color preview on white background

This text has color #ADA2AA on white background.


Black color preview on #ADA2AA background

This text has black color on #ADA2AA background.


White color preview on #ADA2AA background

This text has white color on #ADA2AA background.


Related colors

Complementary color

Complementary color for #hex is #525D55.


I love getcolorcode.com

Triadic colors

1 #AAADA2 and #A2AAAD with #ADA2AA are triadic colors.

2 #AAA2AD and #A2ADAA with #ADA2AA are triadic colors.