COLOR #AC6792

HEX: #AC6792
RGB: (172,103,146)

Color info

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

RGB color model

#AC6792 color RGB value is (172,103,146).

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

RGB channels and saturation

R 172 of 255 = 67%
G 103 of 255 = 40%
B 146 of 255 = 57%

172
103
146

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

Portions of RGB colors in percentages

R + G + B =
172 + 103 + 146 = 421 (100%)
R 172 of 421 ~ 40.86%
G 103 of 421 ~ 24.47%
B 146 of 421 ~ 34.68%

%40.86
%24.47
%34.68

CMYK color model

#AC6792 color CMYK value is (0,40,15,33).

  • cyan value is 0.00%
  • magenta value is 40.12%
  • yellow value is 15.12%
  • key color value is 32.55%
CMYK:
(0,40,15,33)
C0M40Y15K33 
(0%,40%,15%,33%)
(0.00/0.40/0.15/0.33)	

CMYK percentages

%0
%40.12
%15.12
%32.55

Codes

Color #AC6792 in popluar color models

AC6792
RGB172103146
HSL323°29.36%53.92%
HSB/HSV323°40.12%67.45%
CMYK0.00%40.12%15.12%
32.55%

Color #AC6792 in popluar number systems.

HEXAC6792
Decimal172103146
Binary10101100110011110010010
Octal254147222

Shades and tints

Shades of #AC6792

#AC6792
(172,103,146)
#9D5E85
(157,94,133)
#8E5578
(142,85,120)
#7F4C6B
(127,76,107)
#70435E
(112,67,94)
#613A51
(97,58,81)
#523144
(82,49,68)
#432837
(67,40,55)
#341F2A
(52,31,42)
#25161D
(37,22,29)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #AC6792

#AC6792
(172,103,146)
#B3749B
(179,116,155)
#BA81A4
(186,129,164)
#C18EAD
(193,142,173)
#C89BB6
(200,155,182)
#CFA8BF
(207,168,191)
#D6B5C8
(214,181,200)
#DDC2D1
(221,194,209)
#E4CFDA
(228,207,218)
#EBDCE3
(235,220,227)
#F2E9EC
(242,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC6792; }

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

This text font color is #AC6792.


Background Color

.myBgColor { background-color: #AC6792; }

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

This div background color is #AC6792.


Border color

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

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

This div border color is #AC6792.


Opacity

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

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

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

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

This text has shadow with #AC6792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6792 on black background.


Color preview on white background

This text has color #AC6792 on white background.



Black color preview on #AC6792 background

This text has black color on #AC6792 background.


White color preview on #AC6792 background

This text has white color on #AC6792 background.