COLOR #ACA773

HEX: #ACA773 RGB: (172,167,115)

Color info

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

RGB color model

#ACA773 color RGB value is (172,167,115).

RGB: (172,167,115) (67%, 65%, 45%)

RGB channels and saturation

R 172 of 255 = 67%
G 167 of 255 = 65%
B 115 of 255 = 45%

172
167
115

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

Portions of RGB colors in percentages

R + G + B = 172 + 167 + 115 = 454 (100%)
R 172 of 454 ~ 37.89%
G 167 of 454 ~ 36.78%
B 115 of 454 ~ 25.33'%

%37.89
%36.78
%25.33

CMYK color model

#ACA773 color CMYK value is (0,3,33,33).

  • cyan value is 0.00%
  • magenta value is 2.91%
  • yellow value is 33.14%
  • key color value is 32.55%
CMYK: (0,3,33,33) C0M3Y33K33 (0%,3%,33%,33%) (0.00/0.03/0.33/0.33) 

CMYK percentages

%0
%2.91
%33.14
%32.55

Codes

Color #ACA773 in popluar color models

AC A7 73
RGB 172 167 115
HSL 55° 25.56% 56.27%
HSB/HSV 55° 33.14% 67.45%
CMYK 0.00% 2.91% 33.14%
32.55%

Color #ACA773 in popluar number systems.

HEX AC A7 73
Decimal 172 167 115
Binary 10101100 10100111 1110011
Octal 254 247 163

Shades and tints

Shades of #ACA773

#ACA773
(172,167,115)
#9D9869
(157,152,105)
#8E895F
(142,137,95)
#7F7A55
(127,122,85)
#706B4B
(112,107,75)
#615C41
(97,92,65)
#524D37
(82,77,55)
#433E2D
(67,62,45)
#342F23
(52,47,35)
#252019
(37,32,25)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #ACA773

#ACA773
(172,167,115)
#B3AF7F
(179,175,127)
#BAB78B
(186,183,139)
#C1BF97
(193,191,151)
#C8C7A3
(200,199,163)
#CFCFAF
(207,207,175)
#D6D7BB
(214,215,187)
#DDDFC7
(221,223,199)
#E4E7D3
(228,231,211)
#EBEFDF
(235,239,223)
#F2F7EB
(242,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA773; }

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

This text font color is #ACA773.

Background Color

.myBgColor { background-color: #ACA773; }

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

This div background color is #ACA773.

Border color

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

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

This div border color is #ACA773.

Opacity

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

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

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

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

This text has shadow with #ACA773 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA773.

Preview

Color preview on black background

This text has color #ACA773 on black background.


Color preview on white background

This text has color #ACA773 on white background.


Black color preview on #ACA773 background

This text has black color on #ACA773 background.


White color preview on #ACA773 background

This text has white color on #ACA773 background.


Related colors

Complementary color

Complementary color for #hex is #53588C.


I love getcolorcode.com

Triadic colors

1 #73ACA7 and #A773AC with #ACA773 are triadic colors.

2 #73A7AC and #A7AC73 with #ACA773 are triadic colors.