COLOR #AD859F

HEX: #AD859F RGB: (173,133,159)

Color info

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

RGB color model

#AD859F color RGB value is (173,133,159).

RGB: (173,133,159) (68%, 52%, 62%)

RGB channels and saturation

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

173
133
159

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

Portions of RGB colors in percentages

R + G + B = 173 + 133 + 159 = 465 (100%)
R 173 of 465 ~ 37.2%
G 133 of 465 ~ 28.6%
B 159 of 465 ~ 34.19'%

%37.2
%28.6
%34.19

CMYK color model

#AD859F color CMYK value is (0,23,8,32).

  • cyan value is 0.00%
  • magenta value is 23.12%
  • yellow value is 8.09%
  • key color value is 32.16%
CMYK: (0,23,8,32) C0M23Y8K32 (0%,23%,8%,32%) (0.00/0.23/0.08/0.32) 

CMYK percentages

%0
%23.12
%8.09
%32.16

Codes

Color #AD859F in popluar color models

AD 85 9F
RGB 173 133 159
HSL 321° 19.61% 60.00%
HSB/HSV 321° 23.12% 67.84%
CMYK 0.00% 23.12% 8.09%
32.16%

Color #AD859F in popluar number systems.

HEX AD 85 9F
Decimal 173 133 159
Binary 10101101 10000101 10011111
Octal 255 205 237

Shades and tints

Shades of #AD859F

#AD859F
(173,133,159)
#9E7991
(158,121,145)
#8F6D83
(143,109,131)
#806175
(128,97,117)
#715567
(113,85,103)
#624959
(98,73,89)
#533D4B
(83,61,75)
#44313D
(68,49,61)
#35252F
(53,37,47)
#261921
(38,25,33)
#170D13
(23,13,19)
#000000
(0,0,0)

Tints of #AD859F

#AD859F
(173,133,159)
#B490A7
(180,144,167)
#BB9BAF
(187,155,175)
#C2A6B7
(194,166,183)
#C9B1BF
(201,177,191)
#D0BCC7
(208,188,199)
#D7C7CF
(215,199,207)
#DED2D7
(222,210,215)
#E5DDDF
(229,221,223)
#ECE8E7
(236,232,231)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD859F; }

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

This text font color is #AD859F.

Background Color

.myBgColor { background-color: #AD859F; }

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

This div background color is #AD859F.

Border color

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

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

This div border color is #AD859F.

Opacity

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

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

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

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

This text has shadow with #AD859F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD859F.

Preview

Color preview on black background

This text has color #AD859F on black background.


Color preview on white background

This text has color #AD859F on white background.


Black color preview on #AD859F background

This text has black color on #AD859F background.


White color preview on #AD859F background

This text has white color on #AD859F background.


Related colors

Complementary color

Complementary color for #hex is #527A60.


I love getcolorcode.com

Triadic colors

1 #9FAD85 and #859FAD with #AD859F are triadic colors.

2 #9F85AD and #85AD9F with #AD859F are triadic colors.