COLOR #AD8527

HEX: #AD8527
RGB: (173,133,39)

Color info

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

RGB color model

#AD8527 color RGB value is (173,133,39).

  • red value is 173;
  • green value is 133;
  • blue value is 39.
RGB:
(173,133,39)
(68%,52%,15%)

RGB channels and saturation

R 173 of 255 = 68%
G 133 of 255 = 52%
B 39 of 255 = 15%

173
133
39

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

Portions of RGB colors in percentages

R + G + B =
173 + 133 + 39 = 345 (100%)
R 173 of 345 ~ 50.14%
G 133 of 345 ~ 38.55%
B 39 of 345 ~ 11.3%

%50.14
%38.55
%11.3

CMYK color model

#AD8527 color CMYK value is (0,23,77,32).

  • cyan value is 0.00%
  • magenta value is 23.12%
  • yellow value is 77.46%
  • key color value is 32.16%
CMYK:
(0,23,77,32)
C0M23Y77K32 
(0%,23%,77%,32%)
(0.00/0.23/0.77/0.32)	

CMYK percentages

%0
%23.12
%77.46
%32.16

Codes

Color #AD8527 in popluar color models

AD8527
RGB17313339
HSL42°63.21%41.57%
HSB/HSV42°77.46%67.84%
CMYK0.00%23.12%77.46%
32.16%

Color #AD8527 in popluar number systems.

HEXAD8527
Decimal17313339
Binary1010110110000101100111
Octal25520547

Shades and tints

Shades of #AD8527

#AD8527
(173,133,39)
#9E7924
(158,121,36)
#8F6D21
(143,109,33)
#80611E
(128,97,30)
#71551B
(113,85,27)
#624918
(98,73,24)
#533D15
(83,61,21)
#443112
(68,49,18)
#35250F
(53,37,15)
#26190C
(38,25,12)
#170D09
(23,13,9)
#000000
(0,0,0)

Tints of #AD8527

#AD8527
(173,133,39)
#B4903A
(180,144,58)
#BB9B4D
(187,155,77)
#C2A660
(194,166,96)
#C9B173
(201,177,115)
#D0BC86
(208,188,134)
#D7C799
(215,199,153)
#DED2AC
(222,210,172)
#E5DDBF
(229,221,191)
#ECE8D2
(236,232,210)
#F3F3E5
(243,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8527 color. Also use rgb(173,133,39) instead hex code.

Text Font Color

.myTextColor { color: #AD8527; }

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

This text font color is #AD8527.


Background Color

.myBgColor { background-color: #AD8527; }

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

This div background color is #AD8527.


Border color

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

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

This div border color is #AD8527.


Opacity

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

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

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

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

This text has shadow with #AD8527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8527 on black background.


Color preview on white background

This text has color #AD8527 on white background.



Black color preview on #AD8527 background

This text has black color on #AD8527 background.


White color preview on #AD8527 background

This text has white color on #AD8527 background.