COLOR #ADAAA2

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

173
170
162

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

Portions of RGB colors in percentages

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

%34.26
%33.66
%32.08

CMYK color model

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

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

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

CMYK percentages

%0
%1.73
%6.36
%32.16

Codes

Color #ADAAA2 in popluar color models

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

Color #ADAAA2 in popluar number systems.

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

Shades and tints

Shades of #ADAAA2

#ADAAA2
(173,170,162)
#9E9B94
(158,155,148)
#8F8C86
(143,140,134)
#807D78
(128,125,120)
#716E6A
(113,110,106)
#625F5C
(98,95,92)
#53504E
(83,80,78)
#444140
(68,65,64)
#353232
(53,50,50)
#262324
(38,35,36)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #ADAAA2

#ADAAA2
(173,170,162)
#B4B1AA
(180,177,170)
#BBB8B2
(187,184,178)
#C2BFBA
(194,191,186)
#C9C6C2
(201,198,194)
#D0CDCA
(208,205,202)
#D7D4D2
(215,212,210)
#DEDBDA
(222,219,218)
#E5E2E2
(229,226,226)
#ECE9EA
(236,233,234)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAAA2; }

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

This text font color is #ADAAA2.

Background Color

.myBgColor { background-color: #ADAAA2; }

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

This div background color is #ADAAA2.

Border color

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

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

This div border color is #ADAAA2.

Opacity

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

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

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

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

This text has shadow with #ADAAA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAAA2.

Preview

Color preview on black background

This text has color #ADAAA2 on black background.


Color preview on white background

This text has color #ADAAA2 on white background.


Black color preview on #ADAAA2 background

This text has black color on #ADAAA2 background.


White color preview on #ADAAA2 background

This text has white color on #ADAAA2 background.


Related colors

Complementary color

Complementary color for #hex is #52555D.


I love getcolorcode.com

Triadic colors

1 #A2ADAA and #AAA2AD with #ADAAA2 are triadic colors.

2 #A2AAAD and #AAADA2 with #ADAAA2 are triadic colors.