COLOR #AD859D

HEX: #AD859D
RGB: (173,133,157)

Color info

#AD859D contains red, green and blue colors in about the same proportion. Web safe color of #AD859D is #999999 (or #999).

RGB color model

#AD859D color RGB value is (173,133,157).

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

RGB channels and saturation

R 173 of 255 = 68%
G 133 of 255 = 52%
B 157 of 255 = 62%

173
133
157

R + G + B ~ 61%. #AD859D is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 133 + 157 = 463 (100%)
R 173 of 463 ~ 37.37%
G 133 of 463 ~ 28.73%
B 157 of 463 ~ 33.91%

%37.37
%28.73
%33.91

CMYK color model

#AD859D color CMYK value is (0,23,9,32).

  • cyan value is 0.00%
  • magenta value is 23.12%
  • yellow value is 9.25%
  • key color value is 32.16%
CMYK:
(0,23,9,32)
C0M23Y9K32 
(0%,23%,9%,32%)
(0.00/0.23/0.09/0.32)	

CMYK percentages

%0
%23.12
%9.25
%32.16

Codes

Color #AD859D in popluar color models

AD859D
RGB173133157
HSL324°19.61%60.00%
HSB/HSV324°23.12%67.84%
CMYK0.00%23.12%9.25%
32.16%

Color #AD859D in popluar number systems.

HEXAD859D
Decimal173133157
Binary101011011000010110011101
Octal255205235

Shades and tints

Shades of #AD859D

#AD859D
(173,133,157)
#9E798F
(158,121,143)
#8F6D81
(143,109,129)
#806173
(128,97,115)
#715565
(113,85,101)
#624957
(98,73,87)
#533D49
(83,61,73)
#44313B
(68,49,59)
#35252D
(53,37,45)
#26191F
(38,25,31)
#170D11
(23,13,17)
#000000
(0,0,0)

Tints of #AD859D

#AD859D
(173,133,157)
#B490A5
(180,144,165)
#BB9BAD
(187,155,173)
#C2A6B5
(194,166,181)
#C9B1BD
(201,177,189)
#D0BCC5
(208,188,197)
#D7C7CD
(215,199,205)
#DED2D5
(222,210,213)
#E5DDDD
(229,221,221)
#ECE8E5
(236,232,229)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD859D; }

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

This text font color is #AD859D.


Background Color

.myBgColor { background-color: #AD859D; }

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

This div background color is #AD859D.


Border color

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

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

This div border color is #AD859D.


Opacity

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

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

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

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

This text has shadow with #AD859D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD859D on black background.


Color preview on white background

This text has color #AD859D on white background.



Black color preview on #AD859D background

This text has black color on #AD859D background.


White color preview on #AD859D background

This text has white color on #AD859D background.