COLOR #AC919D

HEX: #AC919D
RGB: (172,145,157)

Color info

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

RGB color model

#AC919D color RGB value is (172,145,157).

  • red value is 172;
  • green value is 145;
  • blue value is 157.
RGB:
(172,145,157)
(67%,57%,62%)

RGB channels and saturation

R 172 of 255 = 67%
G 145 of 255 = 57%
B 157 of 255 = 62%

172
145
157

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

Portions of RGB colors in percentages

R + G + B =
172 + 145 + 157 = 474 (100%)
R 172 of 474 ~ 36.29%
G 145 of 474 ~ 30.59%
B 157 of 474 ~ 33.12%

%36.29
%30.59
%33.12

CMYK color model

#AC919D color CMYK value is (0,16,9,33).

  • cyan value is 0.00%
  • magenta value is 15.70%
  • yellow value is 8.72%
  • key color value is 32.55%
CMYK:
(0,16,9,33)
C0M16Y9K33 
(0%,16%,9%,33%)
(0.00/0.16/0.09/0.33)	

CMYK percentages

%0
%15.7
%8.72
%32.55

Codes

Color #AC919D in popluar color models

AC919D
RGB172145157
HSL333°13.99%62.16%
HSB/HSV333°15.70%67.45%
CMYK0.00%15.70%8.72%
32.55%

Color #AC919D in popluar number systems.

HEXAC919D
Decimal172145157
Binary101011001001000110011101
Octal254221235

Shades and tints

Shades of #AC919D

#AC919D
(172,145,157)
#9D848F
(157,132,143)
#8E7781
(142,119,129)
#7F6A73
(127,106,115)
#705D65
(112,93,101)
#615057
(97,80,87)
#524349
(82,67,73)
#43363B
(67,54,59)
#34292D
(52,41,45)
#251C1F
(37,28,31)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #AC919D

#AC919D
(172,145,157)
#B39BA5
(179,155,165)
#BAA5AD
(186,165,173)
#C1AFB5
(193,175,181)
#C8B9BD
(200,185,189)
#CFC3C5
(207,195,197)
#D6CDCD
(214,205,205)
#DDD7D5
(221,215,213)
#E4E1DD
(228,225,221)
#EBEBE5
(235,235,229)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC919D color. Also use rgb(172,145,157) instead hex code.

Text Font Color

.myTextColor { color: #AC919D; }

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

This text font color is #AC919D.


Background Color

.myBgColor { background-color: #AC919D; }

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

This div background color is #AC919D.


Border color

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

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

This div border color is #AC919D.


Opacity

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

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

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

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

This text has shadow with #AC919D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC919D on black background.


Color preview on white background

This text has color #AC919D on white background.



Black color preview on #AC919D background

This text has black color on #AC919D background.


White color preview on #AC919D background

This text has white color on #AC919D background.