COLOR #AC8B8B

HEX: #AC8B8B
RGB: (172,139,139)

Color info

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

RGB color model

#AC8B8B color RGB value is (172,139,139).

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

RGB channels and saturation

R 172 of 255 = 67%
G 139 of 255 = 55%
B 139 of 255 = 55%

172
139
139

R + G + B ~ 59%. #AC8B8B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
172 + 139 + 139 = 450 (100%)
R 172 of 450 ~ 38.22%
G 139 of 450 ~ 30.89%
B 139 of 450 ~ 30.89%

%38.22
%30.89
%30.89

CMYK color model

#AC8B8B color CMYK value is (0,19,19,33).

  • cyan value is 0.00%
  • magenta value is 19.19%
  • yellow value is 19.19%
  • key color value is 32.55%
CMYK:
(0,19,19,33)
C0M19Y19K33 
(0%,19%,19%,33%)
(0.00/0.19/0.19/0.33)	

CMYK percentages

%0
%19.19
%19.19
%32.55

Codes

Color #AC8B8B in popluar color models

AC8B8B
RGB172139139
HSL16.58%60.98%
HSB/HSV19.19%67.45%
CMYK0.00%19.19%19.19%
32.55%

Color #AC8B8B in popluar number systems.

HEXAC8B8B
Decimal172139139
Binary101011001000101110001011
Octal254213213

Shades and tints

Shades of #AC8B8B

#AC8B8B
(172,139,139)
#9D7F7F
(157,127,127)
#8E7373
(142,115,115)
#7F6767
(127,103,103)
#705B5B
(112,91,91)
#614F4F
(97,79,79)
#524343
(82,67,67)
#433737
(67,55,55)
#342B2B
(52,43,43)
#251F1F
(37,31,31)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #AC8B8B

#AC8B8B
(172,139,139)
#B39595
(179,149,149)
#BA9F9F
(186,159,159)
#C1A9A9
(193,169,169)
#C8B3B3
(200,179,179)
#CFBDBD
(207,189,189)
#D6C7C7
(214,199,199)
#DDD1D1
(221,209,209)
#E4DBDB
(228,219,219)
#EBE5E5
(235,229,229)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8B8B; }

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

This text font color is #AC8B8B.


Background Color

.myBgColor { background-color: #AC8B8B; }

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

This div background color is #AC8B8B.


Border color

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

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

This div border color is #AC8B8B.


Opacity

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

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

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

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

This text has shadow with #AC8B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8B8B on black background.


Color preview on white background

This text has color #AC8B8B on white background.



Black color preview on #AC8B8B background

This text has black color on #AC8B8B background.


White color preview on #AC8B8B background

This text has white color on #AC8B8B background.