COLOR #AD586F

HEX: #AD586F RGB: (173,88,111)

Color info

#AD586F contains mainly red color. Web safe color of #AD586F is #996666 (or #966).

RGB color model

#AD586F color RGB value is (173,88,111).

RGB: (173,88,111) (68%, 35%, 44%)

RGB channels and saturation

R 173 of 255 = 68%
G 88 of 255 = 35%
B 111 of 255 = 44%

173
88
111

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

Portions of RGB colors in percentages

R + G + B = 173 + 88 + 111 = 372 (100%)
R 173 of 372 ~ 46.51%
G 88 of 372 ~ 23.66%
B 111 of 372 ~ 29.84'%

%46.51
%23.66
%29.84

CMYK color model

#AD586F color CMYK value is (0,49,36,32).

  • cyan value is 0.00%
  • magenta value is 49.13%
  • yellow value is 35.84%
  • key color value is 32.16%

CMYK: (0,49,36,32)
C0M49Y36K32 (0%, 49%, 36%, 32%)
(0.00 / 0.49 / 0.36 / 0.32)

CMYK percentages

%0
%49.13
%35.84
%32.16

Codes

Color #AD586F in popluar color models

AD 58 6F
RGB 173 88 111
HSL 344° 34.14% 51.18%
HSB/HSV 344° 49.13% 67.84%
CMYK 0.00% 49.13% 35.84%
32.16%

Color #AD586F in popluar number systems.

HEX AD 58 6F
Decimal 173 88 111
Binary 10101101 1011000 1101111
Octal 255 130 157

Shades and tints

Shades of #AD586F

#AD586F
(173,88,111)
#9E5065
(158,80,101)
#8F485B
(143,72,91)
#804051
(128,64,81)
#713847
(113,56,71)
#62303D
(98,48,61)
#532833
(83,40,51)
#442029
(68,32,41)
#35181F
(53,24,31)
#261015
(38,16,21)
#17080B
(23,8,11)
#000000
(0,0,0)

Tints of #AD586F

#AD586F
(173,88,111)
#B4677C
(180,103,124)
#BB7689
(187,118,137)
#C28596
(194,133,150)
#C994A3
(201,148,163)
#D0A3B0
(208,163,176)
#D7B2BD
(215,178,189)
#DEC1CA
(222,193,202)
#E5D0D7
(229,208,215)
#ECDFE4
(236,223,228)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD586F color. Also use rgb(173,88,111) instead hex code.

Text Font Color

.myTextColor { color: #AD586F; }

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

This text font color is #AD586F.

Background Color

.myBgColor { background-color: #AD586F; }

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

This div background color is #AD586F.

Border color

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

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

This div border color is #AD586F.

Opacity

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

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

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

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

This text has shadow with #AD586F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD586F.

Preview

Color preview on black background

This text has color #AD586F on black background.


Color preview on white background

This text has color #AD586F on white background.


Black color preview on #AD586F background

This text has black color on #AD586F background.


White color preview on #AD586F background

This text has white color on #AD586F background.


Related colors

Complementary color

Complementary color for #hex is #52A790.


I love getcolorcode.com

Triadic colors

1 #6FAD58 and #586FAD with #AD586F are triadic colors.

2 #6F58AD and #58AD6F with #AD586F are triadic colors.