COLOR #AD9A7C

HEX: #AD9A7C RGB: (173,154,124)

Color info

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

RGB color model

#AD9A7C color RGB value is (173,154,124).

RGB: (173,154,124) (68%, 60%, 49%)

RGB channels and saturation

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

173
154
124

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

Portions of RGB colors in percentages

R + G + B = 173 + 154 + 124 = 451 (100%)
R 173 of 451 ~ 38.36%
G 154 of 451 ~ 34.15%
B 124 of 451 ~ 27.49'%

%38.36
%34.15
%27.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 28.32%
  • 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
%28.32
%32.16

Codes

Color #AD9A7C in popluar color models

AD 9A 7C
RGB 173 154 124
HSL 37° 23.00% 58.24%
HSB/HSV 37° 28.32% 67.84%
CMYK 0.00% 10.98% 28.32%
32.16%

Color #AD9A7C in popluar number systems.

HEX AD 9A 7C
Decimal 173 154 124
Binary 10101101 10011010 1111100
Octal 255 232 174

Shades and tints

Shades of #AD9A7C

#AD9A7C
(173,154,124)
#9E8C71
(158,140,113)
#8F7E66
(143,126,102)
#80705B
(128,112,91)
#716250
(113,98,80)
#625445
(98,84,69)
#53463A
(83,70,58)
#44382F
(68,56,47)
#352A24
(53,42,36)
#261C19
(38,28,25)
#170E0E
(23,14,14)
#000000
(0,0,0)

Tints of #AD9A7C

#AD9A7C
(173,154,124)
#B4A387
(180,163,135)
#BBAC92
(187,172,146)
#C2B59D
(194,181,157)
#C9BEA8
(201,190,168)
#D0C7B3
(208,199,179)
#D7D0BE
(215,208,190)
#DED9C9
(222,217,201)
#E5E2D4
(229,226,212)
#ECEBDF
(236,235,223)
#F3F4EA
(243,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9A7C; }

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

This text font color is #AD9A7C.

Background Color

.myBgColor { background-color: #AD9A7C; }

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

This div background color is #AD9A7C.

Border color

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

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

This div border color is #AD9A7C.

Opacity

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

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

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

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

This text has shadow with #AD9A7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9A7C.

Preview

Color preview on black background

This text has color #AD9A7C on black background.


Color preview on white background

This text has color #AD9A7C on white background.


Black color preview on #AD9A7C background

This text has black color on #AD9A7C background.


White color preview on #AD9A7C background

This text has white color on #AD9A7C background.


Related colors

Complementary color

Complementary color for #hex is #526583.


I love getcolorcode.com

Triadic colors

1 #7CAD9A and #9A7CAD with #AD9A7C are triadic colors.

2 #7C9AAD and #9AAD7C with #AD9A7C are triadic colors.