COLOR #ACAC83

HEX: #ACAC83
RGB: (172,172,131)

Color info

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

RGB color model

#ACAC83 color RGB value is (172,172,131).

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

RGB channels and saturation

R 172 of 255 = 67%
G 172 of 255 = 67%
B 131 of 255 = 51%

172
172
131

R + G + B ~ 62%. #ACAC83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 172 + 131 = 475 (100%)
R 172 of 475 ~ 36.21%
G 172 of 475 ~ 36.21%
B 131 of 475 ~ 27.58%

%36.21
%36.21
%27.58

CMYK color model

#ACAC83 color CMYK value is (0,0,24,33).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 23.84%
  • key color value is 32.55%
CMYK:
(0,0,24,33)
C0M0Y24K33 
(0%,0%,24%,33%)
(0.00/0.00/0.24/0.33)	

CMYK percentages

%0
%0
%23.84
%32.55

Codes

Color #ACAC83 in popluar color models

ACAC83
RGB172172131
HSL60°19.81%59.41%
HSB/HSV60°23.84%67.45%
CMYK0.00%0.00%23.84%
32.55%

Color #ACAC83 in popluar number systems.

HEXACAC83
Decimal172172131
Binary101011001010110010000011
Octal254254203

Shades and tints

Shades of #ACAC83

#ACAC83
(172,172,131)
#9D9D78
(157,157,120)
#8E8E6D
(142,142,109)
#7F7F62
(127,127,98)
#707057
(112,112,87)
#61614C
(97,97,76)
#525241
(82,82,65)
#434336
(67,67,54)
#34342B
(52,52,43)
#252520
(37,37,32)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #ACAC83

#ACAC83
(172,172,131)
#B3B38E
(179,179,142)
#BABA99
(186,186,153)
#C1C1A4
(193,193,164)
#C8C8AF
(200,200,175)
#CFCFBA
(207,207,186)
#D6D6C5
(214,214,197)
#DDDDD0
(221,221,208)
#E4E4DB
(228,228,219)
#EBEBE6
(235,235,230)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAC83; }

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

This text font color is #ACAC83.


Background Color

.myBgColor { background-color: #ACAC83; }

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

This div background color is #ACAC83.


Border color

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

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

This div border color is #ACAC83.


Opacity

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

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

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

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

This text has shadow with #ACAC83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAC83 on black background.


Color preview on white background

This text has color #ACAC83 on white background.



Black color preview on #ACAC83 background

This text has black color on #ACAC83 background.


White color preview on #ACAC83 background

This text has white color on #ACAC83 background.