COLOR #AC95A6

HEX: #AC95A6
RGB: (172,149,166)

Color info

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

RGB color model

#AC95A6 color RGB value is (172,149,166).

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

RGB channels and saturation

R 172 of 255 = 67%
G 149 of 255 = 58%
B 166 of 255 = 65%

172
149
166

R + G + B ~ 63%. #AC95A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 149 + 166 = 487 (100%)
R 172 of 487 ~ 35.32%
G 149 of 487 ~ 30.6%
B 166 of 487 ~ 34.09%

%35.32
%30.6
%34.09

CMYK color model

#AC95A6 color CMYK value is (0,13,3,33).

  • cyan value is 0.00%
  • magenta value is 13.37%
  • yellow value is 3.49%
  • key color value is 32.55%
CMYK:
(0,13,3,33)
C0M13Y3K33 
(0%,13%,3%,33%)
(0.00/0.13/0.03/0.33)	

CMYK percentages

%0
%13.37
%3.49
%32.55

Codes

Color #AC95A6 in popluar color models

AC95A6
RGB172149166
HSL316°12.17%62.94%
HSB/HSV316°13.37%67.45%
CMYK0.00%13.37%3.49%
32.55%

Color #AC95A6 in popluar number systems.

HEXAC95A6
Decimal172149166
Binary101011001001010110100110
Octal254225246

Shades and tints

Shades of #AC95A6

#AC95A6
(172,149,166)
#9D8897
(157,136,151)
#8E7B88
(142,123,136)
#7F6E79
(127,110,121)
#70616A
(112,97,106)
#61545B
(97,84,91)
#52474C
(82,71,76)
#433A3D
(67,58,61)
#342D2E
(52,45,46)
#25201F
(37,32,31)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #AC95A6

#AC95A6
(172,149,166)
#B39EAE
(179,158,174)
#BAA7B6
(186,167,182)
#C1B0BE
(193,176,190)
#C8B9C6
(200,185,198)
#CFC2CE
(207,194,206)
#D6CBD6
(214,203,214)
#DDD4DE
(221,212,222)
#E4DDE6
(228,221,230)
#EBE6EE
(235,230,238)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC95A6; }

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

This text font color is #AC95A6.


Background Color

.myBgColor { background-color: #AC95A6; }

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

This div background color is #AC95A6.


Border color

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

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

This div border color is #AC95A6.


Opacity

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

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

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

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

This text has shadow with #AC95A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC95A6 on black background.


Color preview on white background

This text has color #AC95A6 on white background.



Black color preview on #AC95A6 background

This text has black color on #AC95A6 background.


White color preview on #AC95A6 background

This text has white color on #AC95A6 background.