COLOR #AD868F

HEX: #AD868F RGB: (173,134,143)

Color info

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

RGB color model

#AD868F color RGB value is (173,134,143).

RGB: (173,134,143) (68%, 53%, 56%)

RGB channels and saturation

R 173 of 255 = 68%
G 134 of 255 = 53%
B 143 of 255 = 56%

173
134
143

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

Portions of RGB colors in percentages

R + G + B = 173 + 134 + 143 = 450 (100%)
R 173 of 450 ~ 38.44%
G 134 of 450 ~ 29.78%
B 143 of 450 ~ 31.78'%

%38.44
%29.78
%31.78

CMYK color model

#AD868F color CMYK value is (0,23,17,32).

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

CMYK: (0,23,17,32)
C0M23Y17K32 (0%, 23%, 17%, 32%)
(0.00 / 0.23 / 0.17 / 0.32)

CMYK percentages

%0
%22.54
%17.34
%32.16

Codes

Color #AD868F in popluar color models

AD 86 8F
RGB 173 134 143
HSL 346° 19.21% 60.20%
HSB/HSV 346° 22.54% 67.84%
CMYK 0.00% 22.54% 17.34%
32.16%

Color #AD868F in popluar number systems.

HEX AD 86 8F
Decimal 173 134 143
Binary 10101101 10000110 10001111
Octal 255 206 217

Shades and tints

Shades of #AD868F

#AD868F
(173,134,143)
#9E7A82
(158,122,130)
#8F6E75
(143,110,117)
#806268
(128,98,104)
#71565B
(113,86,91)
#624A4E
(98,74,78)
#533E41
(83,62,65)
#443234
(68,50,52)
#352627
(53,38,39)
#261A1A
(38,26,26)
#170E0D
(23,14,13)
#000000
(0,0,0)

Tints of #AD868F

#AD868F
(173,134,143)
#B49199
(180,145,153)
#BB9CA3
(187,156,163)
#C2A7AD
(194,167,173)
#C9B2B7
(201,178,183)
#D0BDC1
(208,189,193)
#D7C8CB
(215,200,203)
#DED3D5
(222,211,213)
#E5DEDF
(229,222,223)
#ECE9E9
(236,233,233)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD868F; }

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

This text font color is #AD868F.

Background Color

.myBgColor { background-color: #AD868F; }

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

This div background color is #AD868F.

Border color

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

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

This div border color is #AD868F.

Opacity

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

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

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

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

This text has shadow with #AD868F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD868F.

Preview

Color preview on black background

This text has color #AD868F on black background.


Color preview on white background

This text has color #AD868F on white background.


Black color preview on #AD868F background

This text has black color on #AD868F background.


White color preview on #AD868F background

This text has white color on #AD868F background.


Related colors

Complementary color

Complementary color for #hex is #527970.


I love getcolorcode.com

Triadic colors

1 #8FAD86 and #868FAD with #AD868F are triadic colors.

2 #8F86AD and #86AD8F with #AD868F are triadic colors.