COLOR #AC9899

HEX: #AC9899
RGB: (172,152,153)

Color info

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

RGB color model

#AC9899 color RGB value is (172,152,153).

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

RGB channels and saturation

R 172 of 255 = 67%
G 152 of 255 = 60%
B 153 of 255 = 60%

172
152
153

R + G + B ~ 62%. #AC9899 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 152 + 153 = 477 (100%)
R 172 of 477 ~ 36.06%
G 152 of 477 ~ 31.87%
B 153 of 477 ~ 32.08%

%36.06
%31.87
%32.08

CMYK color model

#AC9899 color CMYK value is (0,12,11,33).

  • cyan value is 0.00%
  • magenta value is 11.63%
  • yellow value is 11.05%
  • key color value is 32.55%
CMYK: (0,12,11,33) C0M12Y11K33 (0%,12%,11%,33%) (0.00/0.12/0.11/0.33)

CMYK percentages

%0
%11.63
%11.05
%32.55

Codes

Color #AC9899 in popluar color models

AC9899
RGB172152153
HSL357°10.75%63.53%
HSB/HSV357°11.63%67.45%
CMYK0.00%11.63%11.05%
32.55%

Color #AC9899 in popluar number systems.

HEXAC9899
Decimal172152153
Binary101011001001100010011001
Octal254230231

Shades and tints

Shades of #AC9899

#AC9899
(172,152,153)
#9D8B8C
(157,139,140)
#8E7E7F
(142,126,127)
#7F7172
(127,113,114)
#706465
(112,100,101)
#615758
(97,87,88)
#524A4B
(82,74,75)
#433D3E
(67,61,62)
#343031
(52,48,49)
#252324
(37,35,36)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #AC9899

#AC9899
(172,152,153)
#B3A1A2
(179,161,162)
#BAAAAB
(186,170,171)
#C1B3B4
(193,179,180)
#C8BCBD
(200,188,189)
#CFC5C6
(207,197,198)
#D6CECF
(214,206,207)
#DDD7D8
(221,215,216)
#E4E0E1
(228,224,225)
#EBE9EA
(235,233,234)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9899; }

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

This text font color is #AC9899.


Background Color

.myBgColor { background-color: #AC9899; }

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

This div background color is #AC9899.


Border color

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

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

This div border color is #AC9899.


Opacity

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

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

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

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

This text has shadow with #AC9899 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AC9899 on black background.


Color preview on white background

This text has color #AC9899 on white background.



Black color preview on #AC9899 background

This text has black color on #AC9899 background.


White color preview on #AC9899 background

This text has white color on #AC9899 background.