COLOR #AC7A95

HEX: #AC7A95
RGB: (172,122,149)

Color info

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

RGB color model

#AC7A95 color RGB value is (172,122,149).

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

RGB channels and saturation

R 172 of 255 = 67%
G 122 of 255 = 48%
B 149 of 255 = 58%

172
122
149

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

Portions of RGB colors in percentages

R + G + B =
172 + 122 + 149 = 443 (100%)
R 172 of 443 ~ 38.83%
G 122 of 443 ~ 27.54%
B 149 of 443 ~ 33.63%

%38.83
%27.54
%33.63

CMYK color model

#AC7A95 color CMYK value is (0,29,13,33).

  • cyan value is 0.00%
  • magenta value is 29.07%
  • yellow value is 13.37%
  • key color value is 32.55%
CMYK:
(0,29,13,33)
C0M29Y13K33 
(0%,29%,13%,33%)
(0.00/0.29/0.13/0.33)	

CMYK percentages

%0
%29.07
%13.37
%32.55

Codes

Color #AC7A95 in popluar color models

AC7A95
RGB172122149
HSL328°23.15%57.65%
HSB/HSV328°29.07%67.45%
CMYK0.00%29.07%13.37%
32.55%

Color #AC7A95 in popluar number systems.

HEXAC7A95
Decimal172122149
Binary10101100111101010010101
Octal254172225

Shades and tints

Shades of #AC7A95

#AC7A95
(172,122,149)
#9D6F88
(157,111,136)
#8E647B
(142,100,123)
#7F596E
(127,89,110)
#704E61
(112,78,97)
#614354
(97,67,84)
#523847
(82,56,71)
#432D3A
(67,45,58)
#34222D
(52,34,45)
#251720
(37,23,32)
#160C13
(22,12,19)
#000000
(0,0,0)

Tints of #AC7A95

#AC7A95
(172,122,149)
#B3869E
(179,134,158)
#BA92A7
(186,146,167)
#C19EB0
(193,158,176)
#C8AAB9
(200,170,185)
#CFB6C2
(207,182,194)
#D6C2CB
(214,194,203)
#DDCED4
(221,206,212)
#E4DADD
(228,218,221)
#EBE6E6
(235,230,230)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7A95; }

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

This text font color is #AC7A95.


Background Color

.myBgColor { background-color: #AC7A95; }

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

This div background color is #AC7A95.


Border color

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

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

This div border color is #AC7A95.


Opacity

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

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

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

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

This text has shadow with #AC7A95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7A95 on black background.


Color preview on white background

This text has color #AC7A95 on white background.



Black color preview on #AC7A95 background

This text has black color on #AC7A95 background.


White color preview on #AC7A95 background

This text has white color on #AC7A95 background.