COLOR #ACA073

HEX: #ACA073
RGB: (172,160,115)

Color info

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

RGB color model

#ACA073 color RGB value is (172,160,115).

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

RGB channels and saturation

R 172 of 255 = 67%
G 160 of 255 = 63%
B 115 of 255 = 45%

172
160
115

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

Portions of RGB colors in percentages

R + G + B =
172 + 160 + 115 = 447 (100%)
R 172 of 447 ~ 38.48%
G 160 of 447 ~ 35.79%
B 115 of 447 ~ 25.73%

%38.48
%35.79
%25.73

CMYK color model

#ACA073 color CMYK value is (0,7,33,33).

  • cyan value is 0.00%
  • magenta value is 6.98%
  • yellow value is 33.14%
  • key color value is 32.55%
CMYK:
(0,7,33,33)
C0M7Y33K33 
(0%,7%,33%,33%)
(0.00/0.07/0.33/0.33)	

CMYK percentages

%0
%6.98
%33.14
%32.55

Codes

Color #ACA073 in popluar color models

ACA073
RGB172160115
HSL47°25.56%56.27%
HSB/HSV47°33.14%67.45%
CMYK0.00%6.98%33.14%
32.55%

Color #ACA073 in popluar number systems.

HEXACA073
Decimal172160115
Binary10101100101000001110011
Octal254240163

Shades and tints

Shades of #ACA073

#ACA073
(172,160,115)
#9D9269
(157,146,105)
#8E845F
(142,132,95)
#7F7655
(127,118,85)
#70684B
(112,104,75)
#615A41
(97,90,65)
#524C37
(82,76,55)
#433E2D
(67,62,45)
#343023
(52,48,35)
#252219
(37,34,25)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #ACA073

#ACA073
(172,160,115)
#B3A87F
(179,168,127)
#BAB08B
(186,176,139)
#C1B897
(193,184,151)
#C8C0A3
(200,192,163)
#CFC8AF
(207,200,175)
#D6D0BB
(214,208,187)
#DDD8C7
(221,216,199)
#E4E0D3
(228,224,211)
#EBE8DF
(235,232,223)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA073; }

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

This text font color is #ACA073.


Background Color

.myBgColor { background-color: #ACA073; }

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

This div background color is #ACA073.


Border color

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

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

This div border color is #ACA073.


Opacity

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

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

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

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

This text has shadow with #ACA073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA073 on black background.


Color preview on white background

This text has color #ACA073 on white background.



Black color preview on #ACA073 background

This text has black color on #ACA073 background.


White color preview on #ACA073 background

This text has white color on #ACA073 background.