COLOR #AD7188

HEX: #AD7188 RGB: (173,113,136)

Color info

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

RGB color model

#AD7188 color RGB value is (173,113,136).

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

RGB channels and saturation

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

173
113
136

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

Portions of RGB colors in percentages

R + G + B = 173 + 113 + 136 = 422 (100%)
R 173 of 422 ~ 41%
G 113 of 422 ~ 26.78%
B 136 of 422 ~ 32.23'%

%41
%26.78
%32.23

CMYK color model

#AD7188 color CMYK value is (0,35,21,32).

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

CMYK: (0,35,21,32)
C0M35Y21K32 (0%, 35%, 21%, 32%)
(0.00 / 0.35 / 0.21 / 0.32)

CMYK percentages

%0
%34.68
%21.39
%32.16

Codes

Color #AD7188 in popluar color models

AD 71 88
RGB 173 113 136
HSL 337° 26.79% 56.08%
HSB/HSV 337° 34.68% 67.84%
CMYK 0.00% 34.68% 21.39%
32.16%

Color #AD7188 in popluar number systems.

HEX AD 71 88
Decimal 173 113 136
Binary 10101101 1110001 10001000
Octal 255 161 210

Shades and tints

Shades of #AD7188

#AD7188
(173,113,136)
#9E677C
(158,103,124)
#8F5D70
(143,93,112)
#805364
(128,83,100)
#714958
(113,73,88)
#623F4C
(98,63,76)
#533540
(83,53,64)
#442B34
(68,43,52)
#352128
(53,33,40)
#26171C
(38,23,28)
#170D10
(23,13,16)
#000000
(0,0,0)

Tints of #AD7188

#AD7188
(173,113,136)
#B47D92
(180,125,146)
#BB899C
(187,137,156)
#C295A6
(194,149,166)
#C9A1B0
(201,161,176)
#D0ADBA
(208,173,186)
#D7B9C4
(215,185,196)
#DEC5CE
(222,197,206)
#E5D1D8
(229,209,216)
#ECDDE2
(236,221,226)
#F3E9EC
(243,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7188; }

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

This text font color is #AD7188.

Background Color

.myBgColor { background-color: #AD7188; }

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

This div background color is #AD7188.

Border color

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

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

This div border color is #AD7188.

Opacity

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

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

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

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

This text has shadow with #AD7188 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7188.

Preview

Color preview on black background

This text has color #AD7188 on black background.


Color preview on white background

This text has color #AD7188 on white background.


Black color preview on #AD7188 background

This text has black color on #AD7188 background.


White color preview on #AD7188 background

This text has white color on #AD7188 background.


Related colors

Complementary color

Complementary color for #hex is #528E77.


I love getcolorcode.com

Triadic colors

1 #88AD71 and #7188AD with #AD7188 are triadic colors.

2 #8871AD and #71AD88 with #AD7188 are triadic colors.