COLOR #AC76AE

HEX: #AC76AE
RGB: (172,118,174)

Color info

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

RGB color model

#AC76AE color RGB value is (172,118,174).

  • red value is 172;
  • green value is 118;
  • blue value is 174.
RGB:
(172,118,174)
(67%,46%,68%)

RGB channels and saturation

R 172 of 255 = 67%
G 118 of 255 = 46%
B 174 of 255 = 68%

172
118
174

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

Portions of RGB colors in percentages

R + G + B =
172 + 118 + 174 = 464 (100%)
R 172 of 464 ~ 37.07%
G 118 of 464 ~ 25.43%
B 174 of 464 ~ 37.5%

%37.07
%25.43
%37.5

CMYK color model

#AC76AE color CMYK value is (1,32,0,32).

  • cyan value is 1.15%
  • magenta value is 32.18%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(1,32,0,32)
C1M32Y0K32 
(1%,32%,0%,32%)
(0.01/0.32/0.00/0.32)	

CMYK percentages

%1.15
%32.18
%0
%31.76

Codes

Color #AC76AE in popluar color models

AC76AE
RGB172118174
HSL298°25.69%57.25%
HSB/HSV298°32.18%68.24%
CMYK1.15%32.18%0.00%
31.76%

Color #AC76AE in popluar number systems.

HEXAC76AE
Decimal172118174
Binary10101100111011010101110
Octal254166256

Shades and tints

Shades of #AC76AE

#AC76AE
(172,118,174)
#9D6C9F
(157,108,159)
#8E6290
(142,98,144)
#7F5881
(127,88,129)
#704E72
(112,78,114)
#614463
(97,68,99)
#523A54
(82,58,84)
#433045
(67,48,69)
#342636
(52,38,54)
#251C27
(37,28,39)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #AC76AE

#AC76AE
(172,118,174)
#B382B5
(179,130,181)
#BA8EBC
(186,142,188)
#C19AC3
(193,154,195)
#C8A6CA
(200,166,202)
#CFB2D1
(207,178,209)
#D6BED8
(214,190,216)
#DDCADF
(221,202,223)
#E4D6E6
(228,214,230)
#EBE2ED
(235,226,237)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC76AE color. Also use rgb(172,118,174) instead hex code.

Text Font Color

.myTextColor { color: #AC76AE; }

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

This text font color is #AC76AE.


Background Color

.myBgColor { background-color: #AC76AE; }

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

This div background color is #AC76AE.


Border color

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

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

This div border color is #AC76AE.


Opacity

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

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

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

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

This text has shadow with #AC76AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC76AE on black background.


Color preview on white background

This text has color #AC76AE on white background.



Black color preview on #AC76AE background

This text has black color on #AC76AE background.


White color preview on #AC76AE background

This text has white color on #AC76AE background.