COLOR #AC9F9A

HEX: #AC9F9A
RGB: (172,159,154)

Color info

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

RGB color model

#AC9F9A color RGB value is (172,159,154).

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

RGB channels and saturation

R 172 of 255 = 67%
G 159 of 255 = 62%
B 154 of 255 = 60%

172
159
154

R + G + B ~ 63%. #AC9F9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 159 + 154 = 485 (100%)
R 172 of 485 ~ 35.46%
G 159 of 485 ~ 32.78%
B 154 of 485 ~ 31.75%

%35.46
%32.78
%31.75

CMYK color model

#AC9F9A color CMYK value is (0,8,10,33).

  • cyan value is 0.00%
  • magenta value is 7.56%
  • yellow value is 10.47%
  • key color value is 32.55%
CMYK:
(0,8,10,33)
C0M8Y10K33 
(0%,8%,10%,33%)
(0.00/0.08/0.10/0.33)	

CMYK percentages

%0
%7.56
%10.47
%32.55

Codes

Color #AC9F9A in popluar color models

AC9F9A
RGB172159154
HSL17°9.78%63.92%
HSB/HSV17°10.47%67.45%
CMYK0.00%7.56%10.47%
32.55%

Color #AC9F9A in popluar number systems.

HEXAC9F9A
Decimal172159154
Binary101011001001111110011010
Octal254237232

Shades and tints

Shades of #AC9F9A

#AC9F9A
(172,159,154)
#9D918C
(157,145,140)
#8E837E
(142,131,126)
#7F7570
(127,117,112)
#706762
(112,103,98)
#615954
(97,89,84)
#524B46
(82,75,70)
#433D38
(67,61,56)
#342F2A
(52,47,42)
#25211C
(37,33,28)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #AC9F9A

#AC9F9A
(172,159,154)
#B3A7A3
(179,167,163)
#BAAFAC
(186,175,172)
#C1B7B5
(193,183,181)
#C8BFBE
(200,191,190)
#CFC7C7
(207,199,199)
#D6CFD0
(214,207,208)
#DDD7D9
(221,215,217)
#E4DFE2
(228,223,226)
#EBE7EB
(235,231,235)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9F9A; }

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

This text font color is #AC9F9A.


Background Color

.myBgColor { background-color: #AC9F9A; }

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

This div background color is #AC9F9A.


Border color

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

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

This div border color is #AC9F9A.


Opacity

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

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

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

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

This text has shadow with #AC9F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9F9A on black background.


Color preview on white background

This text has color #AC9F9A on white background.



Black color preview on #AC9F9A background

This text has black color on #AC9F9A background.


White color preview on #AC9F9A background

This text has white color on #AC9F9A background.