COLOR #ADAAA0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

173
170
160

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

Portions of RGB colors in percentages

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

%34.39
%33.8
%31.81

CMYK color model

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

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

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

CMYK percentages

%0
%1.73
%7.51
%32.16

Codes

Color #ADAAA0 in popluar color models

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

Color #ADAAA0 in popluar number systems.

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

Shades and tints

Shades of #ADAAA0

#ADAAA0
(173,170,160)
#9E9B92
(158,155,146)
#8F8C84
(143,140,132)
#807D76
(128,125,118)
#716E68
(113,110,104)
#625F5A
(98,95,90)
#53504C
(83,80,76)
#44413E
(68,65,62)
#353230
(53,50,48)
#262322
(38,35,34)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #ADAAA0

#ADAAA0
(173,170,160)
#B4B1A8
(180,177,168)
#BBB8B0
(187,184,176)
#C2BFB8
(194,191,184)
#C9C6C0
(201,198,192)
#D0CDC8
(208,205,200)
#D7D4D0
(215,212,208)
#DEDBD8
(222,219,216)
#E5E2E0
(229,226,224)
#ECE9E8
(236,233,232)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAAA0; }

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

This text font color is #ADAAA0.

Background Color

.myBgColor { background-color: #ADAAA0; }

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

This div background color is #ADAAA0.

Border color

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

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

This div border color is #ADAAA0.

Opacity

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

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

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

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

This text has shadow with #ADAAA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAAA0.

Preview

Color preview on black background

This text has color #ADAAA0 on black background.


Color preview on white background

This text has color #ADAAA0 on white background.


Black color preview on #ADAAA0 background

This text has black color on #ADAAA0 background.


White color preview on #ADAAA0 background

This text has white color on #ADAAA0 background.


Related colors

Complementary color

Complementary color for #hex is #52555F.


I love getcolorcode.com

Triadic colors

1 #A0ADAA and #AAA0AD with #ADAAA0 are triadic colors.

2 #A0AAAD and #AAADA0 with #ADAAA0 are triadic colors.