COLOR #AD868D

HEX: #AD868D RGB: (173,134,141)

Color info

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

RGB color model

#AD868D color RGB value is (173,134,141).

RGB: (173,134,141) (68%, 53%, 55%)

RGB channels and saturation

R 173 of 255 = 68%
G 134 of 255 = 53%
B 141 of 255 = 55%

173
134
141

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

Portions of RGB colors in percentages

R + G + B = 173 + 134 + 141 = 448 (100%)
R 173 of 448 ~ 38.62%
G 134 of 448 ~ 29.91%
B 141 of 448 ~ 31.47'%

%38.62
%29.91
%31.47

CMYK color model

#AD868D color CMYK value is (0,23,18,32).

  • cyan value is 0.00%
  • magenta value is 22.54%
  • yellow value is 18.50%
  • key color value is 32.16%

CMYK: (0,23,18,32)
C0M23Y18K32 (0%, 23%, 18%, 32%)
(0.00 / 0.23 / 0.18 / 0.32)

CMYK percentages

%0
%22.54
%18.5
%32.16

Codes

Color #AD868D in popluar color models

AD 86 8D
RGB 173 134 141
HSL 349° 19.21% 60.20%
HSB/HSV 349° 22.54% 67.84%
CMYK 0.00% 22.54% 18.50%
32.16%

Color #AD868D in popluar number systems.

HEX AD 86 8D
Decimal 173 134 141
Binary 10101101 10000110 10001101
Octal 255 206 215

Shades and tints

Shades of #AD868D

#AD868D
(173,134,141)
#9E7A81
(158,122,129)
#8F6E75
(143,110,117)
#806269
(128,98,105)
#71565D
(113,86,93)
#624A51
(98,74,81)
#533E45
(83,62,69)
#443239
(68,50,57)
#35262D
(53,38,45)
#261A21
(38,26,33)
#170E15
(23,14,21)
#000000
(0,0,0)

Tints of #AD868D

#AD868D
(173,134,141)
#B49197
(180,145,151)
#BB9CA1
(187,156,161)
#C2A7AB
(194,167,171)
#C9B2B5
(201,178,181)
#D0BDBF
(208,189,191)
#D7C8C9
(215,200,201)
#DED3D3
(222,211,211)
#E5DEDD
(229,222,221)
#ECE9E7
(236,233,231)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD868D; }

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

This text font color is #AD868D.

Background Color

.myBgColor { background-color: #AD868D; }

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

This div background color is #AD868D.

Border color

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

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

This div border color is #AD868D.

Opacity

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

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

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

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

This text has shadow with #AD868D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD868D.

Preview

Color preview on black background

This text has color #AD868D on black background.


Color preview on white background

This text has color #AD868D on white background.


Black color preview on #AD868D background

This text has black color on #AD868D background.


White color preview on #AD868D background

This text has white color on #AD868D background.


Related colors

Complementary color

Complementary color for #hex is #527972.


I love getcolorcode.com

Triadic colors

1 #8DAD86 and #868DAD with #AD868D are triadic colors.

2 #8D86AD and #86AD8D with #AD868D are triadic colors.