COLOR #AD8191

HEX: #AD8191
RGB: (173,129,145)

Color info

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

RGB color model

#AD8191 color RGB value is (173,129,145).

  • red value is 173;
  • green value is 129;
  • blue value is 145.
RGB:
(173,129,145)
(68%,51%,57%)

RGB channels and saturation

R 173 of 255 = 68%
G 129 of 255 = 51%
B 145 of 255 = 57%

173
129
145

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

Portions of RGB colors in percentages

R + G + B =
173 + 129 + 145 = 447 (100%)
R 173 of 447 ~ 38.7%
G 129 of 447 ~ 28.86%
B 145 of 447 ~ 32.44%

%38.7
%28.86
%32.44

CMYK color model

#AD8191 color CMYK value is (0,25,16,32).

  • cyan value is 0.00%
  • magenta value is 25.43%
  • yellow value is 16.18%
  • key color value is 32.16%
CMYK:
(0,25,16,32)
C0M25Y16K32 
(0%,25%,16%,32%)
(0.00/0.25/0.16/0.32)	

CMYK percentages

%0
%25.43
%16.18
%32.16

Codes

Color #AD8191 in popluar color models

AD8191
RGB173129145
HSL338°21.15%59.22%
HSB/HSV338°25.43%67.84%
CMYK0.00%25.43%16.18%
32.16%

Color #AD8191 in popluar number systems.

HEXAD8191
Decimal173129145
Binary101011011000000110010001
Octal255201221

Shades and tints

Shades of #AD8191

#AD8191
(173,129,145)
#9E7684
(158,118,132)
#8F6B77
(143,107,119)
#80606A
(128,96,106)
#71555D
(113,85,93)
#624A50
(98,74,80)
#533F43
(83,63,67)
#443436
(68,52,54)
#352929
(53,41,41)
#261E1C
(38,30,28)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #AD8191

#AD8191
(173,129,145)
#B48C9B
(180,140,155)
#BB97A5
(187,151,165)
#C2A2AF
(194,162,175)
#C9ADB9
(201,173,185)
#D0B8C3
(208,184,195)
#D7C3CD
(215,195,205)
#DECED7
(222,206,215)
#E5D9E1
(229,217,225)
#ECE4EB
(236,228,235)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8191 color. Also use rgb(173,129,145) instead hex code.

Text Font Color

.myTextColor { color: #AD8191; }

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

This text font color is #AD8191.


Background Color

.myBgColor { background-color: #AD8191; }

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

This div background color is #AD8191.


Border color

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

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

This div border color is #AD8191.


Opacity

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

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

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

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

This text has shadow with #AD8191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8191 on black background.


Color preview on white background

This text has color #AD8191 on white background.



Black color preview on #AD8191 background

This text has black color on #AD8191 background.


White color preview on #AD8191 background

This text has white color on #AD8191 background.