COLOR #ACA571

HEX: #ACA571 RGB: (172,165,113)

Color info

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

RGB color model

#ACA571 color RGB value is (172,165,113).

RGB: (172,165,113) (67%, 65%, 44%)

RGB channels and saturation

R 172 of 255 = 67%
G 165 of 255 = 65%
B 113 of 255 = 44%

172
165
113

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

Portions of RGB colors in percentages

R + G + B = 172 + 165 + 113 = 450 (100%)
R 172 of 450 ~ 38.22%
G 165 of 450 ~ 36.67%
B 113 of 450 ~ 25.11'%

%38.22
%36.67
%25.11

CMYK color model

#ACA571 color CMYK value is (0,4,34,33).

  • cyan value is 0.00%
  • magenta value is 4.07%
  • yellow value is 34.30%
  • key color value is 32.55%

CMYK: (0,4,34,33)
C0M4Y34K33 (0%, 4%, 34%, 33%)
(0.00 / 0.04 / 0.34 / 0.33)

CMYK percentages

%0
%4.07
%34.3
%32.55

Codes

Color #ACA571 in popluar color models

AC A5 71
RGB 172 165 113
HSL 53° 26.22% 55.88%
HSB/HSV 53° 34.30% 67.45%
CMYK 0.00% 4.07% 34.30%
32.55%

Color #ACA571 in popluar number systems.

HEX AC A5 71
Decimal 172 165 113
Binary 10101100 10100101 1110001
Octal 254 245 161

Shades and tints

Shades of #ACA571

#ACA571
(172,165,113)
#9D9667
(157,150,103)
#8E875D
(142,135,93)
#7F7853
(127,120,83)
#706949
(112,105,73)
#615A3F
(97,90,63)
#524B35
(82,75,53)
#433C2B
(67,60,43)
#342D21
(52,45,33)
#251E17
(37,30,23)
#160F0D
(22,15,13)
#000000
(0,0,0)

Tints of #ACA571

#ACA571
(172,165,113)
#B3AD7D
(179,173,125)
#BAB589
(186,181,137)
#C1BD95
(193,189,149)
#C8C5A1
(200,197,161)
#CFCDAD
(207,205,173)
#D6D5B9
(214,213,185)
#DDDDC5
(221,221,197)
#E4E5D1
(228,229,209)
#EBEDDD
(235,237,221)
#F2F5E9
(242,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA571; }

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

This text font color is #ACA571.

Background Color

.myBgColor { background-color: #ACA571; }

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

This div background color is #ACA571.

Border color

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

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

This div border color is #ACA571.

Opacity

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

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

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

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

This text has shadow with #ACA571 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA571.

Preview

Color preview on black background

This text has color #ACA571 on black background.


Color preview on white background

This text has color #ACA571 on white background.


Black color preview on #ACA571 background

This text has black color on #ACA571 background.


White color preview on #ACA571 background

This text has white color on #ACA571 background.


Related colors

Complementary color

Complementary color for #hex is #535A8E.


I love getcolorcode.com

Triadic colors

1 #71ACA5 and #A571AC with #ACA571 are triadic colors.

2 #71A5AC and #A5AC71 with #ACA571 are triadic colors.