COLOR #AD8752

HEX: #AD8752
RGB: (173,135,82)

Color info

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

RGB color model

#AD8752 color RGB value is (173,135,82).

  • red value is 173;
  • green value is 135;
  • blue value is 82.
RGB:
(173,135,82)
(68%,53%,32%)

RGB channels and saturation

R 173 of 255 = 68%
G 135 of 255 = 53%
B 82 of 255 = 32%

173
135
82

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

Portions of RGB colors in percentages

R + G + B =
173 + 135 + 82 = 390 (100%)
R 173 of 390 ~ 44.36%
G 135 of 390 ~ 34.62%
B 82 of 390 ~ 21.03%

%44.36
%34.62
%21.03

CMYK color model

#AD8752 color CMYK value is (0,22,53,32).

  • cyan value is 0.00%
  • magenta value is 21.97%
  • yellow value is 52.60%
  • key color value is 32.16%
CMYK:
(0,22,53,32)
C0M22Y53K32 
(0%,22%,53%,32%)
(0.00/0.22/0.53/0.32)	

CMYK percentages

%0
%21.97
%52.6
%32.16

Codes

Color #AD8752 in popluar color models

AD8752
RGB17313582
HSL35°35.69%50.00%
HSB/HSV35°52.60%67.84%
CMYK0.00%21.97%52.60%
32.16%

Color #AD8752 in popluar number systems.

HEXAD8752
Decimal17313582
Binary10101101100001111010010
Octal255207122

Shades and tints

Shades of #AD8752

#AD8752
(173,135,82)
#9E7B4B
(158,123,75)
#8F6F44
(143,111,68)
#80633D
(128,99,61)
#715736
(113,87,54)
#624B2F
(98,75,47)
#533F28
(83,63,40)
#443321
(68,51,33)
#35271A
(53,39,26)
#261B13
(38,27,19)
#170F0C
(23,15,12)
#000000
(0,0,0)

Tints of #AD8752

#AD8752
(173,135,82)
#B49161
(180,145,97)
#BB9B70
(187,155,112)
#C2A57F
(194,165,127)
#C9AF8E
(201,175,142)
#D0B99D
(208,185,157)
#D7C3AC
(215,195,172)
#DECDBB
(222,205,187)
#E5D7CA
(229,215,202)
#ECE1D9
(236,225,217)
#F3EBE8
(243,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8752 color. Also use rgb(173,135,82) instead hex code.

Text Font Color

.myTextColor { color: #AD8752; }

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

This text font color is #AD8752.


Background Color

.myBgColor { background-color: #AD8752; }

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

This div background color is #AD8752.


Border color

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

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

This div border color is #AD8752.


Opacity

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

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

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

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

This text has shadow with #AD8752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8752 on black background.


Color preview on white background

This text has color #AD8752 on white background.



Black color preview on #AD8752 background

This text has black color on #AD8752 background.


White color preview on #AD8752 background

This text has white color on #AD8752 background.