COLOR #AC909A

HEX: #AC909A
RGB: (172,144,154)

Color info

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

RGB color model

#AC909A color RGB value is (172,144,154).

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

RGB channels and saturation

R 172 of 255 = 67%
G 144 of 255 = 56%
B 154 of 255 = 60%

172
144
154

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

Portions of RGB colors in percentages

R + G + B =
172 + 144 + 154 = 470 (100%)
R 172 of 470 ~ 36.6%
G 144 of 470 ~ 30.64%
B 154 of 470 ~ 32.77%

%36.6
%30.64
%32.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.28%
  • yellow value is 10.47%
  • 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
%10.47
%32.55

Codes

Color #AC909A in popluar color models

AC909A
RGB172144154
HSL339°14.43%61.96%
HSB/HSV339°16.28%67.45%
CMYK0.00%16.28%10.47%
32.55%

Color #AC909A in popluar number systems.

HEXAC909A
Decimal172144154
Binary101011001001000010011010
Octal254220232

Shades and tints

Shades of #AC909A

#AC909A
(172,144,154)
#9D838C
(157,131,140)
#8E767E
(142,118,126)
#7F6970
(127,105,112)
#705C62
(112,92,98)
#614F54
(97,79,84)
#524246
(82,66,70)
#433538
(67,53,56)
#34282A
(52,40,42)
#251B1C
(37,27,28)
#160E0E
(22,14,14)
#000000
(0,0,0)

Tints of #AC909A

#AC909A
(172,144,154)
#B39AA3
(179,154,163)
#BAA4AC
(186,164,172)
#C1AEB5
(193,174,181)
#C8B8BE
(200,184,190)
#CFC2C7
(207,194,199)
#D6CCD0
(214,204,208)
#DDD6D9
(221,214,217)
#E4E0E2
(228,224,226)
#EBEAEB
(235,234,235)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC909A; }

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

This text font color is #AC909A.


Background Color

.myBgColor { background-color: #AC909A; }

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

This div background color is #AC909A.


Border color

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

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

This div border color is #AC909A.


Opacity

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

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

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

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

This text has shadow with #AC909A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC909A on black background.


Color preview on white background

This text has color #AC909A on white background.



Black color preview on #AC909A background

This text has black color on #AC909A background.


White color preview on #AC909A background

This text has white color on #AC909A background.