COLOR #AC7592

HEX: #AC7592
RGB: (172,117,146)

Color info

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

RGB color model

#AC7592 color RGB value is (172,117,146).

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

RGB channels and saturation

R 172 of 255 = 67%
G 117 of 255 = 46%
B 146 of 255 = 57%

172
117
146

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

Portions of RGB colors in percentages

R + G + B =
172 + 117 + 146 = 435 (100%)
R 172 of 435 ~ 39.54%
G 117 of 435 ~ 26.9%
B 146 of 435 ~ 33.56%

%39.54
%26.9
%33.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.98%
  • yellow value is 15.12%
  • key color value is 32.55%
CMYK:
(0,32,15,33)
C0M32Y15K33 
(0%,32%,15%,33%)
(0.00/0.32/0.15/0.33)	

CMYK percentages

%0
%31.98
%15.12
%32.55

Codes

Color #AC7592 in popluar color models

AC7592
RGB172117146
HSL328°24.89%56.67%
HSB/HSV328°31.98%67.45%
CMYK0.00%31.98%15.12%
32.55%

Color #AC7592 in popluar number systems.

HEXAC7592
Decimal172117146
Binary10101100111010110010010
Octal254165222

Shades and tints

Shades of #AC7592

#AC7592
(172,117,146)
#9D6B85
(157,107,133)
#8E6178
(142,97,120)
#7F576B
(127,87,107)
#704D5E
(112,77,94)
#614351
(97,67,81)
#523944
(82,57,68)
#432F37
(67,47,55)
#34252A
(52,37,42)
#251B1D
(37,27,29)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #AC7592

#AC7592
(172,117,146)
#B3819B
(179,129,155)
#BA8DA4
(186,141,164)
#C199AD
(193,153,173)
#C8A5B6
(200,165,182)
#CFB1BF
(207,177,191)
#D6BDC8
(214,189,200)
#DDC9D1
(221,201,209)
#E4D5DA
(228,213,218)
#EBE1E3
(235,225,227)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7592; }

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

This text font color is #AC7592.


Background Color

.myBgColor { background-color: #AC7592; }

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

This div background color is #AC7592.


Border color

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

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

This div border color is #AC7592.


Opacity

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

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

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

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

This text has shadow with #AC7592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7592 on black background.


Color preview on white background

This text has color #AC7592 on white background.



Black color preview on #AC7592 background

This text has black color on #AC7592 background.


White color preview on #AC7592 background

This text has white color on #AC7592 background.