COLOR #AD857D

HEX: #AD857D
RGB: (173,133,125)

Color info

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

RGB color model

#AD857D color RGB value is (173,133,125).

  • red value is 173;
  • green value is 133;
  • blue value is 125.
RGB:
(173,133,125)
(68%,52%,49%)

RGB channels and saturation

R 173 of 255 = 68%
G 133 of 255 = 52%
B 125 of 255 = 49%

173
133
125

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

Portions of RGB colors in percentages

R + G + B =
173 + 133 + 125 = 431 (100%)
R 173 of 431 ~ 40.14%
G 133 of 431 ~ 30.86%
B 125 of 431 ~ 29%

%40.14
%30.86
%29

CMYK color model

#AD857D color CMYK value is (0,23,28,32).

  • cyan value is 0.00%
  • magenta value is 23.12%
  • yellow value is 27.75%
  • key color value is 32.16%
CMYK:
(0,23,28,32)
C0M23Y28K32 
(0%,23%,28%,32%)
(0.00/0.23/0.28/0.32)	

CMYK percentages

%0
%23.12
%27.75
%32.16

Codes

Color #AD857D in popluar color models

AD857D
RGB173133125
HSL10°22.64%58.43%
HSB/HSV10°27.75%67.84%
CMYK0.00%23.12%27.75%
32.16%

Color #AD857D in popluar number systems.

HEXAD857D
Decimal173133125
Binary10101101100001011111101
Octal255205175

Shades and tints

Shades of #AD857D

#AD857D
(173,133,125)
#9E7972
(158,121,114)
#8F6D67
(143,109,103)
#80615C
(128,97,92)
#715551
(113,85,81)
#624946
(98,73,70)
#533D3B
(83,61,59)
#443130
(68,49,48)
#352525
(53,37,37)
#26191A
(38,25,26)
#170D0F
(23,13,15)
#000000
(0,0,0)

Tints of #AD857D

#AD857D
(173,133,125)
#B49088
(180,144,136)
#BB9B93
(187,155,147)
#C2A69E
(194,166,158)
#C9B1A9
(201,177,169)
#D0BCB4
(208,188,180)
#D7C7BF
(215,199,191)
#DED2CA
(222,210,202)
#E5DDD5
(229,221,213)
#ECE8E0
(236,232,224)
#F3F3EB
(243,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD857D color. Also use rgb(173,133,125) instead hex code.

Text Font Color

.myTextColor { color: #AD857D; }

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

This text font color is #AD857D.


Background Color

.myBgColor { background-color: #AD857D; }

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

This div background color is #AD857D.


Border color

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

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

This div border color is #AD857D.


Opacity

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

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

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

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

This text has shadow with #AD857D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD857D on black background.


Color preview on white background

This text has color #AD857D on white background.



Black color preview on #AD857D background

This text has black color on #AD857D background.


White color preview on #AD857D background

This text has white color on #AD857D background.