COLOR #AD865D

HEX: #AD865D
RGB: (173,134,93)

Color info

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

RGB color model

#AD865D color RGB value is (173,134,93).

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

RGB channels and saturation

R 173 of 255 = 68%
G 134 of 255 = 53%
B 93 of 255 = 36%

173
134
93

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

Portions of RGB colors in percentages

R + G + B =
173 + 134 + 93 = 400 (100%)
R 173 of 400 ~ 43.25%
G 134 of 400 ~ 33.5%
B 93 of 400 ~ 23.25%

%43.25
%33.5
%23.25

CMYK color model

#AD865D color CMYK value is (0,23,46,32).

  • cyan value is 0.00%
  • magenta value is 22.54%
  • yellow value is 46.24%
  • key color value is 32.16%
CMYK:
(0,23,46,32)
C0M23Y46K32 
(0%,23%,46%,32%)
(0.00/0.23/0.46/0.32)	

CMYK percentages

%0
%22.54
%46.24
%32.16

Codes

Color #AD865D in popluar color models

AD865D
RGB17313493
HSL31°32.79%52.16%
HSB/HSV31°46.24%67.84%
CMYK0.00%22.54%46.24%
32.16%

Color #AD865D in popluar number systems.

HEXAD865D
Decimal17313493
Binary10101101100001101011101
Octal255206135

Shades and tints

Shades of #AD865D

#AD865D
(173,134,93)
#9E7A55
(158,122,85)
#8F6E4D
(143,110,77)
#806245
(128,98,69)
#71563D
(113,86,61)
#624A35
(98,74,53)
#533E2D
(83,62,45)
#443225
(68,50,37)
#35261D
(53,38,29)
#261A15
(38,26,21)
#170E0D
(23,14,13)
#000000
(0,0,0)

Tints of #AD865D

#AD865D
(173,134,93)
#B4916B
(180,145,107)
#BB9C79
(187,156,121)
#C2A787
(194,167,135)
#C9B295
(201,178,149)
#D0BDA3
(208,189,163)
#D7C8B1
(215,200,177)
#DED3BF
(222,211,191)
#E5DECD
(229,222,205)
#ECE9DB
(236,233,219)
#F3F4E9
(243,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD865D; }

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

This text font color is #AD865D.


Background Color

.myBgColor { background-color: #AD865D; }

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

This div background color is #AD865D.


Border color

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

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

This div border color is #AD865D.


Opacity

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

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

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

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

This text has shadow with #AD865D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD865D on black background.


Color preview on white background

This text has color #AD865D on white background.



Black color preview on #AD865D background

This text has black color on #AD865D background.


White color preview on #AD865D background

This text has white color on #AD865D background.