COLOR #AD786F

HEX: #AD786F RGB: (173,120,111)

Color info

#AD786F contains mainly red and green colors. Web safe color of #AD786F is #996666 (or #966).

RGB color model

#AD786F color RGB value is (173,120,111).

RGB: (173,120,111) (68%, 47%, 44%)

RGB channels and saturation

R 173 of 255 = 68%
G 120 of 255 = 47%
B 111 of 255 = 44%

173
120
111

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

Portions of RGB colors in percentages

R + G + B = 173 + 120 + 111 = 404 (100%)
R 173 of 404 ~ 42.82%
G 120 of 404 ~ 29.7%
B 111 of 404 ~ 27.48'%

%42.82
%29.7
%27.48

CMYK color model

#AD786F color CMYK value is (0,31,36,32).

  • cyan value is 0.00%
  • magenta value is 30.64%
  • yellow value is 35.84%
  • key color value is 32.16%

CMYK: (0,31,36,32)
C0M31Y36K32 (0%, 31%, 36%, 32%)
(0.00 / 0.31 / 0.36 / 0.32)

CMYK percentages

%0
%30.64
%35.84
%32.16

Codes

Color #AD786F in popluar color models

AD 78 6F
RGB 173 120 111
HSL 27.43% 55.69%
HSB/HSV 35.84% 67.84%
CMYK 0.00% 30.64% 35.84%
32.16%

Color #AD786F in popluar number systems.

HEX AD 78 6F
Decimal 173 120 111
Binary 10101101 1111000 1101111
Octal 255 170 157

Shades and tints

Shades of #AD786F

#AD786F
(173,120,111)
#9E6E65
(158,110,101)
#8F645B
(143,100,91)
#805A51
(128,90,81)
#715047
(113,80,71)
#62463D
(98,70,61)
#533C33
(83,60,51)
#443229
(68,50,41)
#35281F
(53,40,31)
#261E15
(38,30,21)
#17140B
(23,20,11)
#000000
(0,0,0)

Tints of #AD786F

#AD786F
(173,120,111)
#B4847C
(180,132,124)
#BB9089
(187,144,137)
#C29C96
(194,156,150)
#C9A8A3
(201,168,163)
#D0B4B0
(208,180,176)
#D7C0BD
(215,192,189)
#DECCCA
(222,204,202)
#E5D8D7
(229,216,215)
#ECE4E4
(236,228,228)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD786F color. Also use rgb(173,120,111) instead hex code.

Text Font Color

.myTextColor { color: #AD786F; }

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

This text font color is #AD786F.

Background Color

.myBgColor { background-color: #AD786F; }

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

This div background color is #AD786F.

Border color

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

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

This div border color is #AD786F.

Opacity

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

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

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

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

This text has shadow with #AD786F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD786F.

Preview

Color preview on black background

This text has color #AD786F on black background.


Color preview on white background

This text has color #AD786F on white background.


Black color preview on #AD786F background

This text has black color on #AD786F background.


White color preview on #AD786F background

This text has white color on #AD786F background.


Related colors

Complementary color

Complementary color for #hex is #528790.


I love getcolorcode.com

Triadic colors

1 #6FAD78 and #786FAD with #AD786F are triadic colors.

2 #6F78AD and #78AD6F with #AD786F are triadic colors.