COLOR #AD9C83

HEX: #AD9C83 RGB: (173,156,131)

Color info

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

RGB color model

#AD9C83 color RGB value is (173,156,131).

RGB: (173,156,131) (68%, 61%, 51%)

RGB channels and saturation

R 173 of 255 = 68%
G 156 of 255 = 61%
B 131 of 255 = 51%

173
156
131

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

Portions of RGB colors in percentages

R + G + B = 173 + 156 + 131 = 460 (100%)
R 173 of 460 ~ 37.61%
G 156 of 460 ~ 33.91%
B 131 of 460 ~ 28.48'%

%37.61
%33.91
%28.48

CMYK color model

#AD9C83 color CMYK value is (0,10,24,32).

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

CMYK: (0,10,24,32)
C0M10Y24K32 (0%, 10%, 24%, 32%)
(0.00 / 0.10 / 0.24 / 0.32)

CMYK percentages

%0
%9.83
%24.28
%32.16

Codes

Color #AD9C83 in popluar color models

AD 9C 83
RGB 173 156 131
HSL 36° 20.39% 59.61%
HSB/HSV 36° 24.28% 67.84%
CMYK 0.00% 9.83% 24.28%
32.16%

Color #AD9C83 in popluar number systems.

HEX AD 9C 83
Decimal 173 156 131
Binary 10101101 10011100 10000011
Octal 255 234 203

Shades and tints

Shades of #AD9C83

#AD9C83
(173,156,131)
#9E8E78
(158,142,120)
#8F806D
(143,128,109)
#807262
(128,114,98)
#716457
(113,100,87)
#62564C
(98,86,76)
#534841
(83,72,65)
#443A36
(68,58,54)
#352C2B
(53,44,43)
#261E20
(38,30,32)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #AD9C83

#AD9C83
(173,156,131)
#B4A58E
(180,165,142)
#BBAE99
(187,174,153)
#C2B7A4
(194,183,164)
#C9C0AF
(201,192,175)
#D0C9BA
(208,201,186)
#D7D2C5
(215,210,197)
#DEDBD0
(222,219,208)
#E5E4DB
(229,228,219)
#ECEDE6
(236,237,230)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9C83; }

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

This text font color is #AD9C83.

Background Color

.myBgColor { background-color: #AD9C83; }

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

This div background color is #AD9C83.

Border color

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

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

This div border color is #AD9C83.

Opacity

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

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

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

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

This text has shadow with #AD9C83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9C83.

Preview

Color preview on black background

This text has color #AD9C83 on black background.


Color preview on white background

This text has color #AD9C83 on white background.


Black color preview on #AD9C83 background

This text has black color on #AD9C83 background.


White color preview on #AD9C83 background

This text has white color on #AD9C83 background.


Related colors

Complementary color

Complementary color for #hex is #52637C.


I love getcolorcode.com

Triadic colors

1 #83AD9C and #9C83AD with #AD9C83 are triadic colors.

2 #839CAD and #9CAD83 with #AD9C83 are triadic colors.