COLOR #AD9076

HEX: #AD9076
RGB: (173,144,118)

Color info

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

RGB color model

#AD9076 color RGB value is (173,144,118).

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

RGB channels and saturation

R 173 of 255 = 68%
G 144 of 255 = 56%
B 118 of 255 = 46%

173
144
118

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

Portions of RGB colors in percentages

R + G + B =
173 + 144 + 118 = 435 (100%)
R 173 of 435 ~ 39.77%
G 144 of 435 ~ 33.1%
B 118 of 435 ~ 27.13%

%39.77
%33.1
%27.13

CMYK color model

#AD9076 color CMYK value is (0,17,32,32).

  • cyan value is 0.00%
  • magenta value is 16.76%
  • yellow value is 31.79%
  • key color value is 32.16%
CMYK:
(0,17,32,32)
C0M17Y32K32 
(0%,17%,32%,32%)
(0.00/0.17/0.32/0.32)	

CMYK percentages

%0
%16.76
%31.79
%32.16

Codes

Color #AD9076 in popluar color models

AD9076
RGB173144118
HSL28°25.11%57.06%
HSB/HSV28°31.79%67.84%
CMYK0.00%16.76%31.79%
32.16%

Color #AD9076 in popluar number systems.

HEXAD9076
Decimal173144118
Binary10101101100100001110110
Octal255220166

Shades and tints

Shades of #AD9076

#AD9076
(173,144,118)
#9E836C
(158,131,108)
#8F7662
(143,118,98)
#806958
(128,105,88)
#715C4E
(113,92,78)
#624F44
(98,79,68)
#53423A
(83,66,58)
#443530
(68,53,48)
#352826
(53,40,38)
#261B1C
(38,27,28)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #AD9076

#AD9076
(173,144,118)
#B49A82
(180,154,130)
#BBA48E
(187,164,142)
#C2AE9A
(194,174,154)
#C9B8A6
(201,184,166)
#D0C2B2
(208,194,178)
#D7CCBE
(215,204,190)
#DED6CA
(222,214,202)
#E5E0D6
(229,224,214)
#ECEAE2
(236,234,226)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9076; }

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

This text font color is #AD9076.


Background Color

.myBgColor { background-color: #AD9076; }

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

This div background color is #AD9076.


Border color

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

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

This div border color is #AD9076.


Opacity

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

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

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

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

This text has shadow with #AD9076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9076 on black background.


Color preview on white background

This text has color #AD9076 on white background.



Black color preview on #AD9076 background

This text has black color on #AD9076 background.


White color preview on #AD9076 background

This text has white color on #AD9076 background.