COLOR #AD8B38

HEX: #AD8B38
RGB: (173,139,56)

Color info

#AD8B38 contains mainly red and green colors. Web safe color of #AD8B38 is #999933 (or #993).

RGB color model

#AD8B38 color RGB value is (173,139,56).

  • red value is 173;
  • green value is 139;
  • blue value is 56.
RGB:
(173,139,56)
(68%,55%,22%)

RGB channels and saturation

R 173 of 255 = 68%
G 139 of 255 = 55%
B 56 of 255 = 22%

173
139
56

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

Portions of RGB colors in percentages

R + G + B =
173 + 139 + 56 = 368 (100%)
R 173 of 368 ~ 47.01%
G 139 of 368 ~ 37.77%
B 56 of 368 ~ 15.22%

%47.01
%37.77
%15.22

CMYK color model

#AD8B38 color CMYK value is (0,20,68,32).

  • cyan value is 0.00%
  • magenta value is 19.65%
  • yellow value is 67.63%
  • key color value is 32.16%
CMYK:
(0,20,68,32)
C0M20Y68K32 
(0%,20%,68%,32%)
(0.00/0.20/0.68/0.32)	

CMYK percentages

%0
%19.65
%67.63
%32.16

Codes

Color #AD8B38 in popluar color models

AD8B38
RGB17313956
HSL43°51.09%44.90%
HSB/HSV43°67.63%67.84%
CMYK0.00%19.65%67.63%
32.16%

Color #AD8B38 in popluar number systems.

HEXAD8B38
Decimal17313956
Binary1010110110001011111000
Octal25521370

Shades and tints

Shades of #AD8B38

#AD8B38
(173,139,56)
#9E7F33
(158,127,51)
#8F732E
(143,115,46)
#806729
(128,103,41)
#715B24
(113,91,36)
#624F1F
(98,79,31)
#53431A
(83,67,26)
#443715
(68,55,21)
#352B10
(53,43,16)
#261F0B
(38,31,11)
#171306
(23,19,6)
#000000
(0,0,0)

Tints of #AD8B38

#AD8B38
(173,139,56)
#B4954A
(180,149,74)
#BB9F5C
(187,159,92)
#C2A96E
(194,169,110)
#C9B380
(201,179,128)
#D0BD92
(208,189,146)
#D7C7A4
(215,199,164)
#DED1B6
(222,209,182)
#E5DBC8
(229,219,200)
#ECE5DA
(236,229,218)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8B38 color. Also use rgb(173,139,56) instead hex code.

Text Font Color

.myTextColor { color: #AD8B38; }

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

This text font color is #AD8B38.


Background Color

.myBgColor { background-color: #AD8B38; }

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

This div background color is #AD8B38.


Border color

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

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

This div border color is #AD8B38.


Opacity

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

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

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

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

This text has shadow with #AD8B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8B38 on black background.


Color preview on white background

This text has color #AD8B38 on white background.



Black color preview on #AD8B38 background

This text has black color on #AD8B38 background.


White color preview on #AD8B38 background

This text has white color on #AD8B38 background.