COLOR #AD8D6F

HEX: #AD8D6F
RGB: (173,141,111)

Color info

#AD8D6F contains mainly red and green colors. Web safe color of #AD8D6F is #999966 (or #996).

RGB color model

#AD8D6F color RGB value is (173,141,111).

  • red value is 173;
  • green value is 141;
  • blue value is 111.
RGB:
(173,141,111)
(68%,55%,44%)

RGB channels and saturation

R 173 of 255 = 68%
G 141 of 255 = 55%
B 111 of 255 = 44%

173
141
111

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

Portions of RGB colors in percentages

R + G + B =
173 + 141 + 111 = 425 (100%)
R 173 of 425 ~ 40.71%
G 141 of 425 ~ 33.18%
B 111 of 425 ~ 26.12%

%40.71
%33.18
%26.12

CMYK color model

#AD8D6F color CMYK value is (0,18,36,32).

  • cyan value is 0.00%
  • magenta value is 18.50%
  • yellow value is 35.84%
  • key color value is 32.16%
CMYK:
(0,18,36,32)
C0M18Y36K32 
(0%,18%,36%,32%)
(0.00/0.18/0.36/0.32)	

CMYK percentages

%0
%18.5
%35.84
%32.16

Codes

Color #AD8D6F in popluar color models

AD8D6F
RGB173141111
HSL29°27.43%55.69%
HSB/HSV29°35.84%67.84%
CMYK0.00%18.50%35.84%
32.16%

Color #AD8D6F in popluar number systems.

HEXAD8D6F
Decimal173141111
Binary10101101100011011101111
Octal255215157

Shades and tints

Shades of #AD8D6F

#AD8D6F
(173,141,111)
#9E8165
(158,129,101)
#8F755B
(143,117,91)
#806951
(128,105,81)
#715D47
(113,93,71)
#62513D
(98,81,61)
#534533
(83,69,51)
#443929
(68,57,41)
#352D1F
(53,45,31)
#262115
(38,33,21)
#17150B
(23,21,11)
#000000
(0,0,0)

Tints of #AD8D6F

#AD8D6F
(173,141,111)
#B4977C
(180,151,124)
#BBA189
(187,161,137)
#C2AB96
(194,171,150)
#C9B5A3
(201,181,163)
#D0BFB0
(208,191,176)
#D7C9BD
(215,201,189)
#DED3CA
(222,211,202)
#E5DDD7
(229,221,215)
#ECE7E4
(236,231,228)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8D6F; }

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

This text font color is #AD8D6F.


Background Color

.myBgColor { background-color: #AD8D6F; }

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

This div background color is #AD8D6F.


Border color

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

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

This div border color is #AD8D6F.


Opacity

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

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

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

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

This text has shadow with #AD8D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8D6F on black background.


Color preview on white background

This text has color #AD8D6F on white background.



Black color preview on #AD8D6F background

This text has black color on #AD8D6F background.


White color preview on #AD8D6F background

This text has white color on #AD8D6F background.