COLOR #AD7586

HEX: #AD7586
RGB: (173,117,134)

Color info

#AD7586 contains red, green and blue colors in about the same proportion. Web safe color of #AD7586 is #996699 (or #969).

RGB color model

#AD7586 color RGB value is (173,117,134).

  • red value is 173;
  • green value is 117;
  • blue value is 134.
RGB:
(173,117,134)
(68%,46%,53%)

RGB channels and saturation

R 173 of 255 = 68%
G 117 of 255 = 46%
B 134 of 255 = 53%

173
117
134

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

Portions of RGB colors in percentages

R + G + B =
173 + 117 + 134 = 424 (100%)
R 173 of 424 ~ 40.8%
G 117 of 424 ~ 27.59%
B 134 of 424 ~ 31.6%

%40.8
%27.59
%31.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.37%
  • yellow value is 22.54%
  • key color value is 32.16%
CMYK:
(0,32,23,32)
C0M32Y23K32 
(0%,32%,23%,32%)
(0.00/0.32/0.23/0.32)	

CMYK percentages

%0
%32.37
%22.54
%32.16

Codes

Color #AD7586 in popluar color models

AD7586
RGB173117134
HSL342°25.45%56.86%
HSB/HSV342°32.37%67.84%
CMYK0.00%32.37%22.54%
32.16%

Color #AD7586 in popluar number systems.

HEXAD7586
Decimal173117134
Binary10101101111010110000110
Octal255165206

Shades and tints

Shades of #AD7586

#AD7586
(173,117,134)
#9E6B7A
(158,107,122)
#8F616E
(143,97,110)
#805762
(128,87,98)
#714D56
(113,77,86)
#62434A
(98,67,74)
#53393E
(83,57,62)
#442F32
(68,47,50)
#352526
(53,37,38)
#261B1A
(38,27,26)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #AD7586

#AD7586
(173,117,134)
#B48191
(180,129,145)
#BB8D9C
(187,141,156)
#C299A7
(194,153,167)
#C9A5B2
(201,165,178)
#D0B1BD
(208,177,189)
#D7BDC8
(215,189,200)
#DEC9D3
(222,201,211)
#E5D5DE
(229,213,222)
#ECE1E9
(236,225,233)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7586; }

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

This text font color is #AD7586.


Background Color

.myBgColor { background-color: #AD7586; }

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

This div background color is #AD7586.


Border color

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

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

This div border color is #AD7586.


Opacity

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

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

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

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

This text has shadow with #AD7586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7586 on black background.


Color preview on white background

This text has color #AD7586 on white background.



Black color preview on #AD7586 background

This text has black color on #AD7586 background.


White color preview on #AD7586 background

This text has white color on #AD7586 background.