COLOR #AD8D83

HEX: #AD8D83 RGB: (173,141,131)

Color info

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

RGB color model

#AD8D83 color RGB value is (173,141,131).

RGB: (173,141,131) (68%, 55%, 51%)

RGB channels and saturation

R 173 of 255 = 68%
G 141 of 255 = 55%
B 131 of 255 = 51%

173
141
131

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

Portions of RGB colors in percentages

R + G + B = 173 + 141 + 131 = 445 (100%)
R 173 of 445 ~ 38.88%
G 141 of 445 ~ 31.69%
B 131 of 445 ~ 29.44'%

%38.88
%31.69
%29.44

CMYK color model

#AD8D83 color CMYK value is (0,18,24,32).

  • cyan value is 0.00%
  • magenta value is 18.50%
  • yellow value is 24.28%
  • key color value is 32.16%

CMYK: (0,18,24,32)
C0M18Y24K32 (0%, 18%, 24%, 32%)
(0.00 / 0.18 / 0.24 / 0.32)

CMYK percentages

%0
%18.5
%24.28
%32.16

Codes

Color #AD8D83 in popluar color models

AD 8D 83
RGB 173 141 131
HSL 14° 20.39% 59.61%
HSB/HSV 14° 24.28% 67.84%
CMYK 0.00% 18.50% 24.28%
32.16%

Color #AD8D83 in popluar number systems.

HEX AD 8D 83
Decimal 173 141 131
Binary 10101101 10001101 10000011
Octal 255 215 203

Shades and tints

Shades of #AD8D83

#AD8D83
(173,141,131)
#9E8178
(158,129,120)
#8F756D
(143,117,109)
#806962
(128,105,98)
#715D57
(113,93,87)
#62514C
(98,81,76)
#534541
(83,69,65)
#443936
(68,57,54)
#352D2B
(53,45,43)
#262120
(38,33,32)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #AD8D83

#AD8D83
(173,141,131)
#B4978E
(180,151,142)
#BBA199
(187,161,153)
#C2ABA4
(194,171,164)
#C9B5AF
(201,181,175)
#D0BFBA
(208,191,186)
#D7C9C5
(215,201,197)
#DED3D0
(222,211,208)
#E5DDDB
(229,221,219)
#ECE7E6
(236,231,230)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8D83; }

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

This text font color is #AD8D83.

Background Color

.myBgColor { background-color: #AD8D83; }

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

This div background color is #AD8D83.

Border color

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

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

This div border color is #AD8D83.

Opacity

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

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

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

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

This text has shadow with #AD8D83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8D83.

Preview

Color preview on black background

This text has color #AD8D83 on black background.


Color preview on white background

This text has color #AD8D83 on white background.


Black color preview on #AD8D83 background

This text has black color on #AD8D83 background.


White color preview on #AD8D83 background

This text has white color on #AD8D83 background.


Related colors

Complementary color

Complementary color for #hex is #52727C.


I love getcolorcode.com

Triadic colors

1 #83AD8D and #8D83AD with #AD8D83 are triadic colors.

2 #838DAD and #8DAD83 with #AD8D83 are triadic colors.