COLOR #AD9176

HEX: #AD9176
RGB: (173,145,118)

Color info

#AD9176 contains red, green and blue colors in about the same proportion. Web safe color of #AD9176 is #999966 (or #996).

RGB color model

#AD9176 color RGB value is (173,145,118).

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

RGB channels and saturation

R 173 of 255 = 68%
G 145 of 255 = 57%
B 118 of 255 = 46%

173
145
118

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

Portions of RGB colors in percentages

R + G + B =
173 + 145 + 118 = 436 (100%)
R 173 of 436 ~ 39.68%
G 145 of 436 ~ 33.26%
B 118 of 436 ~ 27.06%

%39.68
%33.26
%27.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.18%
  • yellow value is 31.79%
  • key color value is 32.16%
CMYK:
(0,16,32,32)
C0M16Y32K32 
(0%,16%,32%,32%)
(0.00/0.16/0.32/0.32)	

CMYK percentages

%0
%16.18
%31.79
%32.16

Codes

Color #AD9176 in popluar color models

AD9176
RGB173145118
HSL29°25.11%57.06%
HSB/HSV29°31.79%67.84%
CMYK0.00%16.18%31.79%
32.16%

Color #AD9176 in popluar number systems.

HEXAD9176
Decimal173145118
Binary10101101100100011110110
Octal255221166

Shades and tints

Shades of #AD9176

#AD9176
(173,145,118)
#9E846C
(158,132,108)
#8F7762
(143,119,98)
#806A58
(128,106,88)
#715D4E
(113,93,78)
#625044
(98,80,68)
#53433A
(83,67,58)
#443630
(68,54,48)
#352926
(53,41,38)
#261C1C
(38,28,28)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #AD9176

#AD9176
(173,145,118)
#B49B82
(180,155,130)
#BBA58E
(187,165,142)
#C2AF9A
(194,175,154)
#C9B9A6
(201,185,166)
#D0C3B2
(208,195,178)
#D7CDBE
(215,205,190)
#DED7CA
(222,215,202)
#E5E1D6
(229,225,214)
#ECEBE2
(236,235,226)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9176; }

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

This text font color is #AD9176.


Background Color

.myBgColor { background-color: #AD9176; }

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

This div background color is #AD9176.


Border color

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

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

This div border color is #AD9176.


Opacity

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

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

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

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

This text has shadow with #AD9176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9176 on black background.


Color preview on white background

This text has color #AD9176 on white background.



Black color preview on #AD9176 background

This text has black color on #AD9176 background.


White color preview on #AD9176 background

This text has white color on #AD9176 background.