COLOR #AD869D

HEX: #AD869D RGB: (173,134,157)

Color info

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

RGB color model

#AD869D color RGB value is (173,134,157).

RGB: (173,134,157) (68%, 53%, 62%)

RGB channels and saturation

R 173 of 255 = 68%
G 134 of 255 = 53%
B 157 of 255 = 62%

173
134
157

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

Portions of RGB colors in percentages

R + G + B = 173 + 134 + 157 = 464 (100%)
R 173 of 464 ~ 37.28%
G 134 of 464 ~ 28.88%
B 157 of 464 ~ 33.84'%

%37.28
%28.88
%33.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.54%
  • 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
%22.54
%9.25
%32.16

Codes

Color #AD869D in popluar color models

AD 86 9D
RGB 173 134 157
HSL 325° 19.21% 60.20%
HSB/HSV 325° 22.54% 67.84%
CMYK 0.00% 22.54% 9.25%
32.16%

Color #AD869D in popluar number systems.

HEX AD 86 9D
Decimal 173 134 157
Binary 10101101 10000110 10011101
Octal 255 206 235

Shades and tints

Shades of #AD869D

#AD869D
(173,134,157)
#9E7A8F
(158,122,143)
#8F6E81
(143,110,129)
#806273
(128,98,115)
#715665
(113,86,101)
#624A57
(98,74,87)
#533E49
(83,62,73)
#44323B
(68,50,59)
#35262D
(53,38,45)
#261A1F
(38,26,31)
#170E11
(23,14,17)
#000000
(0,0,0)

Tints of #AD869D

#AD869D
(173,134,157)
#B491A5
(180,145,165)
#BB9CAD
(187,156,173)
#C2A7B5
(194,167,181)
#C9B2BD
(201,178,189)
#D0BDC5
(208,189,197)
#D7C8CD
(215,200,205)
#DED3D5
(222,211,213)
#E5DEDD
(229,222,221)
#ECE9E5
(236,233,229)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD869D; }

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

This text font color is #AD869D.

Background Color

.myBgColor { background-color: #AD869D; }

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

This div background color is #AD869D.

Border color

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

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

This div border color is #AD869D.

Opacity

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

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

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

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

This text has shadow with #AD869D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD869D.

Preview

Color preview on black background

This text has color #AD869D on black background.


Color preview on white background

This text has color #AD869D on white background.


Black color preview on #AD869D background

This text has black color on #AD869D background.


White color preview on #AD869D background

This text has white color on #AD869D background.


Related colors

Complementary color

Complementary color for #hex is #527962.


I love getcolorcode.com

Triadic colors

1 #9DAD86 and #869DAD with #AD869D are triadic colors.

2 #9D86AD and #86AD9D with #AD869D are triadic colors.