COLOR #ACA932

HEX: #ACA932
RGB: (172,169,50)

Color info

#ACA932 contains mainly red and green colors. Web safe color of #ACA932 is #999933 (or #993).

RGB color model

#ACA932 color RGB value is (172,169,50).

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

RGB channels and saturation

R 172 of 255 = 67%
G 169 of 255 = 66%
B 50 of 255 = 20%

172
169
50

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

Portions of RGB colors in percentages

R + G + B =
172 + 169 + 50 = 391 (100%)
R 172 of 391 ~ 43.99%
G 169 of 391 ~ 43.22%
B 50 of 391 ~ 12.79%

%43.99
%43.22
%12.79

CMYK color model

#ACA932 color CMYK value is (0,2,71,33).

  • cyan value is 0.00%
  • magenta value is 1.74%
  • yellow value is 70.93%
  • key color value is 32.55%
CMYK:
(0,2,71,33)
C0M2Y71K33 
(0%,2%,71%,33%)
(0.00/0.02/0.71/0.33)	

CMYK percentages

%0
%1.74
%70.93
%32.55

Codes

Color #ACA932 in popluar color models

ACA932
RGB17216950
HSL59°54.95%43.53%
HSB/HSV59°70.93%67.45%
CMYK0.00%1.74%70.93%
32.55%

Color #ACA932 in popluar number systems.

HEXACA932
Decimal17216950
Binary1010110010101001110010
Octal25425162

Shades and tints

Shades of #ACA932

#ACA932
(172,169,50)
#9D9A2E
(157,154,46)
#8E8B2A
(142,139,42)
#7F7C26
(127,124,38)
#706D22
(112,109,34)
#615E1E
(97,94,30)
#524F1A
(82,79,26)
#434016
(67,64,22)
#343112
(52,49,18)
#25220E
(37,34,14)
#16130A
(22,19,10)
#000000
(0,0,0)

Tints of #ACA932

#ACA932
(172,169,50)
#B3B044
(179,176,68)
#BAB756
(186,183,86)
#C1BE68
(193,190,104)
#C8C57A
(200,197,122)
#CFCC8C
(207,204,140)
#D6D39E
(214,211,158)
#DDDAB0
(221,218,176)
#E4E1C2
(228,225,194)
#EBE8D4
(235,232,212)
#F2EFE6
(242,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA932; }

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

This text font color is #ACA932.


Background Color

.myBgColor { background-color: #ACA932; }

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

This div background color is #ACA932.


Border color

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

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

This div border color is #ACA932.


Opacity

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

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

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

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

This text has shadow with #ACA932 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA932 on black background.


Color preview on white background

This text has color #ACA932 on white background.



Black color preview on #ACA932 background

This text has black color on #ACA932 background.


White color preview on #ACA932 background

This text has white color on #ACA932 background.