COLOR #AD997C

HEX: #AD997C RGB: (173,153,124)

Color info

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

RGB color model

#AD997C color RGB value is (173,153,124).

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

RGB channels and saturation

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

173
153
124

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

Portions of RGB colors in percentages

R + G + B = 173 + 153 + 124 = 450 (100%)
R 173 of 450 ~ 38.44%
G 153 of 450 ~ 34%
B 124 of 450 ~ 27.56'%

%38.44
%34
%27.56

CMYK color model

#AD997C color CMYK value is (0,12,28,32).

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

CMYK: (0,12,28,32)
C0M12Y28K32 (0%, 12%, 28%, 32%)
(0.00 / 0.12 / 0.28 / 0.32)

CMYK percentages

%0
%11.56
%28.32
%32.16

Codes

Color #AD997C in popluar color models

AD 99 7C
RGB 173 153 124
HSL 36° 23.00% 58.24%
HSB/HSV 36° 28.32% 67.84%
CMYK 0.00% 11.56% 28.32%
32.16%

Color #AD997C in popluar number systems.

HEX AD 99 7C
Decimal 173 153 124
Binary 10101101 10011001 1111100
Octal 255 231 174

Shades and tints

Shades of #AD997C

#AD997C
(173,153,124)
#9E8C71
(158,140,113)
#8F7F66
(143,127,102)
#80725B
(128,114,91)
#716550
(113,101,80)
#625845
(98,88,69)
#534B3A
(83,75,58)
#443E2F
(68,62,47)
#353124
(53,49,36)
#262419
(38,36,25)
#17170E
(23,23,14)
#000000
(0,0,0)

Tints of #AD997C

#AD997C
(173,153,124)
#B4A287
(180,162,135)
#BBAB92
(187,171,146)
#C2B49D
(194,180,157)
#C9BDA8
(201,189,168)
#D0C6B3
(208,198,179)
#D7CFBE
(215,207,190)
#DED8C9
(222,216,201)
#E5E1D4
(229,225,212)
#ECEADF
(236,234,223)
#F3F3EA
(243,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD997C; }

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

This text font color is #AD997C.

Background Color

.myBgColor { background-color: #AD997C; }

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

This div background color is #AD997C.

Border color

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

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

This div border color is #AD997C.

Opacity

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

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

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

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

This text has shadow with #AD997C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD997C.

Preview

Color preview on black background

This text has color #AD997C on black background.


Color preview on white background

This text has color #AD997C on white background.


Black color preview on #AD997C background

This text has black color on #AD997C background.


White color preview on #AD997C background

This text has white color on #AD997C background.


Related colors

Complementary color

Complementary color for #hex is #526683.


I love getcolorcode.com

Triadic colors

1 #7CAD99 and #997CAD with #AD997C are triadic colors.

2 #7C99AD and #99AD7C with #AD997C are triadic colors.