COLOR #AC939D

HEX: #AC939D
RGB: (172,147,157)

Color info

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

RGB color model

#AC939D color RGB value is (172,147,157).

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

RGB channels and saturation

R 172 of 255 = 67%
G 147 of 255 = 58%
B 157 of 255 = 62%

172
147
157

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

Portions of RGB colors in percentages

R + G + B =
172 + 147 + 157 = 476 (100%)
R 172 of 476 ~ 36.13%
G 147 of 476 ~ 30.88%
B 157 of 476 ~ 32.98%

%36.13
%30.88
%32.98

CMYK color model

#AC939D color CMYK value is (0,15,9,33).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 8.72%
  • key color value is 32.55%
CMYK:
(0,15,9,33)
C0M15Y9K33 
(0%,15%,9%,33%)
(0.00/0.15/0.09/0.33)	

CMYK percentages

%0
%14.53
%8.72
%32.55

Codes

Color #AC939D in popluar color models

AC939D
RGB172147157
HSL336°13.09%62.55%
HSB/HSV336°14.53%67.45%
CMYK0.00%14.53%8.72%
32.55%

Color #AC939D in popluar number systems.

HEXAC939D
Decimal172147157
Binary101011001001001110011101
Octal254223235

Shades and tints

Shades of #AC939D

#AC939D
(172,147,157)
#9D868F
(157,134,143)
#8E7981
(142,121,129)
#7F6C73
(127,108,115)
#705F65
(112,95,101)
#615257
(97,82,87)
#524549
(82,69,73)
#43383B
(67,56,59)
#342B2D
(52,43,45)
#251E1F
(37,30,31)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #AC939D

#AC939D
(172,147,157)
#B39CA5
(179,156,165)
#BAA5AD
(186,165,173)
#C1AEB5
(193,174,181)
#C8B7BD
(200,183,189)
#CFC0C5
(207,192,197)
#D6C9CD
(214,201,205)
#DDD2D5
(221,210,213)
#E4DBDD
(228,219,221)
#EBE4E5
(235,228,229)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC939D; }

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

This text font color is #AC939D.


Background Color

.myBgColor { background-color: #AC939D; }

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

This div background color is #AC939D.


Border color

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

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

This div border color is #AC939D.


Opacity

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

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

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

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

This text has shadow with #AC939D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC939D on black background.


Color preview on white background

This text has color #AC939D on white background.



Black color preview on #AC939D background

This text has black color on #AC939D background.


White color preview on #AC939D background

This text has white color on #AC939D background.