COLOR #AD957C

HEX: #AD957C RGB: (173,149,124)

Color info

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

RGB color model

#AD957C color RGB value is (173,149,124).

RGB: (173,149,124) (68%, 58%, 49%)

RGB channels and saturation

R 173 of 255 = 68%
G 149 of 255 = 58%
B 124 of 255 = 49%

173
149
124

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

Portions of RGB colors in percentages

R + G + B = 173 + 149 + 124 = 446 (100%)
R 173 of 446 ~ 38.79%
G 149 of 446 ~ 33.41%
B 124 of 446 ~ 27.8'%

%38.79
%33.41
%27.8

CMYK color model

#AD957C color CMYK value is (0,14,28,32).

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

CMYK: (0,14,28,32)
C0M14Y28K32 (0%, 14%, 28%, 32%)
(0.00 / 0.14 / 0.28 / 0.32)

CMYK percentages

%0
%13.87
%28.32
%32.16

Codes

Color #AD957C in popluar color models

AD 95 7C
RGB 173 149 124
HSL 31° 23.00% 58.24%
HSB/HSV 31° 28.32% 67.84%
CMYK 0.00% 13.87% 28.32%
32.16%

Color #AD957C in popluar number systems.

HEX AD 95 7C
Decimal 173 149 124
Binary 10101101 10010101 1111100
Octal 255 225 174

Shades and tints

Shades of #AD957C

#AD957C
(173,149,124)
#9E8871
(158,136,113)
#8F7B66
(143,123,102)
#806E5B
(128,110,91)
#716150
(113,97,80)
#625445
(98,84,69)
#53473A
(83,71,58)
#443A2F
(68,58,47)
#352D24
(53,45,36)
#262019
(38,32,25)
#17130E
(23,19,14)
#000000
(0,0,0)

Tints of #AD957C

#AD957C
(173,149,124)
#B49E87
(180,158,135)
#BBA792
(187,167,146)
#C2B09D
(194,176,157)
#C9B9A8
(201,185,168)
#D0C2B3
(208,194,179)
#D7CBBE
(215,203,190)
#DED4C9
(222,212,201)
#E5DDD4
(229,221,212)
#ECE6DF
(236,230,223)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD957C; }

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

This text font color is #AD957C.

Background Color

.myBgColor { background-color: #AD957C; }

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

This div background color is #AD957C.

Border color

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

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

This div border color is #AD957C.

Opacity

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

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

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

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

This text has shadow with #AD957C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD957C.

Preview

Color preview on black background

This text has color #AD957C on black background.


Color preview on white background

This text has color #AD957C on white background.


Black color preview on #AD957C background

This text has black color on #AD957C background.


White color preview on #AD957C background

This text has white color on #AD957C background.


Related colors

Complementary color

Complementary color for #hex is #526A83.


I love getcolorcode.com

Triadic colors

1 #7CAD95 and #957CAD with #AD957C are triadic colors.

2 #7C95AD and #95AD7C with #AD957C are triadic colors.