COLOR #ACAC94

HEX: #ACAC94
RGB: (172,172,148)

Color info

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

RGB color model

#ACAC94 color RGB value is (172,172,148).

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

RGB channels and saturation

R 172 of 255 = 67%
G 172 of 255 = 67%
B 148 of 255 = 58%

172
172
148

R + G + B ~ 64%. #ACAC94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 172 + 148 = 492 (100%)
R 172 of 492 ~ 34.96%
G 172 of 492 ~ 34.96%
B 148 of 492 ~ 30.08%

%34.96
%34.96
%30.08

CMYK color model

#ACAC94 color CMYK value is (0,0,14,33).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 13.95%
  • key color value is 32.55%
CMYK:
(0,0,14,33)
C0M0Y14K33 
(0%,0%,14%,33%)
(0.00/0.00/0.14/0.33)	

CMYK percentages

%0
%0
%13.95
%32.55

Codes

Color #ACAC94 in popluar color models

ACAC94
RGB172172148
HSL60°12.63%62.75%
HSB/HSV60°13.95%67.45%
CMYK0.00%0.00%13.95%
32.55%

Color #ACAC94 in popluar number systems.

HEXACAC94
Decimal172172148
Binary101011001010110010010100
Octal254254224

Shades and tints

Shades of #ACAC94

#ACAC94
(172,172,148)
#9D9D87
(157,157,135)
#8E8E7A
(142,142,122)
#7F7F6D
(127,127,109)
#707060
(112,112,96)
#616153
(97,97,83)
#525246
(82,82,70)
#434339
(67,67,57)
#34342C
(52,52,44)
#25251F
(37,37,31)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #ACAC94

#ACAC94
(172,172,148)
#B3B39D
(179,179,157)
#BABAA6
(186,186,166)
#C1C1AF
(193,193,175)
#C8C8B8
(200,200,184)
#CFCFC1
(207,207,193)
#D6D6CA
(214,214,202)
#DDDDD3
(221,221,211)
#E4E4DC
(228,228,220)
#EBEBE5
(235,235,229)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAC94; }

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

This text font color is #ACAC94.


Background Color

.myBgColor { background-color: #ACAC94; }

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

This div background color is #ACAC94.


Border color

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

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

This div border color is #ACAC94.


Opacity

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

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

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

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

This text has shadow with #ACAC94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAC94 on black background.


Color preview on white background

This text has color #ACAC94 on white background.



Black color preview on #ACAC94 background

This text has black color on #ACAC94 background.


White color preview on #ACAC94 background

This text has white color on #ACAC94 background.