COLOR #AC6992

HEX: #AC6992
RGB: (172,105,146)

Color info

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

RGB color model

#AC6992 color RGB value is (172,105,146).

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

RGB channels and saturation

R 172 of 255 = 67%
G 105 of 255 = 41%
B 146 of 255 = 57%

172
105
146

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

Portions of RGB colors in percentages

R + G + B =
172 + 105 + 146 = 423 (100%)
R 172 of 423 ~ 40.66%
G 105 of 423 ~ 24.82%
B 146 of 423 ~ 34.52%

%40.66
%24.82
%34.52

CMYK color model

#AC6992 color CMYK value is (0,39,15,33).

  • cyan value is 0.00%
  • magenta value is 38.95%
  • yellow value is 15.12%
  • key color value is 32.55%
CMYK:
(0,39,15,33)
C0M39Y15K33 
(0%,39%,15%,33%)
(0.00/0.39/0.15/0.33)	

CMYK percentages

%0
%38.95
%15.12
%32.55

Codes

Color #AC6992 in popluar color models

AC6992
RGB172105146
HSL323°28.76%54.31%
HSB/HSV323°38.95%67.45%
CMYK0.00%38.95%15.12%
32.55%

Color #AC6992 in popluar number systems.

HEXAC6992
Decimal172105146
Binary10101100110100110010010
Octal254151222

Shades and tints

Shades of #AC6992

#AC6992
(172,105,146)
#9D6085
(157,96,133)
#8E5778
(142,87,120)
#7F4E6B
(127,78,107)
#70455E
(112,69,94)
#613C51
(97,60,81)
#523344
(82,51,68)
#432A37
(67,42,55)
#34212A
(52,33,42)
#25181D
(37,24,29)
#160F10
(22,15,16)
#000000
(0,0,0)

Tints of #AC6992

#AC6992
(172,105,146)
#B3769B
(179,118,155)
#BA83A4
(186,131,164)
#C190AD
(193,144,173)
#C89DB6
(200,157,182)
#CFAABF
(207,170,191)
#D6B7C8
(214,183,200)
#DDC4D1
(221,196,209)
#E4D1DA
(228,209,218)
#EBDEE3
(235,222,227)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC6992; }

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

This text font color is #AC6992.


Background Color

.myBgColor { background-color: #AC6992; }

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

This div background color is #AC6992.


Border color

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

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

This div border color is #AC6992.


Opacity

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

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

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

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

This text has shadow with #AC6992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6992 on black background.


Color preview on white background

This text has color #AC6992 on white background.



Black color preview on #AC6992 background

This text has black color on #AC6992 background.


White color preview on #AC6992 background

This text has white color on #AC6992 background.