COLOR #AC909B

HEX: #AC909B
RGB: (172,144,155)

Color info

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

RGB color model

#AC909B color RGB value is (172,144,155).

  • red value is 172;
  • green value is 144;
  • blue value is 155.
RGB:
(172,144,155)
(67%,56%,61%)

RGB channels and saturation

R 172 of 255 = 67%
G 144 of 255 = 56%
B 155 of 255 = 61%

172
144
155

R + G + B ~ 61%. #AC909B is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 144 + 155 = 471 (100%)
R 172 of 471 ~ 36.52%
G 144 of 471 ~ 30.57%
B 155 of 471 ~ 32.91%

%36.52
%30.57
%32.91

CMYK color model

#AC909B color CMYK value is (0,16,10,33).

  • cyan value is 0.00%
  • magenta value is 16.28%
  • yellow value is 9.88%
  • key color value is 32.55%
CMYK:
(0,16,10,33)
C0M16Y10K33 
(0%,16%,10%,33%)
(0.00/0.16/0.10/0.33)	

CMYK percentages

%0
%16.28
%9.88
%32.55

Codes

Color #AC909B in popluar color models

AC909B
RGB172144155
HSL336°14.43%61.96%
HSB/HSV336°16.28%67.45%
CMYK0.00%16.28%9.88%
32.55%

Color #AC909B in popluar number systems.

HEXAC909B
Decimal172144155
Binary101011001001000010011011
Octal254220233

Shades and tints

Shades of #AC909B

#AC909B
(172,144,155)
#9D838D
(157,131,141)
#8E767F
(142,118,127)
#7F6971
(127,105,113)
#705C63
(112,92,99)
#614F55
(97,79,85)
#524247
(82,66,71)
#433539
(67,53,57)
#34282B
(52,40,43)
#251B1D
(37,27,29)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #AC909B

#AC909B
(172,144,155)
#B39AA4
(179,154,164)
#BAA4AD
(186,164,173)
#C1AEB6
(193,174,182)
#C8B8BF
(200,184,191)
#CFC2C8
(207,194,200)
#D6CCD1
(214,204,209)
#DDD6DA
(221,214,218)
#E4E0E3
(228,224,227)
#EBEAEC
(235,234,236)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC909B color. Also use rgb(172,144,155) instead hex code.

Text Font Color

.myTextColor { color: #AC909B; }

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

This text font color is #AC909B.


Background Color

.myBgColor { background-color: #AC909B; }

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

This div background color is #AC909B.


Border color

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

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

This div border color is #AC909B.


Opacity

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

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

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

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

This text has shadow with #AC909B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC909B on black background.


Color preview on white background

This text has color #AC909B on white background.



Black color preview on #AC909B background

This text has black color on #AC909B background.


White color preview on #AC909B background

This text has white color on #AC909B background.