COLOR #ACA973

HEX: #ACA973
RGB: (172,169,115)

Color info

#ACA973 contains red, green and blue colors in about the same proportion. Web safe color of #ACA973 is #999966 (or #996).

RGB color model

#ACA973 color RGB value is (172,169,115).

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

RGB channels and saturation

R 172 of 255 = 67%
G 169 of 255 = 66%
B 115 of 255 = 45%

172
169
115

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

Portions of RGB colors in percentages

R + G + B =
172 + 169 + 115 = 456 (100%)
R 172 of 456 ~ 37.72%
G 169 of 456 ~ 37.06%
B 115 of 456 ~ 25.22%

%37.72
%37.06
%25.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.74%
  • yellow value is 33.14%
  • key color value is 32.55%
CMYK:
(0,2,33,33)
C0M2Y33K33 
(0%,2%,33%,33%)
(0.00/0.02/0.33/0.33)	

CMYK percentages

%0
%1.74
%33.14
%32.55

Codes

Color #ACA973 in popluar color models

ACA973
RGB172169115
HSL57°25.56%56.27%
HSB/HSV57°33.14%67.45%
CMYK0.00%1.74%33.14%
32.55%

Color #ACA973 in popluar number systems.

HEXACA973
Decimal172169115
Binary10101100101010011110011
Octal254251163

Shades and tints

Shades of #ACA973

#ACA973
(172,169,115)
#9D9A69
(157,154,105)
#8E8B5F
(142,139,95)
#7F7C55
(127,124,85)
#706D4B
(112,109,75)
#615E41
(97,94,65)
#524F37
(82,79,55)
#43402D
(67,64,45)
#343123
(52,49,35)
#252219
(37,34,25)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #ACA973

#ACA973
(172,169,115)
#B3B07F
(179,176,127)
#BAB78B
(186,183,139)
#C1BE97
(193,190,151)
#C8C5A3
(200,197,163)
#CFCCAF
(207,204,175)
#D6D3BB
(214,211,187)
#DDDAC7
(221,218,199)
#E4E1D3
(228,225,211)
#EBE8DF
(235,232,223)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA973; }

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

This text font color is #ACA973.


Background Color

.myBgColor { background-color: #ACA973; }

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

This div background color is #ACA973.


Border color

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

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

This div border color is #ACA973.


Opacity

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

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

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

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

This text has shadow with #ACA973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA973 on black background.


Color preview on white background

This text has color #ACA973 on white background.



Black color preview on #ACA973 background

This text has black color on #ACA973 background.


White color preview on #ACA973 background

This text has white color on #ACA973 background.