COLOR #AD7187

HEX: #AD7187 RGB: (173,113,135)

Color info

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

RGB color model

#AD7187 color RGB value is (173,113,135).

RGB: (173,113,135) (68%, 44%, 53%)

RGB channels and saturation

R 173 of 255 = 68%
G 113 of 255 = 44%
B 135 of 255 = 53%

173
113
135

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

Portions of RGB colors in percentages

R + G + B = 173 + 113 + 135 = 421 (100%)
R 173 of 421 ~ 41.09%
G 113 of 421 ~ 26.84%
B 135 of 421 ~ 32.07'%

%41.09
%26.84
%32.07

CMYK color model

#AD7187 color CMYK value is (0,35,22,32).

  • cyan value is 0.00%
  • magenta value is 34.68%
  • yellow value is 21.97%
  • key color value is 32.16%

CMYK: (0,35,22,32)
C0M35Y22K32 (0%, 35%, 22%, 32%)
(0.00 / 0.35 / 0.22 / 0.32)

CMYK percentages

%0
%34.68
%21.97
%32.16

Codes

Color #AD7187 in popluar color models

AD 71 87
RGB 173 113 135
HSL 338° 26.79% 56.08%
HSB/HSV 338° 34.68% 67.84%
CMYK 0.00% 34.68% 21.97%
32.16%

Color #AD7187 in popluar number systems.

HEX AD 71 87
Decimal 173 113 135
Binary 10101101 1110001 10000111
Octal 255 161 207

Shades and tints

Shades of #AD7187

#AD7187
(173,113,135)
#9E677B
(158,103,123)
#8F5D6F
(143,93,111)
#805363
(128,83,99)
#714957
(113,73,87)
#623F4B
(98,63,75)
#53353F
(83,53,63)
#442B33
(68,43,51)
#352127
(53,33,39)
#26171B
(38,23,27)
#170D0F
(23,13,15)
#000000
(0,0,0)

Tints of #AD7187

#AD7187
(173,113,135)
#B47D91
(180,125,145)
#BB899B
(187,137,155)
#C295A5
(194,149,165)
#C9A1AF
(201,161,175)
#D0ADB9
(208,173,185)
#D7B9C3
(215,185,195)
#DEC5CD
(222,197,205)
#E5D1D7
(229,209,215)
#ECDDE1
(236,221,225)
#F3E9EB
(243,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7187 color. Also use rgb(173,113,135) instead hex code.

Text Font Color

.myTextColor { color: #AD7187; }

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

This text font color is #AD7187.

Background Color

.myBgColor { background-color: #AD7187; }

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

This div background color is #AD7187.

Border color

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

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

This div border color is #AD7187.

Opacity

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

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

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

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

This text has shadow with #AD7187 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7187.

Preview

Color preview on black background

This text has color #AD7187 on black background.


Color preview on white background

This text has color #AD7187 on white background.


Black color preview on #AD7187 background

This text has black color on #AD7187 background.


White color preview on #AD7187 background

This text has white color on #AD7187 background.


Related colors

Complementary color

Complementary color for #hex is #528E78.


I love getcolorcode.com

Triadic colors

1 #87AD71 and #7187AD with #AD7187 are triadic colors.

2 #8771AD and #71AD87 with #AD7187 are triadic colors.