COLOR #AD8C6D

HEX: #AD8C6D
RGB: (173,140,109)

Color info

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

RGB color model

#AD8C6D color RGB value is (173,140,109).

  • red value is 173;
  • green value is 140;
  • blue value is 109.
RGB:
(173,140,109)
(68%,55%,43%)

RGB channels and saturation

R 173 of 255 = 68%
G 140 of 255 = 55%
B 109 of 255 = 43%

173
140
109

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

Portions of RGB colors in percentages

R + G + B =
173 + 140 + 109 = 422 (100%)
R 173 of 422 ~ 41%
G 140 of 422 ~ 33.18%
B 109 of 422 ~ 25.83%

%41
%33.18
%25.83

CMYK color model

#AD8C6D color CMYK value is (0,19,37,32).

  • cyan value is 0.00%
  • magenta value is 19.08%
  • yellow value is 36.99%
  • key color value is 32.16%
CMYK:
(0,19,37,32)
C0M19Y37K32 
(0%,19%,37%,32%)
(0.00/0.19/0.37/0.32)	

CMYK percentages

%0
%19.08
%36.99
%32.16

Codes

Color #AD8C6D in popluar color models

AD8C6D
RGB173140109
HSL29°28.07%55.29%
HSB/HSV29°36.99%67.84%
CMYK0.00%19.08%36.99%
32.16%

Color #AD8C6D in popluar number systems.

HEXAD8C6D
Decimal173140109
Binary10101101100011001101101
Octal255214155

Shades and tints

Shades of #AD8C6D

#AD8C6D
(173,140,109)
#9E8064
(158,128,100)
#8F745B
(143,116,91)
#806852
(128,104,82)
#715C49
(113,92,73)
#625040
(98,80,64)
#534437
(83,68,55)
#44382E
(68,56,46)
#352C25
(53,44,37)
#26201C
(38,32,28)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #AD8C6D

#AD8C6D
(173,140,109)
#B4967A
(180,150,122)
#BBA087
(187,160,135)
#C2AA94
(194,170,148)
#C9B4A1
(201,180,161)
#D0BEAE
(208,190,174)
#D7C8BB
(215,200,187)
#DED2C8
(222,210,200)
#E5DCD5
(229,220,213)
#ECE6E2
(236,230,226)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8C6D color. Also use rgb(173,140,109) instead hex code.

Text Font Color

.myTextColor { color: #AD8C6D; }

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

This text font color is #AD8C6D.


Background Color

.myBgColor { background-color: #AD8C6D; }

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

This div background color is #AD8C6D.


Border color

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

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

This div border color is #AD8C6D.


Opacity

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

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

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

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

This text has shadow with #AD8C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8C6D on black background.


Color preview on white background

This text has color #AD8C6D on white background.



Black color preview on #AD8C6D background

This text has black color on #AD8C6D background.


White color preview on #AD8C6D background

This text has white color on #AD8C6D background.