COLOR #AC97A2

HEX: #AC97A2
RGB: (172,151,162)

Color info

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

RGB color model

#AC97A2 color RGB value is (172,151,162).

  • red value is 172;
  • green value is 151;
  • blue value is 162.
RGB:
(172,151,162)
(67%,59%,64%)

RGB channels and saturation

R 172 of 255 = 67%
G 151 of 255 = 59%
B 162 of 255 = 64%

172
151
162

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

Portions of RGB colors in percentages

R + G + B =
172 + 151 + 162 = 485 (100%)
R 172 of 485 ~ 35.46%
G 151 of 485 ~ 31.13%
B 162 of 485 ~ 33.4%

%35.46
%31.13
%33.4

CMYK color model

#AC97A2 color CMYK value is (0,12,6,33).

  • cyan value is 0.00%
  • magenta value is 12.21%
  • yellow value is 5.81%
  • key color value is 32.55%
CMYK:
(0,12,6,33)
C0M12Y6K33 
(0%,12%,6%,33%)
(0.00/0.12/0.06/0.33)	

CMYK percentages

%0
%12.21
%5.81
%32.55

Codes

Color #AC97A2 in popluar color models

AC97A2
RGB172151162
HSL329°11.23%63.33%
HSB/HSV329°12.21%67.45%
CMYK0.00%12.21%5.81%
32.55%

Color #AC97A2 in popluar number systems.

HEXAC97A2
Decimal172151162
Binary101011001001011110100010
Octal254227242

Shades and tints

Shades of #AC97A2

#AC97A2
(172,151,162)
#9D8A94
(157,138,148)
#8E7D86
(142,125,134)
#7F7078
(127,112,120)
#70636A
(112,99,106)
#61565C
(97,86,92)
#52494E
(82,73,78)
#433C40
(67,60,64)
#342F32
(52,47,50)
#252224
(37,34,36)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #AC97A2

#AC97A2
(172,151,162)
#B3A0AA
(179,160,170)
#BAA9B2
(186,169,178)
#C1B2BA
(193,178,186)
#C8BBC2
(200,187,194)
#CFC4CA
(207,196,202)
#D6CDD2
(214,205,210)
#DDD6DA
(221,214,218)
#E4DFE2
(228,223,226)
#EBE8EA
(235,232,234)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC97A2 color. Also use rgb(172,151,162) instead hex code.

Text Font Color

.myTextColor { color: #AC97A2; }

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

This text font color is #AC97A2.


Background Color

.myBgColor { background-color: #AC97A2; }

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

This div background color is #AC97A2.


Border color

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

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

This div border color is #AC97A2.


Opacity

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

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

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

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

This text has shadow with #AC97A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC97A2 on black background.


Color preview on white background

This text has color #AC97A2 on white background.



Black color preview on #AC97A2 background

This text has black color on #AC97A2 background.


White color preview on #AC97A2 background

This text has white color on #AC97A2 background.