COLOR #AC7A8C

HEX: #AC7A8C
RGB: (172,122,140)

Color info

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

RGB color model

#AC7A8C color RGB value is (172,122,140).

  • red value is 172;
  • green value is 122;
  • blue value is 140.
RGB:
(172,122,140)
(67%,48%,55%)

RGB channels and saturation

R 172 of 255 = 67%
G 122 of 255 = 48%
B 140 of 255 = 55%

172
122
140

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

Portions of RGB colors in percentages

R + G + B =
172 + 122 + 140 = 434 (100%)
R 172 of 434 ~ 39.63%
G 122 of 434 ~ 28.11%
B 140 of 434 ~ 32.26%

%39.63
%28.11
%32.26

CMYK color model

#AC7A8C color CMYK value is (0,29,19,33).

  • cyan value is 0.00%
  • magenta value is 29.07%
  • yellow value is 18.60%
  • key color value is 32.55%
CMYK:
(0,29,19,33)
C0M29Y19K33 
(0%,29%,19%,33%)
(0.00/0.29/0.19/0.33)	

CMYK percentages

%0
%29.07
%18.6
%32.55

Codes

Color #AC7A8C in popluar color models

AC7A8C
RGB172122140
HSL338°23.15%57.65%
HSB/HSV338°29.07%67.45%
CMYK0.00%29.07%18.60%
32.55%

Color #AC7A8C in popluar number systems.

HEXAC7A8C
Decimal172122140
Binary10101100111101010001100
Octal254172214

Shades and tints

Shades of #AC7A8C

#AC7A8C
(172,122,140)
#9D6F80
(157,111,128)
#8E6474
(142,100,116)
#7F5968
(127,89,104)
#704E5C
(112,78,92)
#614350
(97,67,80)
#523844
(82,56,68)
#432D38
(67,45,56)
#34222C
(52,34,44)
#251720
(37,23,32)
#160C14
(22,12,20)
#000000
(0,0,0)

Tints of #AC7A8C

#AC7A8C
(172,122,140)
#B38696
(179,134,150)
#BA92A0
(186,146,160)
#C19EAA
(193,158,170)
#C8AAB4
(200,170,180)
#CFB6BE
(207,182,190)
#D6C2C8
(214,194,200)
#DDCED2
(221,206,210)
#E4DADC
(228,218,220)
#EBE6E6
(235,230,230)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7A8C color. Also use rgb(172,122,140) instead hex code.

Text Font Color

.myTextColor { color: #AC7A8C; }

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

This text font color is #AC7A8C.


Background Color

.myBgColor { background-color: #AC7A8C; }

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

This div background color is #AC7A8C.


Border color

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

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

This div border color is #AC7A8C.


Opacity

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

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

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

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

This text has shadow with #AC7A8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7A8C on black background.


Color preview on white background

This text has color #AC7A8C on white background.



Black color preview on #AC7A8C background

This text has black color on #AC7A8C background.


White color preview on #AC7A8C background

This text has white color on #AC7A8C background.