COLOR #AC7392

HEX: #AC7392 RGB: (172,115,146)

Color info

#AC7392 contains red, green and blue colors in about the same proportion. Web safe color of #AC7392 is #996699 (or #969).

RGB color model

#AC7392 color RGB value is (172,115,146).

RGB: (172,115,146) (67%, 45%, 57%)

RGB channels and saturation

R 172 of 255 = 67%
G 115 of 255 = 45%
B 146 of 255 = 57%

172
115
146

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

Portions of RGB colors in percentages

R + G + B = 172 + 115 + 146 = 433 (100%)
R 172 of 433 ~ 39.72%
G 115 of 433 ~ 26.56%
B 146 of 433 ~ 33.72'%

%39.72
%26.56
%33.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.14%
  • yellow value is 15.12%
  • key color value is 32.55%

CMYK: (0,33,15,33)
C0M33Y15K33 (0%, 33%, 15%, 33%)
(0.00 / 0.33 / 0.15 / 0.33)

CMYK percentages

%0
%33.14
%15.12
%32.55

Codes

Color #AC7392 in popluar color models

AC 73 92
RGB 172 115 146
HSL 327° 25.56% 56.27%
HSB/HSV 327° 33.14% 67.45%
CMYK 0.00% 33.14% 15.12%
32.55%

Color #AC7392 in popluar number systems.

HEX AC 73 92
Decimal 172 115 146
Binary 10101100 1110011 10010010
Octal 254 163 222

Shades and tints

Shades of #AC7392

#AC7392
(172,115,146)
#9D6985
(157,105,133)
#8E5F78
(142,95,120)
#7F556B
(127,85,107)
#704B5E
(112,75,94)
#614151
(97,65,81)
#523744
(82,55,68)
#432D37
(67,45,55)
#34232A
(52,35,42)
#25191D
(37,25,29)
#160F10
(22,15,16)
#000000
(0,0,0)

Tints of #AC7392

#AC7392
(172,115,146)
#B37F9B
(179,127,155)
#BA8BA4
(186,139,164)
#C197AD
(193,151,173)
#C8A3B6
(200,163,182)
#CFAFBF
(207,175,191)
#D6BBC8
(214,187,200)
#DDC7D1
(221,199,209)
#E4D3DA
(228,211,218)
#EBDFE3
(235,223,227)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7392; }

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

This text font color is #AC7392.

Background Color

.myBgColor { background-color: #AC7392; }

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

This div background color is #AC7392.

Border color

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

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

This div border color is #AC7392.

Opacity

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

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

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

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

This text has shadow with #AC7392 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC7392.

Preview

Color preview on black background

This text has color #AC7392 on black background.


Color preview on white background

This text has color #AC7392 on white background.


Black color preview on #AC7392 background

This text has black color on #AC7392 background.


White color preview on #AC7392 background

This text has white color on #AC7392 background.


Related colors

Complementary color

Complementary color for #hex is #538C6D.


I love getcolorcode.com

Triadic colors

1 #92AC73 and #7392AC with #AC7392 are triadic colors.

2 #9273AC and #73AC92 with #AC7392 are triadic colors.