COLOR #ADA89E

HEX: #ADA89E RGB: (173,168,158)

Color info

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

RGB color model

#ADA89E color RGB value is (173,168,158).

RGB: (173,168,158) (68%, 66%, 62%)

RGB channels and saturation

R 173 of 255 = 68%
G 168 of 255 = 66%
B 158 of 255 = 62%

173
168
158

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

Portions of RGB colors in percentages

R + G + B = 173 + 168 + 158 = 499 (100%)
R 173 of 499 ~ 34.67%
G 168 of 499 ~ 33.67%
B 158 of 499 ~ 31.66'%

%34.67
%33.67
%31.66

CMYK color model

#ADA89E color CMYK value is (0,3,9,32).

  • cyan value is 0.00%
  • magenta value is 2.89%
  • yellow value is 8.67%
  • key color value is 32.16%

CMYK: (0,3,9,32)
C0M3Y9K32 (0%, 3%, 9%, 32%)
(0.00 / 0.03 / 0.09 / 0.32)

CMYK percentages

%0
%2.89
%8.67
%32.16

Codes

Color #ADA89E in popluar color models

AD A8 9E
RGB 173 168 158
HSL 40° 8.38% 64.90%
HSB/HSV 40° 8.67% 67.84%
CMYK 0.00% 2.89% 8.67%
32.16%

Color #ADA89E in popluar number systems.

HEX AD A8 9E
Decimal 173 168 158
Binary 10101101 10101000 10011110
Octal 255 250 236

Shades and tints

Shades of #ADA89E

#ADA89E
(173,168,158)
#9E9990
(158,153,144)
#8F8A82
(143,138,130)
#807B74
(128,123,116)
#716C66
(113,108,102)
#625D58
(98,93,88)
#534E4A
(83,78,74)
#443F3C
(68,63,60)
#35302E
(53,48,46)
#262120
(38,33,32)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #ADA89E

#ADA89E
(173,168,158)
#B4AFA6
(180,175,166)
#BBB6AE
(187,182,174)
#C2BDB6
(194,189,182)
#C9C4BE
(201,196,190)
#D0CBC6
(208,203,198)
#D7D2CE
(215,210,206)
#DED9D6
(222,217,214)
#E5E0DE
(229,224,222)
#ECE7E6
(236,231,230)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA89E color. Also use rgb(173,168,158) instead hex code.

Text Font Color

.myTextColor { color: #ADA89E; }

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

This text font color is #ADA89E.

Background Color

.myBgColor { background-color: #ADA89E; }

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

This div background color is #ADA89E.

Border color

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

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

This div border color is #ADA89E.

Opacity

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

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

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

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

This text has shadow with #ADA89E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA89E.

Preview

Color preview on black background

This text has color #ADA89E on black background.


Color preview on white background

This text has color #ADA89E on white background.


Black color preview on #ADA89E background

This text has black color on #ADA89E background.


White color preview on #ADA89E background

This text has white color on #ADA89E background.


Related colors

Complementary color

Complementary color for #hex is #525761.


I love getcolorcode.com

Triadic colors

1 #9EADA8 and #A89EAD with #ADA89E are triadic colors.

2 #9EA8AD and #A8AD9E with #ADA89E are triadic colors.