COLOR #AC7791

HEX: #AC7791
RGB: (172,119,145)

Color info

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

RGB color model

#AC7791 color RGB value is (172,119,145).

  • red value is 172;
  • green value is 119;
  • blue value is 145.
RGB:
(172,119,145)
(67%,47%,57%)

RGB channels and saturation

R 172 of 255 = 67%
G 119 of 255 = 47%
B 145 of 255 = 57%

172
119
145

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

Portions of RGB colors in percentages

R + G + B =
172 + 119 + 145 = 436 (100%)
R 172 of 436 ~ 39.45%
G 119 of 436 ~ 27.29%
B 145 of 436 ~ 33.26%

%39.45
%27.29
%33.26

CMYK color model

#AC7791 color CMYK value is (0,31,16,33).

  • cyan value is 0.00%
  • magenta value is 30.81%
  • yellow value is 15.70%
  • key color value is 32.55%
CMYK:
(0,31,16,33)
C0M31Y16K33 
(0%,31%,16%,33%)
(0.00/0.31/0.16/0.33)	

CMYK percentages

%0
%30.81
%15.7
%32.55

Codes

Color #AC7791 in popluar color models

AC7791
RGB172119145
HSL331°24.20%57.06%
HSB/HSV331°30.81%67.45%
CMYK0.00%30.81%15.70%
32.55%

Color #AC7791 in popluar number systems.

HEXAC7791
Decimal172119145
Binary10101100111011110010001
Octal254167221

Shades and tints

Shades of #AC7791

#AC7791
(172,119,145)
#9D6D84
(157,109,132)
#8E6377
(142,99,119)
#7F596A
(127,89,106)
#704F5D
(112,79,93)
#614550
(97,69,80)
#523B43
(82,59,67)
#433136
(67,49,54)
#342729
(52,39,41)
#251D1C
(37,29,28)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #AC7791

#AC7791
(172,119,145)
#B3839B
(179,131,155)
#BA8FA5
(186,143,165)
#C19BAF
(193,155,175)
#C8A7B9
(200,167,185)
#CFB3C3
(207,179,195)
#D6BFCD
(214,191,205)
#DDCBD7
(221,203,215)
#E4D7E1
(228,215,225)
#EBE3EB
(235,227,235)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7791 color. Also use rgb(172,119,145) instead hex code.

Text Font Color

.myTextColor { color: #AC7791; }

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

This text font color is #AC7791.


Background Color

.myBgColor { background-color: #AC7791; }

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

This div background color is #AC7791.


Border color

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

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

This div border color is #AC7791.


Opacity

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

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

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

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

This text has shadow with #AC7791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7791 on black background.


Color preview on white background

This text has color #AC7791 on white background.



Black color preview on #AC7791 background

This text has black color on #AC7791 background.


White color preview on #AC7791 background

This text has white color on #AC7791 background.