COLOR #AC5F86

HEX: #AC5F86
RGB: (172,95,134)

Color info

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

RGB color model

#AC5F86 color RGB value is (172,95,134).

  • red value is 172;
  • green value is 95;
  • blue value is 134.
RGB:
(172,95,134)
(67%,37%,53%)

RGB channels and saturation

R 172 of 255 = 67%
G 95 of 255 = 37%
B 134 of 255 = 53%

172
95
134

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

Portions of RGB colors in percentages

R + G + B =
172 + 95 + 134 = 401 (100%)
R 172 of 401 ~ 42.89%
G 95 of 401 ~ 23.69%
B 134 of 401 ~ 33.42%

%42.89
%23.69
%33.42

CMYK color model

#AC5F86 color CMYK value is (0,45,22,33).

  • cyan value is 0.00%
  • magenta value is 44.77%
  • yellow value is 22.09%
  • key color value is 32.55%
CMYK:
(0,45,22,33)
C0M45Y22K33 
(0%,45%,22%,33%)
(0.00/0.45/0.22/0.33)	

CMYK percentages

%0
%44.77
%22.09
%32.55

Codes

Color #AC5F86 in popluar color models

AC5F86
RGB17295134
HSL330°31.69%52.35%
HSB/HSV330°44.77%67.45%
CMYK0.00%44.77%22.09%
32.55%

Color #AC5F86 in popluar number systems.

HEXAC5F86
Decimal17295134
Binary10101100101111110000110
Octal254137206

Shades and tints

Shades of #AC5F86

#AC5F86
(172,95,134)
#9D577A
(157,87,122)
#8E4F6E
(142,79,110)
#7F4762
(127,71,98)
#703F56
(112,63,86)
#61374A
(97,55,74)
#522F3E
(82,47,62)
#432732
(67,39,50)
#341F26
(52,31,38)
#25171A
(37,23,26)
#160F0E
(22,15,14)
#000000
(0,0,0)

Tints of #AC5F86

#AC5F86
(172,95,134)
#B36D91
(179,109,145)
#BA7B9C
(186,123,156)
#C189A7
(193,137,167)
#C897B2
(200,151,178)
#CFA5BD
(207,165,189)
#D6B3C8
(214,179,200)
#DDC1D3
(221,193,211)
#E4CFDE
(228,207,222)
#EBDDE9
(235,221,233)
#F2EBF4
(242,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC5F86 color. Also use rgb(172,95,134) instead hex code.

Text Font Color

.myTextColor { color: #AC5F86; }

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

This text font color is #AC5F86.


Background Color

.myBgColor { background-color: #AC5F86; }

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

This div background color is #AC5F86.


Border color

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

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

This div border color is #AC5F86.


Opacity

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

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

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

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

This text has shadow with #AC5F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC5F86 on black background.


Color preview on white background

This text has color #AC5F86 on white background.



Black color preview on #AC5F86 background

This text has black color on #AC5F86 background.


White color preview on #AC5F86 background

This text has white color on #AC5F86 background.