COLOR #AD86A2

HEX: #AD86A2 RGB: (173,134,162)

Color info

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

RGB color model

#AD86A2 color RGB value is (173,134,162).

RGB: (173,134,162) (68%, 53%, 64%)

RGB channels and saturation

R 173 of 255 = 68%
G 134 of 255 = 53%
B 162 of 255 = 64%

173
134
162

R + G + B ~ 62%. #AD86A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 134 + 162 = 469 (100%)
R 173 of 469 ~ 36.89%
G 134 of 469 ~ 28.57%
B 162 of 469 ~ 34.54'%

%36.89
%28.57
%34.54

CMYK color model

#AD86A2 color CMYK value is (0,23,6,32).

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

CMYK: (0,23,6,32)
C0M23Y6K32 (0%, 23%, 6%, 32%)
(0.00 / 0.23 / 0.06 / 0.32)

CMYK percentages

%0
%22.54
%6.36
%32.16

Codes

Color #AD86A2 in popluar color models

AD 86 A2
RGB 173 134 162
HSL 317° 19.21% 60.20%
HSB/HSV 317° 22.54% 67.84%
CMYK 0.00% 22.54% 6.36%
32.16%

Color #AD86A2 in popluar number systems.

HEX AD 86 A2
Decimal 173 134 162
Binary 10101101 10000110 10100010
Octal 255 206 242

Shades and tints

Shades of #AD86A2

#AD86A2
(173,134,162)
#9E7A94
(158,122,148)
#8F6E86
(143,110,134)
#806278
(128,98,120)
#71566A
(113,86,106)
#624A5C
(98,74,92)
#533E4E
(83,62,78)
#443240
(68,50,64)
#352632
(53,38,50)
#261A24
(38,26,36)
#170E16
(23,14,22)
#000000
(0,0,0)

Tints of #AD86A2

#AD86A2
(173,134,162)
#B491AA
(180,145,170)
#BB9CB2
(187,156,178)
#C2A7BA
(194,167,186)
#C9B2C2
(201,178,194)
#D0BDCA
(208,189,202)
#D7C8D2
(215,200,210)
#DED3DA
(222,211,218)
#E5DEE2
(229,222,226)
#ECE9EA
(236,233,234)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD86A2; }

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

This text font color is #AD86A2.

Background Color

.myBgColor { background-color: #AD86A2; }

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

This div background color is #AD86A2.

Border color

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

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

This div border color is #AD86A2.

Opacity

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

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

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

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

This text has shadow with #AD86A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD86A2.

Preview

Color preview on black background

This text has color #AD86A2 on black background.


Color preview on white background

This text has color #AD86A2 on white background.


Black color preview on #AD86A2 background

This text has black color on #AD86A2 background.


White color preview on #AD86A2 background

This text has white color on #AD86A2 background.


Related colors

Complementary color

Complementary color for #hex is #52795D.


I love getcolorcode.com

Triadic colors

1 #A2AD86 and #86A2AD with #AD86A2 are triadic colors.

2 #A286AD and #86ADA2 with #AD86A2 are triadic colors.