COLOR #AC85A6

HEX: #AC85A6
RGB: (172,133,166)

Color info

#AC85A6 contains red, green and blue colors in about the same proportion. Web safe color of #AC85A6 is #999999 (or #999).

RGB color model

#AC85A6 color RGB value is (172,133,166).

  • red value is 172;
  • green value is 133;
  • blue value is 166.
RGB:
(172,133,166)
(67%,52%,65%)

RGB channels and saturation

R 172 of 255 = 67%
G 133 of 255 = 52%
B 166 of 255 = 65%

172
133
166

R + G + B ~ 61%. #AC85A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 133 + 166 = 471 (100%)
R 172 of 471 ~ 36.52%
G 133 of 471 ~ 28.24%
B 166 of 471 ~ 35.24%

%36.52
%28.24
%35.24

CMYK color model

#AC85A6 color CMYK value is (0,23,3,33).

  • cyan value is 0.00%
  • magenta value is 22.67%
  • yellow value is 3.49%
  • key color value is 32.55%
CMYK:
(0,23,3,33)
C0M23Y3K33 
(0%,23%,3%,33%)
(0.00/0.23/0.03/0.33)	

CMYK percentages

%0
%22.67
%3.49
%32.55

Codes

Color #AC85A6 in popluar color models

AC85A6
RGB172133166
HSL309°19.02%59.80%
HSB/HSV309°22.67%67.45%
CMYK0.00%22.67%3.49%
32.55%

Color #AC85A6 in popluar number systems.

HEXAC85A6
Decimal172133166
Binary101011001000010110100110
Octal254205246

Shades and tints

Shades of #AC85A6

#AC85A6
(172,133,166)
#9D7997
(157,121,151)
#8E6D88
(142,109,136)
#7F6179
(127,97,121)
#70556A
(112,85,106)
#61495B
(97,73,91)
#523D4C
(82,61,76)
#43313D
(67,49,61)
#34252E
(52,37,46)
#25191F
(37,25,31)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #AC85A6

#AC85A6
(172,133,166)
#B390AE
(179,144,174)
#BA9BB6
(186,155,182)
#C1A6BE
(193,166,190)
#C8B1C6
(200,177,198)
#CFBCCE
(207,188,206)
#D6C7D6
(214,199,214)
#DDD2DE
(221,210,222)
#E4DDE6
(228,221,230)
#EBE8EE
(235,232,238)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC85A6 color. Also use rgb(172,133,166) instead hex code.

Text Font Color

.myTextColor { color: #AC85A6; }

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

This text font color is #AC85A6.


Background Color

.myBgColor { background-color: #AC85A6; }

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

This div background color is #AC85A6.


Border color

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

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

This div border color is #AC85A6.


Opacity

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

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

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

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

This text has shadow with #AC85A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC85A6 on black background.


Color preview on white background

This text has color #AC85A6 on white background.



Black color preview on #AC85A6 background

This text has black color on #AC85A6 background.


White color preview on #AC85A6 background

This text has white color on #AC85A6 background.