COLOR #AC99A9

HEX: #AC99A9
RGB: (172,153,169)

Color info

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

RGB color model

#AC99A9 color RGB value is (172,153,169).

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

RGB channels and saturation

R 172 of 255 = 67%
G 153 of 255 = 60%
B 169 of 255 = 66%

172
153
169

R + G + B ~ 64%. #AC99A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 153 + 169 = 494 (100%)
R 172 of 494 ~ 34.82%
G 153 of 494 ~ 30.97%
B 169 of 494 ~ 34.21%

%34.82
%30.97
%34.21

CMYK color model

#AC99A9 color CMYK value is (0,11,2,33).

  • cyan value is 0.00%
  • magenta value is 11.05%
  • yellow value is 1.74%
  • key color value is 32.55%
CMYK:
(0,11,2,33)
C0M11Y2K33 
(0%,11%,2%,33%)
(0.00/0.11/0.02/0.33)	

CMYK percentages

%0
%11.05
%1.74
%32.55

Codes

Color #AC99A9 in popluar color models

AC99A9
RGB172153169
HSL309°10.27%63.73%
HSB/HSV309°11.05%67.45%
CMYK0.00%11.05%1.74%
32.55%

Color #AC99A9 in popluar number systems.

HEXAC99A9
Decimal172153169
Binary101011001001100110101001
Octal254231251

Shades and tints

Shades of #AC99A9

#AC99A9
(172,153,169)
#9D8C9A
(157,140,154)
#8E7F8B
(142,127,139)
#7F727C
(127,114,124)
#70656D
(112,101,109)
#61585E
(97,88,94)
#524B4F
(82,75,79)
#433E40
(67,62,64)
#343131
(52,49,49)
#252422
(37,36,34)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #AC99A9

#AC99A9
(172,153,169)
#B3A2B0
(179,162,176)
#BAABB7
(186,171,183)
#C1B4BE
(193,180,190)
#C8BDC5
(200,189,197)
#CFC6CC
(207,198,204)
#D6CFD3
(214,207,211)
#DDD8DA
(221,216,218)
#E4E1E1
(228,225,225)
#EBEAE8
(235,234,232)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC99A9; }

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

This text font color is #AC99A9.


Background Color

.myBgColor { background-color: #AC99A9; }

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

This div background color is #AC99A9.


Border color

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

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

This div border color is #AC99A9.


Opacity

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

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

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

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

This text has shadow with #AC99A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC99A9 on black background.


Color preview on white background

This text has color #AC99A9 on white background.



Black color preview on #AC99A9 background

This text has black color on #AC99A9 background.


White color preview on #AC99A9 background

This text has white color on #AC99A9 background.