COLOR #AC99A0

HEX: #AC99A0
RGB: (172,153,160)

Color info

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

RGB color model

#AC99A0 color RGB value is (172,153,160).

  • red value is 172;
  • green value is 153;
  • blue value is 160.
RGB:
(172,153,160)
(67%,60%,63%)

RGB channels and saturation

R 172 of 255 = 67%
G 153 of 255 = 60%
B 160 of 255 = 63%

172
153
160

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

Portions of RGB colors in percentages

R + G + B =
172 + 153 + 160 = 485 (100%)
R 172 of 485 ~ 35.46%
G 153 of 485 ~ 31.55%
B 160 of 485 ~ 32.99%

%35.46
%31.55
%32.99

CMYK color model

#AC99A0 color CMYK value is (0,11,7,33).

  • cyan value is 0.00%
  • magenta value is 11.05%
  • yellow value is 6.98%
  • key color value is 32.55%
CMYK:
(0,11,7,33)
C0M11Y7K33 
(0%,11%,7%,33%)
(0.00/0.11/0.07/0.33)	

CMYK percentages

%0
%11.05
%6.98
%32.55

Codes

Color #AC99A0 in popluar color models

AC99A0
RGB172153160
HSL338°10.27%63.73%
HSB/HSV338°11.05%67.45%
CMYK0.00%11.05%6.98%
32.55%

Color #AC99A0 in popluar number systems.

HEXAC99A0
Decimal172153160
Binary101011001001100110100000
Octal254231240

Shades and tints

Shades of #AC99A0

#AC99A0
(172,153,160)
#9D8C92
(157,140,146)
#8E7F84
(142,127,132)
#7F7276
(127,114,118)
#706568
(112,101,104)
#61585A
(97,88,90)
#524B4C
(82,75,76)
#433E3E
(67,62,62)
#343130
(52,49,48)
#252422
(37,36,34)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #AC99A0

#AC99A0
(172,153,160)
#B3A2A8
(179,162,168)
#BAABB0
(186,171,176)
#C1B4B8
(193,180,184)
#C8BDC0
(200,189,192)
#CFC6C8
(207,198,200)
#D6CFD0
(214,207,208)
#DDD8D8
(221,216,216)
#E4E1E0
(228,225,224)
#EBEAE8
(235,234,232)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC99A0 color. Also use rgb(172,153,160) instead hex code.

Text Font Color

.myTextColor { color: #AC99A0; }

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

This text font color is #AC99A0.


Background Color

.myBgColor { background-color: #AC99A0; }

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

This div background color is #AC99A0.


Border color

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

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

This div border color is #AC99A0.


Opacity

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

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

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

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

This text has shadow with #AC99A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC99A0 on black background.


Color preview on white background

This text has color #AC99A0 on white background.



Black color preview on #AC99A0 background

This text has black color on #AC99A0 background.


White color preview on #AC99A0 background

This text has white color on #AC99A0 background.