COLOR #ACAC5C

HEX: #ACAC5C
RGB: (172,172,92)

Color info

#ACAC5C contains mainly red and green colors. Web safe color of #ACAC5C is #999966 (or #996).

RGB color model

#ACAC5C color RGB value is (172,172,92).

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

RGB channels and saturation

R 172 of 255 = 67%
G 172 of 255 = 67%
B 92 of 255 = 36%

172
172
92

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

Portions of RGB colors in percentages

R + G + B =
172 + 172 + 92 = 436 (100%)
R 172 of 436 ~ 39.45%
G 172 of 436 ~ 39.45%
B 92 of 436 ~ 21.1%

%39.45
%39.45
%21.1

CMYK color model

#ACAC5C color CMYK value is (0,0,47,33).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 46.51%
  • key color value is 32.55%
CMYK:
(0,0,47,33)
C0M0Y47K33 
(0%,0%,47%,33%)
(0.00/0.00/0.47/0.33)	

CMYK percentages

%0
%0
%46.51
%32.55

Codes

Color #ACAC5C in popluar color models

ACAC5C
RGB17217292
HSL60°32.52%51.76%
HSB/HSV60°46.51%67.45%
CMYK0.00%0.00%46.51%
32.55%

Color #ACAC5C in popluar number systems.

HEXACAC5C
Decimal17217292
Binary10101100101011001011100
Octal254254134

Shades and tints

Shades of #ACAC5C

#ACAC5C
(172,172,92)
#9D9D54
(157,157,84)
#8E8E4C
(142,142,76)
#7F7F44
(127,127,68)
#70703C
(112,112,60)
#616134
(97,97,52)
#52522C
(82,82,44)
#434324
(67,67,36)
#34341C
(52,52,28)
#252514
(37,37,20)
#16160C
(22,22,12)
#000000
(0,0,0)

Tints of #ACAC5C

#ACAC5C
(172,172,92)
#B3B36A
(179,179,106)
#BABA78
(186,186,120)
#C1C186
(193,193,134)
#C8C894
(200,200,148)
#CFCFA2
(207,207,162)
#D6D6B0
(214,214,176)
#DDDDBE
(221,221,190)
#E4E4CC
(228,228,204)
#EBEBDA
(235,235,218)
#F2F2E8
(242,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAC5C; }

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

This text font color is #ACAC5C.


Background Color

.myBgColor { background-color: #ACAC5C; }

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

This div background color is #ACAC5C.


Border color

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

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

This div border color is #ACAC5C.


Opacity

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

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

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

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

This text has shadow with #ACAC5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAC5C on black background.


Color preview on white background

This text has color #ACAC5C on white background.



Black color preview on #ACAC5C background

This text has black color on #ACAC5C background.


White color preview on #ACAC5C background

This text has white color on #ACAC5C background.