COLOR #AD9186

HEX: #AD9186
RGB: (173,145,134)

Color info

#AD9186 contains red, green and blue colors in about the same proportion. Web safe color of #AD9186 is #999999 (or #999).

RGB color model

#AD9186 color RGB value is (173,145,134).

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

RGB channels and saturation

R 173 of 255 = 68%
G 145 of 255 = 57%
B 134 of 255 = 53%

173
145
134

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

Portions of RGB colors in percentages

R + G + B =
173 + 145 + 134 = 452 (100%)
R 173 of 452 ~ 38.27%
G 145 of 452 ~ 32.08%
B 134 of 452 ~ 29.65%

%38.27
%32.08
%29.65

CMYK color model

#AD9186 color CMYK value is (0,16,23,32).

  • cyan value is 0.00%
  • magenta value is 16.18%
  • yellow value is 22.54%
  • key color value is 32.16%
CMYK:
(0,16,23,32)
C0M16Y23K32 
(0%,16%,23%,32%)
(0.00/0.16/0.23/0.32)	

CMYK percentages

%0
%16.18
%22.54
%32.16

Codes

Color #AD9186 in popluar color models

AD9186
RGB173145134
HSL17°19.21%60.20%
HSB/HSV17°22.54%67.84%
CMYK0.00%16.18%22.54%
32.16%

Color #AD9186 in popluar number systems.

HEXAD9186
Decimal173145134
Binary101011011001000110000110
Octal255221206

Shades and tints

Shades of #AD9186

#AD9186
(173,145,134)
#9E847A
(158,132,122)
#8F776E
(143,119,110)
#806A62
(128,106,98)
#715D56
(113,93,86)
#62504A
(98,80,74)
#53433E
(83,67,62)
#443632
(68,54,50)
#352926
(53,41,38)
#261C1A
(38,28,26)
#170F0E
(23,15,14)
#000000
(0,0,0)

Tints of #AD9186

#AD9186
(173,145,134)
#B49B91
(180,155,145)
#BBA59C
(187,165,156)
#C2AFA7
(194,175,167)
#C9B9B2
(201,185,178)
#D0C3BD
(208,195,189)
#D7CDC8
(215,205,200)
#DED7D3
(222,215,211)
#E5E1DE
(229,225,222)
#ECEBE9
(236,235,233)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9186; }

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

This text font color is #AD9186.


Background Color

.myBgColor { background-color: #AD9186; }

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

This div background color is #AD9186.


Border color

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

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

This div border color is #AD9186.


Opacity

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

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

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

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

This text has shadow with #AD9186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9186 on black background.


Color preview on white background

This text has color #AD9186 on white background.



Black color preview on #AD9186 background

This text has black color on #AD9186 background.


White color preview on #AD9186 background

This text has white color on #AD9186 background.