COLOR #AD9983

HEX: #AD9983
RGB: (173,153,131)

Color info

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

RGB color model

#AD9983 color RGB value is (173,153,131).

  • red value is 173;
  • green value is 153;
  • blue value is 131.
RGB:
(173,153,131)
(68%,60%,51%)

RGB channels and saturation

R 173 of 255 = 68%
G 153 of 255 = 60%
B 131 of 255 = 51%

173
153
131

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

Portions of RGB colors in percentages

R + G + B =
173 + 153 + 131 = 457 (100%)
R 173 of 457 ~ 37.86%
G 153 of 457 ~ 33.48%
B 131 of 457 ~ 28.67%

%37.86
%33.48
%28.67

CMYK color model

#AD9983 color CMYK value is (0,12,24,32).

  • cyan value is 0.00%
  • magenta value is 11.56%
  • yellow value is 24.28%
  • key color value is 32.16%
CMYK:
(0,12,24,32)
C0M12Y24K32 
(0%,12%,24%,32%)
(0.00/0.12/0.24/0.32)	

CMYK percentages

%0
%11.56
%24.28
%32.16

Codes

Color #AD9983 in popluar color models

AD9983
RGB173153131
HSL31°20.39%59.61%
HSB/HSV31°24.28%67.84%
CMYK0.00%11.56%24.28%
32.16%

Color #AD9983 in popluar number systems.

HEXAD9983
Decimal173153131
Binary101011011001100110000011
Octal255231203

Shades and tints

Shades of #AD9983

#AD9983
(173,153,131)
#9E8C78
(158,140,120)
#8F7F6D
(143,127,109)
#807262
(128,114,98)
#716557
(113,101,87)
#62584C
(98,88,76)
#534B41
(83,75,65)
#443E36
(68,62,54)
#35312B
(53,49,43)
#262420
(38,36,32)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #AD9983

#AD9983
(173,153,131)
#B4A28E
(180,162,142)
#BBAB99
(187,171,153)
#C2B4A4
(194,180,164)
#C9BDAF
(201,189,175)
#D0C6BA
(208,198,186)
#D7CFC5
(215,207,197)
#DED8D0
(222,216,208)
#E5E1DB
(229,225,219)
#ECEAE6
(236,234,230)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9983; }

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

This text font color is #AD9983.


Background Color

.myBgColor { background-color: #AD9983; }

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

This div background color is #AD9983.


Border color

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

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

This div border color is #AD9983.


Opacity

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

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

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

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

This text has shadow with #AD9983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9983 on black background.


Color preview on white background

This text has color #AD9983 on white background.



Black color preview on #AD9983 background

This text has black color on #AD9983 background.


White color preview on #AD9983 background

This text has white color on #AD9983 background.