COLOR #AD9A7D

HEX: #AD9A7D
RGB: (173,154,125)

Color info

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

RGB color model

#AD9A7D color RGB value is (173,154,125).

  • red value is 173;
  • green value is 154;
  • blue value is 125.
RGB:
(173,154,125)
(68%,60%,49%)

RGB channels and saturation

R 173 of 255 = 68%
G 154 of 255 = 60%
B 125 of 255 = 49%

173
154
125

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

Portions of RGB colors in percentages

R + G + B =
173 + 154 + 125 = 452 (100%)
R 173 of 452 ~ 38.27%
G 154 of 452 ~ 34.07%
B 125 of 452 ~ 27.65%

%38.27
%34.07
%27.65

CMYK color model

#AD9A7D color CMYK value is (0,11,28,32).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 27.75%
  • key color value is 32.16%
CMYK:
(0,11,28,32)
C0M11Y28K32 
(0%,11%,28%,32%)
(0.00/0.11/0.28/0.32)	

CMYK percentages

%0
%10.98
%27.75
%32.16

Codes

Color #AD9A7D in popluar color models

AD9A7D
RGB173154125
HSL36°22.64%58.43%
HSB/HSV36°27.75%67.84%
CMYK0.00%10.98%27.75%
32.16%

Color #AD9A7D in popluar number systems.

HEXAD9A7D
Decimal173154125
Binary10101101100110101111101
Octal255232175

Shades and tints

Shades of #AD9A7D

#AD9A7D
(173,154,125)
#9E8C72
(158,140,114)
#8F7E67
(143,126,103)
#80705C
(128,112,92)
#716251
(113,98,81)
#625446
(98,84,70)
#53463B
(83,70,59)
#443830
(68,56,48)
#352A25
(53,42,37)
#261C1A
(38,28,26)
#170E0F
(23,14,15)
#000000
(0,0,0)

Tints of #AD9A7D

#AD9A7D
(173,154,125)
#B4A388
(180,163,136)
#BBAC93
(187,172,147)
#C2B59E
(194,181,158)
#C9BEA9
(201,190,169)
#D0C7B4
(208,199,180)
#D7D0BF
(215,208,191)
#DED9CA
(222,217,202)
#E5E2D5
(229,226,213)
#ECEBE0
(236,235,224)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9A7D color. Also use rgb(173,154,125) instead hex code.

Text Font Color

.myTextColor { color: #AD9A7D; }

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

This text font color is #AD9A7D.


Background Color

.myBgColor { background-color: #AD9A7D; }

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

This div background color is #AD9A7D.


Border color

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

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

This div border color is #AD9A7D.


Opacity

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

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

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

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

This text has shadow with #AD9A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9A7D on black background.


Color preview on white background

This text has color #AD9A7D on white background.



Black color preview on #AD9A7D background

This text has black color on #AD9A7D background.


White color preview on #AD9A7D background

This text has white color on #AD9A7D background.