COLOR #AD6C5F

HEX: #AD6C5F
RGB: (173,108,95)

Color info

#AD6C5F contains mainly red color. Web safe color of #AD6C5F is #996666 (or #966).

RGB color model

#AD6C5F color RGB value is (173,108,95).

  • red value is 173;
  • green value is 108;
  • blue value is 95.
RGB:
(173,108,95)
(68%,42%,37%)

RGB channels and saturation

R 173 of 255 = 68%
G 108 of 255 = 42%
B 95 of 255 = 37%

173
108
95

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

Portions of RGB colors in percentages

R + G + B =
173 + 108 + 95 = 376 (100%)
R 173 of 376 ~ 46.01%
G 108 of 376 ~ 28.72%
B 95 of 376 ~ 25.27%

%46.01
%28.72
%25.27

CMYK color model

#AD6C5F color CMYK value is (0,38,45,32).

  • cyan value is 0.00%
  • magenta value is 37.57%
  • yellow value is 45.09%
  • key color value is 32.16%
CMYK:
(0,38,45,32)
C0M38Y45K32 
(0%,38%,45%,32%)
(0.00/0.38/0.45/0.32)	

CMYK percentages

%0
%37.57
%45.09
%32.16

Codes

Color #AD6C5F in popluar color models

AD6C5F
RGB17310895
HSL10°32.23%52.55%
HSB/HSV10°45.09%67.84%
CMYK0.00%37.57%45.09%
32.16%

Color #AD6C5F in popluar number systems.

HEXAD6C5F
Decimal17310895
Binary1010110111011001011111
Octal255154137

Shades and tints

Shades of #AD6C5F

#AD6C5F
(173,108,95)
#9E6357
(158,99,87)
#8F5A4F
(143,90,79)
#805147
(128,81,71)
#71483F
(113,72,63)
#623F37
(98,63,55)
#53362F
(83,54,47)
#442D27
(68,45,39)
#35241F
(53,36,31)
#261B17
(38,27,23)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #AD6C5F

#AD6C5F
(173,108,95)
#B4796D
(180,121,109)
#BB867B
(187,134,123)
#C29389
(194,147,137)
#C9A097
(201,160,151)
#D0ADA5
(208,173,165)
#D7BAB3
(215,186,179)
#DEC7C1
(222,199,193)
#E5D4CF
(229,212,207)
#ECE1DD
(236,225,221)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6C5F color. Also use rgb(173,108,95) instead hex code.

Text Font Color

.myTextColor { color: #AD6C5F; }

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

This text font color is #AD6C5F.


Background Color

.myBgColor { background-color: #AD6C5F; }

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

This div background color is #AD6C5F.


Border color

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

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

This div border color is #AD6C5F.


Opacity

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

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

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

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

This text has shadow with #AD6C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6C5F on black background.


Color preview on white background

This text has color #AD6C5F on white background.



Black color preview on #AD6C5F background

This text has black color on #AD6C5F background.


White color preview on #AD6C5F background

This text has white color on #AD6C5F background.