COLOR #AC95A3

HEX: #AC95A3
RGB: (172,149,163)

Color info

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

RGB color model

#AC95A3 color RGB value is (172,149,163).

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

RGB channels and saturation

R 172 of 255 = 67%
G 149 of 255 = 58%
B 163 of 255 = 64%

172
149
163

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

Portions of RGB colors in percentages

R + G + B =
172 + 149 + 163 = 484 (100%)
R 172 of 484 ~ 35.54%
G 149 of 484 ~ 30.79%
B 163 of 484 ~ 33.68%

%35.54
%30.79
%33.68

CMYK color model

#AC95A3 color CMYK value is (0,13,5,33).

  • cyan value is 0.00%
  • magenta value is 13.37%
  • yellow value is 5.23%
  • key color value is 32.55%
CMYK:
(0,13,5,33)
C0M13Y5K33 
(0%,13%,5%,33%)
(0.00/0.13/0.05/0.33)	

CMYK percentages

%0
%13.37
%5.23
%32.55

Codes

Color #AC95A3 in popluar color models

AC95A3
RGB172149163
HSL323°12.17%62.94%
HSB/HSV323°13.37%67.45%
CMYK0.00%13.37%5.23%
32.55%

Color #AC95A3 in popluar number systems.

HEXAC95A3
Decimal172149163
Binary101011001001010110100011
Octal254225243

Shades and tints

Shades of #AC95A3

#AC95A3
(172,149,163)
#9D8895
(157,136,149)
#8E7B87
(142,123,135)
#7F6E79
(127,110,121)
#70616B
(112,97,107)
#61545D
(97,84,93)
#52474F
(82,71,79)
#433A41
(67,58,65)
#342D33
(52,45,51)
#252025
(37,32,37)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #AC95A3

#AC95A3
(172,149,163)
#B39EAB
(179,158,171)
#BAA7B3
(186,167,179)
#C1B0BB
(193,176,187)
#C8B9C3
(200,185,195)
#CFC2CB
(207,194,203)
#D6CBD3
(214,203,211)
#DDD4DB
(221,212,219)
#E4DDE3
(228,221,227)
#EBE6EB
(235,230,235)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC95A3; }

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

This text font color is #AC95A3.


Background Color

.myBgColor { background-color: #AC95A3; }

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

This div background color is #AC95A3.


Border color

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

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

This div border color is #AC95A3.


Opacity

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

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

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

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

This text has shadow with #AC95A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC95A3 on black background.


Color preview on white background

This text has color #AC95A3 on white background.



Black color preview on #AC95A3 background

This text has black color on #AC95A3 background.


White color preview on #AC95A3 background

This text has white color on #AC95A3 background.