COLOR #AC4686

HEX: #AC4686
RGB: (172,70,134)

Color info

#AC4686 contains mainly red and blue colors. Web safe color of #AC4686 is #993399 (or #939).

RGB color model

#AC4686 color RGB value is (172,70,134).

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

RGB channels and saturation

R 172 of 255 = 67%
G 70 of 255 = 27%
B 134 of 255 = 53%

172
70
134

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

Portions of RGB colors in percentages

R + G + B =
172 + 70 + 134 = 376 (100%)
R 172 of 376 ~ 45.74%
G 70 of 376 ~ 18.62%
B 134 of 376 ~ 35.64%

%45.74
%18.62
%35.64

CMYK color model

#AC4686 color CMYK value is (0,59,22,33).

  • cyan value is 0.00%
  • magenta value is 59.30%
  • yellow value is 22.09%
  • key color value is 32.55%
CMYK:
(0,59,22,33)
C0M59Y22K33 
(0%,59%,22%,33%)
(0.00/0.59/0.22/0.33)	

CMYK percentages

%0
%59.3
%22.09
%32.55

Codes

Color #AC4686 in popluar color models

AC4686
RGB17270134
HSL322°42.15%47.45%
HSB/HSV322°59.30%67.45%
CMYK0.00%59.30%22.09%
32.55%

Color #AC4686 in popluar number systems.

HEXAC4686
Decimal17270134
Binary10101100100011010000110
Octal254106206

Shades and tints

Shades of #AC4686

#AC4686
(172,70,134)
#9D407A
(157,64,122)
#8E3A6E
(142,58,110)
#7F3462
(127,52,98)
#702E56
(112,46,86)
#61284A
(97,40,74)
#52223E
(82,34,62)
#431C32
(67,28,50)
#341626
(52,22,38)
#25101A
(37,16,26)
#160A0E
(22,10,14)
#000000
(0,0,0)

Tints of #AC4686

#AC4686
(172,70,134)
#B35691
(179,86,145)
#BA669C
(186,102,156)
#C176A7
(193,118,167)
#C886B2
(200,134,178)
#CF96BD
(207,150,189)
#D6A6C8
(214,166,200)
#DDB6D3
(221,182,211)
#E4C6DE
(228,198,222)
#EBD6E9
(235,214,233)
#F2E6F4
(242,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC4686; }

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

This text font color is #AC4686.


Background Color

.myBgColor { background-color: #AC4686; }

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

This div background color is #AC4686.


Border color

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

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

This div border color is #AC4686.


Opacity

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

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

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

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

This text has shadow with #AC4686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC4686 on black background.


Color preview on white background

This text has color #AC4686 on white background.



Black color preview on #AC4686 background

This text has black color on #AC4686 background.


White color preview on #AC4686 background

This text has white color on #AC4686 background.