COLOR #AD8D89

HEX: #AD8D89 RGB: (173,141,137)

Color info

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

RGB color model

#AD8D89 color RGB value is (173,141,137).

RGB: (173,141,137) (68%, 55%, 54%)

RGB channels and saturation

R 173 of 255 = 68%
G 141 of 255 = 55%
B 137 of 255 = 54%

173
141
137

R + G + B ~ 59%. #AD8D89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 173 + 141 + 137 = 451 (100%)
R 173 of 451 ~ 38.36%
G 141 of 451 ~ 31.26%
B 137 of 451 ~ 30.38'%

%38.36
%31.26
%30.38

CMYK color model

#AD8D89 color CMYK value is (0,18,21,32).

  • cyan value is 0.00%
  • magenta value is 18.50%
  • yellow value is 20.81%
  • key color value is 32.16%
CMYK: (0,18,21,32) C0M18Y21K32 (0%,18%,21%,32%) (0.00/0.18/0.21/0.32) 

CMYK percentages

%0
%18.5
%20.81
%32.16

Codes

Color #AD8D89 in popluar color models

AD 8D 89
RGB 173 141 137
HSL 18.00% 60.78%
HSB/HSV 20.81% 67.84%
CMYK 0.00% 18.50% 20.81%
32.16%

Color #AD8D89 in popluar number systems.

HEX AD 8D 89
Decimal 173 141 137
Binary 10101101 10001101 10001001
Octal 255 215 211

Shades and tints

Shades of #AD8D89

#AD8D89
(173,141,137)
#9E817D
(158,129,125)
#8F7571
(143,117,113)
#806965
(128,105,101)
#715D59
(113,93,89)
#62514D
(98,81,77)
#534541
(83,69,65)
#443935
(68,57,53)
#352D29
(53,45,41)
#26211D
(38,33,29)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #AD8D89

#AD8D89
(173,141,137)
#B49793
(180,151,147)
#BBA19D
(187,161,157)
#C2ABA7
(194,171,167)
#C9B5B1
(201,181,177)
#D0BFBB
(208,191,187)
#D7C9C5
(215,201,197)
#DED3CF
(222,211,207)
#E5DDD9
(229,221,217)
#ECE7E3
(236,231,227)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8D89 color. Also use rgb(173,141,137) instead hex code.

Text Font Color

.myTextColor { color: #AD8D89; }

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

This text font color is #AD8D89.

Background Color

.myBgColor { background-color: #AD8D89; }

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

This div background color is #AD8D89.

Border color

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

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

This div border color is #AD8D89.

Opacity

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

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

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

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

This text has shadow with #AD8D89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8D89.

Preview

Color preview on black background

This text has color #AD8D89 on black background.


Color preview on white background

This text has color #AD8D89 on white background.


Black color preview on #AD8D89 background

This text has black color on #AD8D89 background.


White color preview on #AD8D89 background

This text has white color on #AD8D89 background.


Related colors

Complementary color

Complementary color for #hex is #527276.


I love getcolorcode.com

Triadic colors

1 #89AD8D and #8D89AD with #AD8D89 are triadic colors.

2 #898DAD and #8DAD89 with #AD8D89 are triadic colors.