COLOR #AC9D9D

HEX: #AC9D9D
RGB: (172,157,157)

Color info

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

RGB color model

#AC9D9D color RGB value is (172,157,157).

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

RGB channels and saturation

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

172
157
157

R + G + B ~ 64%. #AC9D9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 157 + 157 = 486 (100%)
R 172 of 486 ~ 35.39%
G 157 of 486 ~ 32.3%
B 157 of 486 ~ 32.3%

%35.39
%32.3
%32.3

CMYK color model

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

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

CMYK percentages

%0
%8.72
%8.72
%32.55

Codes

Color #AC9D9D in popluar color models

AC9D9D
RGB172157157
HSL8.29%64.51%
HSB/HSV8.72%67.45%
CMYK0.00%8.72%8.72%
32.55%

Color #AC9D9D in popluar number systems.

HEXAC9D9D
Decimal172157157
Binary101011001001110110011101
Octal254235235

Shades and tints

Shades of #AC9D9D

#AC9D9D
(172,157,157)
#9D8F8F
(157,143,143)
#8E8181
(142,129,129)
#7F7373
(127,115,115)
#706565
(112,101,101)
#615757
(97,87,87)
#524949
(82,73,73)
#433B3B
(67,59,59)
#342D2D
(52,45,45)
#251F1F
(37,31,31)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #AC9D9D

#AC9D9D
(172,157,157)
#B3A5A5
(179,165,165)
#BAADAD
(186,173,173)
#C1B5B5
(193,181,181)
#C8BDBD
(200,189,189)
#CFC5C5
(207,197,197)
#D6CDCD
(214,205,205)
#DDD5D5
(221,213,213)
#E4DDDD
(228,221,221)
#EBE5E5
(235,229,229)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9D9D; }

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

This text font color is #AC9D9D.


Background Color

.myBgColor { background-color: #AC9D9D; }

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

This div background color is #AC9D9D.


Border color

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

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

This div border color is #AC9D9D.


Opacity

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

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

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

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

This text has shadow with #AC9D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9D9D on black background.


Color preview on white background

This text has color #AC9D9D on white background.



Black color preview on #AC9D9D background

This text has black color on #AC9D9D background.


White color preview on #AC9D9D background

This text has white color on #AC9D9D background.