COLOR #AC9A8D

HEX: #AC9A8D
RGB: (172,154,141)

Color info

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

RGB color model

#AC9A8D color RGB value is (172,154,141).

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

RGB channels and saturation

R 172 of 255 = 67%
G 154 of 255 = 60%
B 141 of 255 = 55%

172
154
141

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

Portions of RGB colors in percentages

R + G + B =
172 + 154 + 141 = 467 (100%)
R 172 of 467 ~ 36.83%
G 154 of 467 ~ 32.98%
B 141 of 467 ~ 30.19%

%36.83
%32.98
%30.19

CMYK color model

#AC9A8D color CMYK value is (0,10,18,33).

  • cyan value is 0.00%
  • magenta value is 10.47%
  • yellow value is 18.02%
  • key color value is 32.55%
CMYK:
(0,10,18,33)
C0M10Y18K33 
(0%,10%,18%,33%)
(0.00/0.10/0.18/0.33)	

CMYK percentages

%0
%10.47
%18.02
%32.55

Codes

Color #AC9A8D in popluar color models

AC9A8D
RGB172154141
HSL25°15.74%61.37%
HSB/HSV25°18.02%67.45%
CMYK0.00%10.47%18.02%
32.55%

Color #AC9A8D in popluar number systems.

HEXAC9A8D
Decimal172154141
Binary101011001001101010001101
Octal254232215

Shades and tints

Shades of #AC9A8D

#AC9A8D
(172,154,141)
#9D8C81
(157,140,129)
#8E7E75
(142,126,117)
#7F7069
(127,112,105)
#70625D
(112,98,93)
#615451
(97,84,81)
#524645
(82,70,69)
#433839
(67,56,57)
#342A2D
(52,42,45)
#251C21
(37,28,33)
#160E15
(22,14,21)
#000000
(0,0,0)

Tints of #AC9A8D

#AC9A8D
(172,154,141)
#B3A397
(179,163,151)
#BAACA1
(186,172,161)
#C1B5AB
(193,181,171)
#C8BEB5
(200,190,181)
#CFC7BF
(207,199,191)
#D6D0C9
(214,208,201)
#DDD9D3
(221,217,211)
#E4E2DD
(228,226,221)
#EBEBE7
(235,235,231)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9A8D; }

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

This text font color is #AC9A8D.


Background Color

.myBgColor { background-color: #AC9A8D; }

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

This div background color is #AC9A8D.


Border color

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

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

This div border color is #AC9A8D.


Opacity

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

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

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

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

This text has shadow with #AC9A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9A8D on black background.


Color preview on white background

This text has color #AC9A8D on white background.



Black color preview on #AC9A8D background

This text has black color on #AC9A8D background.


White color preview on #AC9A8D background

This text has white color on #AC9A8D background.