COLOR #AD86AF

HEX: #AD86AF RGB: (173,134,175)

Color info

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

RGB color model

#AD86AF color RGB value is (173,134,175).

RGB: (173,134,175) (68%, 53%, 69%)

RGB channels and saturation

R 173 of 255 = 68%
G 134 of 255 = 53%
B 175 of 255 = 69%

173
134
175

R + G + B ~ 63%. #AD86AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 134 + 175 = 482 (100%)
R 173 of 482 ~ 35.89%
G 134 of 482 ~ 27.8%
B 175 of 482 ~ 36.31'%

%35.89
%27.8
%36.31

CMYK color model

#AD86AF color CMYK value is (1,23,0,31).

  • cyan value is 1.14%
  • magenta value is 23.43%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (1,23,0,31)
C1M23Y0K31 (1%, 23%, 0%, 31%)
(0.01 / 0.23 / 0.00 / 0.31)

CMYK percentages

%1.14
%23.43
%0
%31.37

Codes

Color #AD86AF in popluar color models

AD 86 AF
RGB 173 134 175
HSL 297° 20.40% 60.59%
HSB/HSV 297° 23.43% 68.63%
CMYK 1.14% 23.43% 0.00%
31.37%

Color #AD86AF in popluar number systems.

HEX AD 86 AF
Decimal 173 134 175
Binary 10101101 10000110 10101111
Octal 255 206 257

Shades and tints

Shades of #AD86AF

#AD86AF
(173,134,175)
#9E7AA0
(158,122,160)
#8F6E91
(143,110,145)
#806282
(128,98,130)
#715673
(113,86,115)
#624A64
(98,74,100)
#533E55
(83,62,85)
#443246
(68,50,70)
#352637
(53,38,55)
#261A28
(38,26,40)
#170E19
(23,14,25)
#000000
(0,0,0)

Tints of #AD86AF

#AD86AF
(173,134,175)
#B491B6
(180,145,182)
#BB9CBD
(187,156,189)
#C2A7C4
(194,167,196)
#C9B2CB
(201,178,203)
#D0BDD2
(208,189,210)
#D7C8D9
(215,200,217)
#DED3E0
(222,211,224)
#E5DEE7
(229,222,231)
#ECE9EE
(236,233,238)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD86AF; }

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

This text font color is #AD86AF.

Background Color

.myBgColor { background-color: #AD86AF; }

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

This div background color is #AD86AF.

Border color

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

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

This div border color is #AD86AF.

Opacity

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

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

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

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

This text has shadow with #AD86AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD86AF.

Preview

Color preview on black background

This text has color #AD86AF on black background.


Color preview on white background

This text has color #AD86AF on white background.


Black color preview on #AD86AF background

This text has black color on #AD86AF background.


White color preview on #AD86AF background

This text has white color on #AD86AF background.


Related colors

Complementary color

Complementary color for #hex is #527950.


I love getcolorcode.com

Triadic colors

1 #AFAD86 and #86AFAD with #AD86AF are triadic colors.

2 #AF86AD and #86ADAF with #AD86AF are triadic colors.