COLOR #AD5A86

HEX: #AD5A86 RGB: (173,90,134)

Color info

#AD5A86 contains mainly red and blue colors. Web safe color of #AD5A86 is #996699 (or #969).

RGB color model

#AD5A86 color RGB value is (173,90,134).

RGB: (173,90,134) (68%, 35%, 53%)

RGB channels and saturation

R 173 of 255 = 68%
G 90 of 255 = 35%
B 134 of 255 = 53%

173
90
134

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

Portions of RGB colors in percentages

R + G + B = 173 + 90 + 134 = 397 (100%)
R 173 of 397 ~ 43.58%
G 90 of 397 ~ 22.67%
B 134 of 397 ~ 33.75'%

%43.58
%22.67
%33.75

CMYK color model

#AD5A86 color CMYK value is (0,48,23,32).

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

CMYK: (0,48,23,32)
C0M48Y23K32 (0%, 48%, 23%, 32%)
(0.00 / 0.48 / 0.23 / 0.32)

CMYK percentages

%0
%47.98
%22.54
%32.16

Codes

Color #AD5A86 in popluar color models

AD 5A 86
RGB 173 90 134
HSL 328° 33.60% 51.57%
HSB/HSV 328° 47.98% 67.84%
CMYK 0.00% 47.98% 22.54%
32.16%

Color #AD5A86 in popluar number systems.

HEX AD 5A 86
Decimal 173 90 134
Binary 10101101 1011010 10000110
Octal 255 132 206

Shades and tints

Shades of #AD5A86

#AD5A86
(173,90,134)
#9E527A
(158,82,122)
#8F4A6E
(143,74,110)
#804262
(128,66,98)
#713A56
(113,58,86)
#62324A
(98,50,74)
#532A3E
(83,42,62)
#442232
(68,34,50)
#351A26
(53,26,38)
#26121A
(38,18,26)
#170A0E
(23,10,14)
#000000
(0,0,0)

Tints of #AD5A86

#AD5A86
(173,90,134)
#B46991
(180,105,145)
#BB789C
(187,120,156)
#C287A7
(194,135,167)
#C996B2
(201,150,178)
#D0A5BD
(208,165,189)
#D7B4C8
(215,180,200)
#DEC3D3
(222,195,211)
#E5D2DE
(229,210,222)
#ECE1E9
(236,225,233)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD5A86; }

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

This text font color is #AD5A86.

Background Color

.myBgColor { background-color: #AD5A86; }

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

This div background color is #AD5A86.

Border color

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

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

This div border color is #AD5A86.

Opacity

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

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

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

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

This text has shadow with #AD5A86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD5A86.

Preview

Color preview on black background

This text has color #AD5A86 on black background.


Color preview on white background

This text has color #AD5A86 on white background.


Black color preview on #AD5A86 background

This text has black color on #AD5A86 background.


White color preview on #AD5A86 background

This text has white color on #AD5A86 background.


Related colors

Complementary color

Complementary color for #hex is #52A579.


I love getcolorcode.com

Triadic colors

1 #86AD5A and #5A86AD with #AD5A86 are triadic colors.

2 #865AAD and #5AAD86 with #AD5A86 are triadic colors.