COLOR #AD852D

HEX: #AD852D
RGB: (173,133,45)

Color info

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

RGB color model

#AD852D color RGB value is (173,133,45).

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

RGB channels and saturation

R 173 of 255 = 68%
G 133 of 255 = 52%
B 45 of 255 = 18%

173
133
45

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

Portions of RGB colors in percentages

R + G + B =
173 + 133 + 45 = 351 (100%)
R 173 of 351 ~ 49.29%
G 133 of 351 ~ 37.89%
B 45 of 351 ~ 12.82%

%49.29
%37.89
%12.82

CMYK color model

#AD852D color CMYK value is (0,23,74,32).

  • cyan value is 0.00%
  • magenta value is 23.12%
  • yellow value is 73.99%
  • key color value is 32.16%
CMYK:
(0,23,74,32)
C0M23Y74K32 
(0%,23%,74%,32%)
(0.00/0.23/0.74/0.32)	

CMYK percentages

%0
%23.12
%73.99
%32.16

Codes

Color #AD852D in popluar color models

AD852D
RGB17313345
HSL41°58.72%42.75%
HSB/HSV41°73.99%67.84%
CMYK0.00%23.12%73.99%
32.16%

Color #AD852D in popluar number systems.

HEXAD852D
Decimal17313345
Binary1010110110000101101101
Octal25520555

Shades and tints

Shades of #AD852D

#AD852D
(173,133,45)
#9E7929
(158,121,41)
#8F6D25
(143,109,37)
#806121
(128,97,33)
#71551D
(113,85,29)
#624919
(98,73,25)
#533D15
(83,61,21)
#443111
(68,49,17)
#35250D
(53,37,13)
#261909
(38,25,9)
#170D05
(23,13,5)
#000000
(0,0,0)

Tints of #AD852D

#AD852D
(173,133,45)
#B49040
(180,144,64)
#BB9B53
(187,155,83)
#C2A666
(194,166,102)
#C9B179
(201,177,121)
#D0BC8C
(208,188,140)
#D7C79F
(215,199,159)
#DED2B2
(222,210,178)
#E5DDC5
(229,221,197)
#ECE8D8
(236,232,216)
#F3F3EB
(243,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD852D; }

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

This text font color is #AD852D.


Background Color

.myBgColor { background-color: #AD852D; }

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

This div background color is #AD852D.


Border color

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

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

This div border color is #AD852D.


Opacity

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

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

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

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

This text has shadow with #AD852D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD852D on black background.


Color preview on white background

This text has color #AD852D on white background.



Black color preview on #AD852D background

This text has black color on #AD852D background.


White color preview on #AD852D background

This text has white color on #AD852D background.