COLOR #ACA94E

HEX: #ACA94E
RGB: (172,169,78)

Color info

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

RGB color model

#ACA94E color RGB value is (172,169,78).

  • red value is 172;
  • green value is 169;
  • blue value is 78.
RGB:
(172,169,78)
(67%,66%,31%)

RGB channels and saturation

R 172 of 255 = 67%
G 169 of 255 = 66%
B 78 of 255 = 31%

172
169
78

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

Portions of RGB colors in percentages

R + G + B =
172 + 169 + 78 = 419 (100%)
R 172 of 419 ~ 41.05%
G 169 of 419 ~ 40.33%
B 78 of 419 ~ 18.62%

%41.05
%40.33
%18.62

CMYK color model

#ACA94E color CMYK value is (0,2,55,33).

  • cyan value is 0.00%
  • magenta value is 1.74%
  • yellow value is 54.65%
  • key color value is 32.55%
CMYK:
(0,2,55,33)
C0M2Y55K33 
(0%,2%,55%,33%)
(0.00/0.02/0.55/0.33)	

CMYK percentages

%0
%1.74
%54.65
%32.55

Codes

Color #ACA94E in popluar color models

ACA94E
RGB17216978
HSL58°37.60%49.02%
HSB/HSV58°54.65%67.45%
CMYK0.00%1.74%54.65%
32.55%

Color #ACA94E in popluar number systems.

HEXACA94E
Decimal17216978
Binary10101100101010011001110
Octal254251116

Shades and tints

Shades of #ACA94E

#ACA94E
(172,169,78)
#9D9A47
(157,154,71)
#8E8B40
(142,139,64)
#7F7C39
(127,124,57)
#706D32
(112,109,50)
#615E2B
(97,94,43)
#524F24
(82,79,36)
#43401D
(67,64,29)
#343116
(52,49,22)
#25220F
(37,34,15)
#161308
(22,19,8)
#000000
(0,0,0)

Tints of #ACA94E

#ACA94E
(172,169,78)
#B3B05E
(179,176,94)
#BAB76E
(186,183,110)
#C1BE7E
(193,190,126)
#C8C58E
(200,197,142)
#CFCC9E
(207,204,158)
#D6D3AE
(214,211,174)
#DDDABE
(221,218,190)
#E4E1CE
(228,225,206)
#EBE8DE
(235,232,222)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA94E; }

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

This text font color is #ACA94E.


Background Color

.myBgColor { background-color: #ACA94E; }

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

This div background color is #ACA94E.


Border color

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

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

This div border color is #ACA94E.


Opacity

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

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

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

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

This text has shadow with #ACA94E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA94E on black background.


Color preview on white background

This text has color #ACA94E on white background.



Black color preview on #ACA94E background

This text has black color on #ACA94E background.


White color preview on #ACA94E background

This text has white color on #ACA94E background.