COLOR #ACAC54

HEX: #ACAC54
RGB: (172,172,84)

Color info

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

RGB color model

#ACAC54 color RGB value is (172,172,84).

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

RGB channels and saturation

R 172 of 255 = 67%
G 172 of 255 = 67%
B 84 of 255 = 33%

172
172
84

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

Portions of RGB colors in percentages

R + G + B =
172 + 172 + 84 = 428 (100%)
R 172 of 428 ~ 40.19%
G 172 of 428 ~ 40.19%
B 84 of 428 ~ 19.63%

%40.19
%40.19
%19.63

CMYK color model

#ACAC54 color CMYK value is (0,0,51,33).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 51.16%
  • key color value is 32.55%
CMYK:
(0,0,51,33)
C0M0Y51K33 
(0%,0%,51%,33%)
(0.00/0.00/0.51/0.33)	

CMYK percentages

%0
%0
%51.16
%32.55

Codes

Color #ACAC54 in popluar color models

ACAC54
RGB17217284
HSL60°34.65%50.20%
HSB/HSV60°51.16%67.45%
CMYK0.00%0.00%51.16%
32.55%

Color #ACAC54 in popluar number systems.

HEXACAC54
Decimal17217284
Binary10101100101011001010100
Octal254254124

Shades and tints

Shades of #ACAC54

#ACAC54
(172,172,84)
#9D9D4D
(157,157,77)
#8E8E46
(142,142,70)
#7F7F3F
(127,127,63)
#707038
(112,112,56)
#616131
(97,97,49)
#52522A
(82,82,42)
#434323
(67,67,35)
#34341C
(52,52,28)
#252515
(37,37,21)
#16160E
(22,22,14)
#000000
(0,0,0)

Tints of #ACAC54

#ACAC54
(172,172,84)
#B3B363
(179,179,99)
#BABA72
(186,186,114)
#C1C181
(193,193,129)
#C8C890
(200,200,144)
#CFCF9F
(207,207,159)
#D6D6AE
(214,214,174)
#DDDDBD
(221,221,189)
#E4E4CC
(228,228,204)
#EBEBDB
(235,235,219)
#F2F2EA
(242,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAC54; }

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

This text font color is #ACAC54.


Background Color

.myBgColor { background-color: #ACAC54; }

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

This div background color is #ACAC54.


Border color

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

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

This div border color is #ACAC54.


Opacity

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

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

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

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

This text has shadow with #ACAC54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAC54 on black background.


Color preview on white background

This text has color #ACAC54 on white background.



Black color preview on #ACAC54 background

This text has black color on #ACAC54 background.


White color preview on #ACAC54 background

This text has white color on #ACAC54 background.