COLOR #AD9379

HEX: #AD9379
RGB: (173,147,121)

Color info

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

RGB color model

#AD9379 color RGB value is (173,147,121).

  • red value is 173;
  • green value is 147;
  • blue value is 121.
RGB:
(173,147,121)
(68%,58%,47%)

RGB channels and saturation

R 173 of 255 = 68%
G 147 of 255 = 58%
B 121 of 255 = 47%

173
147
121

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

Portions of RGB colors in percentages

R + G + B =
173 + 147 + 121 = 441 (100%)
R 173 of 441 ~ 39.23%
G 147 of 441 ~ 33.33%
B 121 of 441 ~ 27.44%

%39.23
%33.33
%27.44

CMYK color model

#AD9379 color CMYK value is (0,15,30,32).

  • cyan value is 0.00%
  • magenta value is 15.03%
  • yellow value is 30.06%
  • key color value is 32.16%
CMYK:
(0,15,30,32)
C0M15Y30K32 
(0%,15%,30%,32%)
(0.00/0.15/0.30/0.32)	

CMYK percentages

%0
%15.03
%30.06
%32.16

Codes

Color #AD9379 in popluar color models

AD9379
RGB173147121
HSL30°24.07%57.65%
HSB/HSV30°30.06%67.84%
CMYK0.00%15.03%30.06%
32.16%

Color #AD9379 in popluar number systems.

HEXAD9379
Decimal173147121
Binary10101101100100111111001
Octal255223171

Shades and tints

Shades of #AD9379

#AD9379
(173,147,121)
#9E866E
(158,134,110)
#8F7963
(143,121,99)
#806C58
(128,108,88)
#715F4D
(113,95,77)
#625242
(98,82,66)
#534537
(83,69,55)
#44382C
(68,56,44)
#352B21
(53,43,33)
#261E16
(38,30,22)
#17110B
(23,17,11)
#000000
(0,0,0)

Tints of #AD9379

#AD9379
(173,147,121)
#B49C85
(180,156,133)
#BBA591
(187,165,145)
#C2AE9D
(194,174,157)
#C9B7A9
(201,183,169)
#D0C0B5
(208,192,181)
#D7C9C1
(215,201,193)
#DED2CD
(222,210,205)
#E5DBD9
(229,219,217)
#ECE4E5
(236,228,229)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9379 color. Also use rgb(173,147,121) instead hex code.

Text Font Color

.myTextColor { color: #AD9379; }

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

This text font color is #AD9379.


Background Color

.myBgColor { background-color: #AD9379; }

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

This div background color is #AD9379.


Border color

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

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

This div border color is #AD9379.


Opacity

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

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

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

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

This text has shadow with #AD9379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9379 on black background.


Color preview on white background

This text has color #AD9379 on white background.



Black color preview on #AD9379 background

This text has black color on #AD9379 background.


White color preview on #AD9379 background

This text has white color on #AD9379 background.