COLOR #AC9B8D

HEX: #AC9B8D
RGB: (172,155,141)

Color info

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

RGB color model

#AC9B8D color RGB value is (172,155,141).

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

RGB channels and saturation

R 172 of 255 = 67%
G 155 of 255 = 61%
B 141 of 255 = 55%

172
155
141

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

Portions of RGB colors in percentages

R + G + B =
172 + 155 + 141 = 468 (100%)
R 172 of 468 ~ 36.75%
G 155 of 468 ~ 33.12%
B 141 of 468 ~ 30.13%

%36.75
%33.12
%30.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.88%
  • 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
%9.88
%18.02
%32.55

Codes

Color #AC9B8D in popluar color models

AC9B8D
RGB172155141
HSL27°15.74%61.37%
HSB/HSV27°18.02%67.45%
CMYK0.00%9.88%18.02%
32.55%

Color #AC9B8D in popluar number systems.

HEXAC9B8D
Decimal172155141
Binary101011001001101110001101
Octal254233215

Shades and tints

Shades of #AC9B8D

#AC9B8D
(172,155,141)
#9D8D81
(157,141,129)
#8E7F75
(142,127,117)
#7F7169
(127,113,105)
#70635D
(112,99,93)
#615551
(97,85,81)
#524745
(82,71,69)
#433939
(67,57,57)
#342B2D
(52,43,45)
#251D21
(37,29,33)
#160F15
(22,15,21)
#000000
(0,0,0)

Tints of #AC9B8D

#AC9B8D
(172,155,141)
#B3A497
(179,164,151)
#BAADA1
(186,173,161)
#C1B6AB
(193,182,171)
#C8BFB5
(200,191,181)
#CFC8BF
(207,200,191)
#D6D1C9
(214,209,201)
#DDDAD3
(221,218,211)
#E4E3DD
(228,227,221)
#EBECE7
(235,236,231)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9B8D; }

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

This text font color is #AC9B8D.


Background Color

.myBgColor { background-color: #AC9B8D; }

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

This div background color is #AC9B8D.


Border color

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

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

This div border color is #AC9B8D.


Opacity

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

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

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

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

This text has shadow with #AC9B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9B8D on black background.


Color preview on white background

This text has color #AC9B8D on white background.



Black color preview on #AC9B8D background

This text has black color on #AC9B8D background.


White color preview on #AC9B8D background

This text has white color on #AC9B8D background.