COLOR #ADA4A2

HEX: #ADA4A2 RGB: (173,164,162)

Color info

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

RGB color model

#ADA4A2 color RGB value is (173,164,162).

RGB: (173,164,162) (68%, 64%, 64%)

RGB channels and saturation

R 173 of 255 = 68%
G 164 of 255 = 64%
B 162 of 255 = 64%

173
164
162

R + G + B ~ 65%. #ADA4A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 164 + 162 = 499 (100%)
R 173 of 499 ~ 34.67%
G 164 of 499 ~ 32.87%
B 162 of 499 ~ 32.46'%

%34.67
%32.87
%32.46

CMYK color model

#ADA4A2 color CMYK value is (0,5,6,32).

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

CMYK: (0,5,6,32)
C0M5Y6K32 (0%, 5%, 6%, 32%)
(0.00 / 0.05 / 0.06 / 0.32)

CMYK percentages

%0
%5.2
%6.36
%32.16

Codes

Color #ADA4A2 in popluar color models

AD A4 A2
RGB 173 164 162
HSL 11° 6.29% 65.69%
HSB/HSV 11° 6.36% 67.84%
CMYK 0.00% 5.20% 6.36%
32.16%

Color #ADA4A2 in popluar number systems.

HEX AD A4 A2
Decimal 173 164 162
Binary 10101101 10100100 10100010
Octal 255 244 242

Shades and tints

Shades of #ADA4A2

#ADA4A2
(173,164,162)
#9E9694
(158,150,148)
#8F8886
(143,136,134)
#807A78
(128,122,120)
#716C6A
(113,108,106)
#625E5C
(98,94,92)
#53504E
(83,80,78)
#444240
(68,66,64)
#353432
(53,52,50)
#262624
(38,38,36)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #ADA4A2

#ADA4A2
(173,164,162)
#B4ACAA
(180,172,170)
#BBB4B2
(187,180,178)
#C2BCBA
(194,188,186)
#C9C4C2
(201,196,194)
#D0CCCA
(208,204,202)
#D7D4D2
(215,212,210)
#DEDCDA
(222,220,218)
#E5E4E2
(229,228,226)
#ECECEA
(236,236,234)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA4A2; }

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

This text font color is #ADA4A2.

Background Color

.myBgColor { background-color: #ADA4A2; }

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

This div background color is #ADA4A2.

Border color

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

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

This div border color is #ADA4A2.

Opacity

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

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

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

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

This text has shadow with #ADA4A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA4A2.

Preview

Color preview on black background

This text has color #ADA4A2 on black background.


Color preview on white background

This text has color #ADA4A2 on white background.


Black color preview on #ADA4A2 background

This text has black color on #ADA4A2 background.


White color preview on #ADA4A2 background

This text has white color on #ADA4A2 background.


Related colors

Complementary color

Complementary color for #hex is #525B5D.


I love getcolorcode.com

Triadic colors

1 #A2ADA4 and #A4A2AD with #ADA4A2 are triadic colors.

2 #A2A4AD and #A4ADA2 with #ADA4A2 are triadic colors.