COLOR #AD862A

HEX: #AD862A
RGB: (173,134,42)

Color info

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

RGB color model

#AD862A color RGB value is (173,134,42).

  • red value is 173;
  • green value is 134;
  • blue value is 42.
RGB:
(173,134,42)
(68%,53%,16%)

RGB channels and saturation

R 173 of 255 = 68%
G 134 of 255 = 53%
B 42 of 255 = 16%

173
134
42

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

Portions of RGB colors in percentages

R + G + B =
173 + 134 + 42 = 349 (100%)
R 173 of 349 ~ 49.57%
G 134 of 349 ~ 38.4%
B 42 of 349 ~ 12.03%

%49.57
%38.4
%12.03

CMYK color model

#AD862A color CMYK value is (0,23,76,32).

  • cyan value is 0.00%
  • magenta value is 22.54%
  • yellow value is 75.72%
  • key color value is 32.16%
CMYK:
(0,23,76,32)
C0M23Y76K32 
(0%,23%,76%,32%)
(0.00/0.23/0.76/0.32)	

CMYK percentages

%0
%22.54
%75.72
%32.16

Codes

Color #AD862A in popluar color models

AD862A
RGB17313442
HSL42°60.93%42.16%
HSB/HSV42°75.72%67.84%
CMYK0.00%22.54%75.72%
32.16%

Color #AD862A in popluar number systems.

HEXAD862A
Decimal17313442
Binary1010110110000110101010
Octal25520652

Shades and tints

Shades of #AD862A

#AD862A
(173,134,42)
#9E7A27
(158,122,39)
#8F6E24
(143,110,36)
#806221
(128,98,33)
#71561E
(113,86,30)
#624A1B
(98,74,27)
#533E18
(83,62,24)
#443215
(68,50,21)
#352612
(53,38,18)
#261A0F
(38,26,15)
#170E0C
(23,14,12)
#000000
(0,0,0)

Tints of #AD862A

#AD862A
(173,134,42)
#B4913D
(180,145,61)
#BB9C50
(187,156,80)
#C2A763
(194,167,99)
#C9B276
(201,178,118)
#D0BD89
(208,189,137)
#D7C89C
(215,200,156)
#DED3AF
(222,211,175)
#E5DEC2
(229,222,194)
#ECE9D5
(236,233,213)
#F3F4E8
(243,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD862A color. Also use rgb(173,134,42) instead hex code.

Text Font Color

.myTextColor { color: #AD862A; }

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

This text font color is #AD862A.


Background Color

.myBgColor { background-color: #AD862A; }

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

This div background color is #AD862A.


Border color

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

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

This div border color is #AD862A.


Opacity

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

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

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

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

This text has shadow with #AD862A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD862A on black background.


Color preview on white background

This text has color #AD862A on white background.



Black color preview on #AD862A background

This text has black color on #AD862A background.


White color preview on #AD862A background

This text has white color on #AD862A background.