COLOR #AD8C34

HEX: #AD8C34
RGB: (173,140,52)

Color info

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

RGB color model

#AD8C34 color RGB value is (173,140,52).

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

RGB channels and saturation

R 173 of 255 = 68%
G 140 of 255 = 55%
B 52 of 255 = 20%

173
140
52

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

Portions of RGB colors in percentages

R + G + B =
173 + 140 + 52 = 365 (100%)
R 173 of 365 ~ 47.4%
G 140 of 365 ~ 38.36%
B 52 of 365 ~ 14.25%

%47.4
%38.36
%14.25

CMYK color model

#AD8C34 color CMYK value is (0,19,70,32).

  • cyan value is 0.00%
  • magenta value is 19.08%
  • yellow value is 69.94%
  • key color value is 32.16%
CMYK:
(0,19,70,32)
C0M19Y70K32 
(0%,19%,70%,32%)
(0.00/0.19/0.70/0.32)	

CMYK percentages

%0
%19.08
%69.94
%32.16

Codes

Color #AD8C34 in popluar color models

AD8C34
RGB17314052
HSL44°53.78%44.12%
HSB/HSV44°69.94%67.84%
CMYK0.00%19.08%69.94%
32.16%

Color #AD8C34 in popluar number systems.

HEXAD8C34
Decimal17314052
Binary1010110110001100110100
Octal25521464

Shades and tints

Shades of #AD8C34

#AD8C34
(173,140,52)
#9E8030
(158,128,48)
#8F742C
(143,116,44)
#806828
(128,104,40)
#715C24
(113,92,36)
#625020
(98,80,32)
#53441C
(83,68,28)
#443818
(68,56,24)
#352C14
(53,44,20)
#262010
(38,32,16)
#17140C
(23,20,12)
#000000
(0,0,0)

Tints of #AD8C34

#AD8C34
(173,140,52)
#B49646
(180,150,70)
#BBA058
(187,160,88)
#C2AA6A
(194,170,106)
#C9B47C
(201,180,124)
#D0BE8E
(208,190,142)
#D7C8A0
(215,200,160)
#DED2B2
(222,210,178)
#E5DCC4
(229,220,196)
#ECE6D6
(236,230,214)
#F3F0E8
(243,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8C34; }

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

This text font color is #AD8C34.


Background Color

.myBgColor { background-color: #AD8C34; }

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

This div background color is #AD8C34.


Border color

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

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

This div border color is #AD8C34.


Opacity

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

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

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

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

This text has shadow with #AD8C34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8C34 on black background.


Color preview on white background

This text has color #AD8C34 on white background.



Black color preview on #AD8C34 background

This text has black color on #AD8C34 background.


White color preview on #AD8C34 background

This text has white color on #AD8C34 background.