COLOR #AC6C92

HEX: #AC6C92
RGB: (172,108,146)

Color info

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

RGB color model

#AC6C92 color RGB value is (172,108,146).

  • red value is 172;
  • green value is 108;
  • blue value is 146.
RGB:
(172,108,146)
(67%,42%,57%)

RGB channels and saturation

R 172 of 255 = 67%
G 108 of 255 = 42%
B 146 of 255 = 57%

172
108
146

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

Portions of RGB colors in percentages

R + G + B =
172 + 108 + 146 = 426 (100%)
R 172 of 426 ~ 40.38%
G 108 of 426 ~ 25.35%
B 146 of 426 ~ 34.27%

%40.38
%25.35
%34.27

CMYK color model

#AC6C92 color CMYK value is (0,37,15,33).

  • cyan value is 0.00%
  • magenta value is 37.21%
  • yellow value is 15.12%
  • key color value is 32.55%
CMYK:
(0,37,15,33)
C0M37Y15K33 
(0%,37%,15%,33%)
(0.00/0.37/0.15/0.33)	

CMYK percentages

%0
%37.21
%15.12
%32.55

Codes

Color #AC6C92 in popluar color models

AC6C92
RGB172108146
HSL324°27.83%54.90%
HSB/HSV324°37.21%67.45%
CMYK0.00%37.21%15.12%
32.55%

Color #AC6C92 in popluar number systems.

HEXAC6C92
Decimal172108146
Binary10101100110110010010010
Octal254154222

Shades and tints

Shades of #AC6C92

#AC6C92
(172,108,146)
#9D6385
(157,99,133)
#8E5A78
(142,90,120)
#7F516B
(127,81,107)
#70485E
(112,72,94)
#613F51
(97,63,81)
#523644
(82,54,68)
#432D37
(67,45,55)
#34242A
(52,36,42)
#251B1D
(37,27,29)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #AC6C92

#AC6C92
(172,108,146)
#B3799B
(179,121,155)
#BA86A4
(186,134,164)
#C193AD
(193,147,173)
#C8A0B6
(200,160,182)
#CFADBF
(207,173,191)
#D6BAC8
(214,186,200)
#DDC7D1
(221,199,209)
#E4D4DA
(228,212,218)
#EBE1E3
(235,225,227)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6C92 color. Also use rgb(172,108,146) instead hex code.

Text Font Color

.myTextColor { color: #AC6C92; }

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

This text font color is #AC6C92.


Background Color

.myBgColor { background-color: #AC6C92; }

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

This div background color is #AC6C92.


Border color

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

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

This div border color is #AC6C92.


Opacity

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

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

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

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

This text has shadow with #AC6C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6C92 on black background.


Color preview on white background

This text has color #AC6C92 on white background.



Black color preview on #AC6C92 background

This text has black color on #AC6C92 background.


White color preview on #AC6C92 background

This text has white color on #AC6C92 background.