COLOR #AD8591

HEX: #AD8591
RGB: (173,133,145)

Color info

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

RGB color model

#AD8591 color RGB value is (173,133,145).

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

RGB channels and saturation

R 173 of 255 = 68%
G 133 of 255 = 52%
B 145 of 255 = 57%

173
133
145

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

Portions of RGB colors in percentages

R + G + B =
173 + 133 + 145 = 451 (100%)
R 173 of 451 ~ 38.36%
G 133 of 451 ~ 29.49%
B 145 of 451 ~ 32.15%

%38.36
%29.49
%32.15

CMYK color model

#AD8591 color CMYK value is (0,23,16,32).

  • cyan value is 0.00%
  • magenta value is 23.12%
  • yellow value is 16.18%
  • key color value is 32.16%
CMYK:
(0,23,16,32)
C0M23Y16K32 
(0%,23%,16%,32%)
(0.00/0.23/0.16/0.32)	

CMYK percentages

%0
%23.12
%16.18
%32.16

Codes

Color #AD8591 in popluar color models

AD8591
RGB173133145
HSL342°19.61%60.00%
HSB/HSV342°23.12%67.84%
CMYK0.00%23.12%16.18%
32.16%

Color #AD8591 in popluar number systems.

HEXAD8591
Decimal173133145
Binary101011011000010110010001
Octal255205221

Shades and tints

Shades of #AD8591

#AD8591
(173,133,145)
#9E7984
(158,121,132)
#8F6D77
(143,109,119)
#80616A
(128,97,106)
#71555D
(113,85,93)
#624950
(98,73,80)
#533D43
(83,61,67)
#443136
(68,49,54)
#352529
(53,37,41)
#26191C
(38,25,28)
#170D0F
(23,13,15)
#000000
(0,0,0)

Tints of #AD8591

#AD8591
(173,133,145)
#B4909B
(180,144,155)
#BB9BA5
(187,155,165)
#C2A6AF
(194,166,175)
#C9B1B9
(201,177,185)
#D0BCC3
(208,188,195)
#D7C7CD
(215,199,205)
#DED2D7
(222,210,215)
#E5DDE1
(229,221,225)
#ECE8EB
(236,232,235)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8591; }

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

This text font color is #AD8591.


Background Color

.myBgColor { background-color: #AD8591; }

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

This div background color is #AD8591.


Border color

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

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

This div border color is #AD8591.


Opacity

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

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

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

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

This text has shadow with #AD8591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8591 on black background.


Color preview on white background

This text has color #AD8591 on white background.



Black color preview on #AD8591 background

This text has black color on #AD8591 background.


White color preview on #AD8591 background

This text has white color on #AD8591 background.