COLOR #ACAC8B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

172
172
139

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

Portions of RGB colors in percentages

R + G + B =
172 + 172 + 139 = 483 (100%)
R 172 of 483 ~ 35.61%
G 172 of 483 ~ 35.61%
B 139 of 483 ~ 28.78%

%35.61
%35.61
%28.78

CMYK color model

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

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

CMYK percentages

%0
%0
%19.19
%32.55

Codes

Color #ACAC8B in popluar color models

ACAC8B
RGB172172139
HSL60°16.58%60.98%
HSB/HSV60°19.19%67.45%
CMYK0.00%0.00%19.19%
32.55%

Color #ACAC8B in popluar number systems.

HEXACAC8B
Decimal172172139
Binary101011001010110010001011
Octal254254213

Shades and tints

Shades of #ACAC8B

#ACAC8B
(172,172,139)
#9D9D7F
(157,157,127)
#8E8E73
(142,142,115)
#7F7F67
(127,127,103)
#70705B
(112,112,91)
#61614F
(97,97,79)
#525243
(82,82,67)
#434337
(67,67,55)
#34342B
(52,52,43)
#25251F
(37,37,31)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #ACAC8B

#ACAC8B
(172,172,139)
#B3B395
(179,179,149)
#BABA9F
(186,186,159)
#C1C1A9
(193,193,169)
#C8C8B3
(200,200,179)
#CFCFBD
(207,207,189)
#D6D6C7
(214,214,199)
#DDDDD1
(221,221,209)
#E4E4DB
(228,228,219)
#EBEBE5
(235,235,229)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAC8B; }

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

This text font color is #ACAC8B.


Background Color

.myBgColor { background-color: #ACAC8B; }

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

This div background color is #ACAC8B.


Border color

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

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

This div border color is #ACAC8B.


Opacity

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

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

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

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

This text has shadow with #ACAC8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAC8B on black background.


Color preview on white background

This text has color #ACAC8B on white background.



Black color preview on #ACAC8B background

This text has black color on #ACAC8B background.


White color preview on #ACAC8B background

This text has white color on #ACAC8B background.