COLOR #AD9970

HEX: #AD9970 RGB: (173,153,112)

Color info

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

RGB color model

#AD9970 color RGB value is (173,153,112).

RGB: (173,153,112) (68%, 60%, 44%)

RGB channels and saturation

R 173 of 255 = 68%
G 153 of 255 = 60%
B 112 of 255 = 44%

173
153
112

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

Portions of RGB colors in percentages

R + G + B = 173 + 153 + 112 = 438 (100%)
R 173 of 438 ~ 39.5%
G 153 of 438 ~ 34.93%
B 112 of 438 ~ 25.57'%

%39.5
%34.93
%25.57

CMYK color model

#AD9970 color CMYK value is (0,12,35,32).

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

CMYK: (0,12,35,32)
C0M12Y35K32 (0%, 12%, 35%, 32%)
(0.00 / 0.12 / 0.35 / 0.32)

CMYK percentages

%0
%11.56
%35.26
%32.16

Codes

Color #AD9970 in popluar color models

AD 99 70
RGB 173 153 112
HSL 40° 27.11% 55.88%
HSB/HSV 40° 35.26% 67.84%
CMYK 0.00% 11.56% 35.26%
32.16%

Color #AD9970 in popluar number systems.

HEX AD 99 70
Decimal 173 153 112
Binary 10101101 10011001 1110000
Octal 255 231 160

Shades and tints

Shades of #AD9970

#AD9970
(173,153,112)
#9E8C66
(158,140,102)
#8F7F5C
(143,127,92)
#807252
(128,114,82)
#716548
(113,101,72)
#62583E
(98,88,62)
#534B34
(83,75,52)
#443E2A
(68,62,42)
#353120
(53,49,32)
#262416
(38,36,22)
#17170C
(23,23,12)
#000000
(0,0,0)

Tints of #AD9970

#AD9970
(173,153,112)
#B4A27D
(180,162,125)
#BBAB8A
(187,171,138)
#C2B497
(194,180,151)
#C9BDA4
(201,189,164)
#D0C6B1
(208,198,177)
#D7CFBE
(215,207,190)
#DED8CB
(222,216,203)
#E5E1D8
(229,225,216)
#ECEAE5
(236,234,229)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9970; }

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

This text font color is #AD9970.

Background Color

.myBgColor { background-color: #AD9970; }

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

This div background color is #AD9970.

Border color

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

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

This div border color is #AD9970.

Opacity

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

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

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

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

This text has shadow with #AD9970 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9970.

Preview

Color preview on black background

This text has color #AD9970 on black background.


Color preview on white background

This text has color #AD9970 on white background.


Black color preview on #AD9970 background

This text has black color on #AD9970 background.


White color preview on #AD9970 background

This text has white color on #AD9970 background.


Related colors

Complementary color

Complementary color for #hex is #52668F.


I love getcolorcode.com

Triadic colors

1 #70AD99 and #9970AD with #AD9970 are triadic colors.

2 #7099AD and #99AD70 with #AD9970 are triadic colors.