COLOR #AD9A6D

HEX: #AD9A6D
RGB: (173,154,109)

Color info

#AD9A6D contains mainly red and green colors. Web safe color of #AD9A6D is #999966 (or #996).

RGB color model

#AD9A6D color RGB value is (173,154,109).

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

RGB channels and saturation

R 173 of 255 = 68%
G 154 of 255 = 60%
B 109 of 255 = 43%

173
154
109

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

Portions of RGB colors in percentages

R + G + B =
173 + 154 + 109 = 436 (100%)
R 173 of 436 ~ 39.68%
G 154 of 436 ~ 35.32%
B 109 of 436 ~ 25%

%39.68
%35.32
%25

CMYK color model

#AD9A6D color CMYK value is (0,11,37,32).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 36.99%
  • key color value is 32.16%
CMYK:
(0,11,37,32)
C0M11Y37K32 
(0%,11%,37%,32%)
(0.00/0.11/0.37/0.32)	

CMYK percentages

%0
%10.98
%36.99
%32.16

Codes

Color #AD9A6D in popluar color models

AD9A6D
RGB173154109
HSL42°28.07%55.29%
HSB/HSV42°36.99%67.84%
CMYK0.00%10.98%36.99%
32.16%

Color #AD9A6D in popluar number systems.

HEXAD9A6D
Decimal173154109
Binary10101101100110101101101
Octal255232155

Shades and tints

Shades of #AD9A6D

#AD9A6D
(173,154,109)
#9E8C64
(158,140,100)
#8F7E5B
(143,126,91)
#807052
(128,112,82)
#716249
(113,98,73)
#625440
(98,84,64)
#534637
(83,70,55)
#44382E
(68,56,46)
#352A25
(53,42,37)
#261C1C
(38,28,28)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #AD9A6D

#AD9A6D
(173,154,109)
#B4A37A
(180,163,122)
#BBAC87
(187,172,135)
#C2B594
(194,181,148)
#C9BEA1
(201,190,161)
#D0C7AE
(208,199,174)
#D7D0BB
(215,208,187)
#DED9C8
(222,217,200)
#E5E2D5
(229,226,213)
#ECEBE2
(236,235,226)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9A6D; }

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

This text font color is #AD9A6D.


Background Color

.myBgColor { background-color: #AD9A6D; }

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

This div background color is #AD9A6D.


Border color

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

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

This div border color is #AD9A6D.


Opacity

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

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

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

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

This text has shadow with #AD9A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9A6D on black background.


Color preview on white background

This text has color #AD9A6D on white background.



Black color preview on #AD9A6D background

This text has black color on #AD9A6D background.


White color preview on #AD9A6D background

This text has white color on #AD9A6D background.