COLOR #AD9973

HEX: #AD9973 RGB: (173,153,115)

Color info

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

RGB color model

#AD9973 color RGB value is (173,153,115).

RGB: (173,153,115) (68%, 60%, 45%)

RGB channels and saturation

R 173 of 255 = 68%
G 153 of 255 = 60%
B 115 of 255 = 45%

173
153
115

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

Portions of RGB colors in percentages

R + G + B = 173 + 153 + 115 = 441 (100%)
R 173 of 441 ~ 39.23%
G 153 of 441 ~ 34.69%
B 115 of 441 ~ 26.08'%

%39.23
%34.69
%26.08

CMYK color model

#AD9973 color CMYK value is (0,12,34,32).

  • cyan value is 0.00%
  • magenta value is 11.56%
  • yellow value is 33.53%
  • key color value is 32.16%

CMYK: (0,12,34,32)
C0M12Y34K32 (0%, 12%, 34%, 32%)
(0.00 / 0.12 / 0.34 / 0.32)

CMYK percentages

%0
%11.56
%33.53
%32.16

Codes

Color #AD9973 in popluar color models

AD 99 73
RGB 173 153 115
HSL 39° 26.13% 56.47%
HSB/HSV 39° 33.53% 67.84%
CMYK 0.00% 11.56% 33.53%
32.16%

Color #AD9973 in popluar number systems.

HEX AD 99 73
Decimal 173 153 115
Binary 10101101 10011001 1110011
Octal 255 231 163

Shades and tints

Shades of #AD9973

#AD9973
(173,153,115)
#9E8C69
(158,140,105)
#8F7F5F
(143,127,95)
#807255
(128,114,85)
#71654B
(113,101,75)
#625841
(98,88,65)
#534B37
(83,75,55)
#443E2D
(68,62,45)
#353123
(53,49,35)
#262419
(38,36,25)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #AD9973

#AD9973
(173,153,115)
#B4A27F
(180,162,127)
#BBAB8B
(187,171,139)
#C2B497
(194,180,151)
#C9BDA3
(201,189,163)
#D0C6AF
(208,198,175)
#D7CFBB
(215,207,187)
#DED8C7
(222,216,199)
#E5E1D3
(229,225,211)
#ECEADF
(236,234,223)
#F3F3EB
(243,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9973 color. Also use rgb(173,153,115) instead hex code.

Text Font Color

.myTextColor { color: #AD9973; }

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

This text font color is #AD9973.

Background Color

.myBgColor { background-color: #AD9973; }

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

This div background color is #AD9973.

Border color

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

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

This div border color is #AD9973.

Opacity

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

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

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

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

This text has shadow with #AD9973 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9973.

Preview

Color preview on black background

This text has color #AD9973 on black background.


Color preview on white background

This text has color #AD9973 on white background.


Black color preview on #AD9973 background

This text has black color on #AD9973 background.


White color preview on #AD9973 background

This text has white color on #AD9973 background.


Related colors

Complementary color

Complementary color for #hex is #52668C.


I love getcolorcode.com

Triadic colors

1 #73AD99 and #9973AD with #AD9973 are triadic colors.

2 #7399AD and #99AD73 with #AD9973 are triadic colors.