COLOR #ACA673

HEX: #ACA673 RGB: (172,166,115)

Color info

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

RGB color model

#ACA673 color RGB value is (172,166,115).

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

RGB channels and saturation

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

172
166
115

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

Portions of RGB colors in percentages

R + G + B = 172 + 166 + 115 = 453 (100%)
R 172 of 453 ~ 37.97%
G 166 of 453 ~ 36.64%
B 115 of 453 ~ 25.39'%

%37.97
%36.64
%25.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.49%
  • 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
%3.49
%33.14
%32.55

Codes

Color #ACA673 in popluar color models

AC A6 73
RGB 172 166 115
HSL 54° 25.56% 56.27%
HSB/HSV 54° 33.14% 67.45%
CMYK 0.00% 3.49% 33.14%
32.55%

Color #ACA673 in popluar number systems.

HEX AC A6 73
Decimal 172 166 115
Binary 10101100 10100110 1110011
Octal 254 246 163

Shades and tints

Shades of #ACA673

#ACA673
(172,166,115)
#9D9769
(157,151,105)
#8E885F
(142,136,95)
#7F7955
(127,121,85)
#706A4B
(112,106,75)
#615B41
(97,91,65)
#524C37
(82,76,55)
#433D2D
(67,61,45)
#342E23
(52,46,35)
#251F19
(37,31,25)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #ACA673

#ACA673
(172,166,115)
#B3AE7F
(179,174,127)
#BAB68B
(186,182,139)
#C1BE97
(193,190,151)
#C8C6A3
(200,198,163)
#CFCEAF
(207,206,175)
#D6D6BB
(214,214,187)
#DDDEC7
(221,222,199)
#E4E6D3
(228,230,211)
#EBEEDF
(235,238,223)
#F2F6EB
(242,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA673; }

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

This text font color is #ACA673.

Background Color

.myBgColor { background-color: #ACA673; }

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

This div background color is #ACA673.

Border color

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

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

This div border color is #ACA673.

Opacity

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

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

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

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

This text has shadow with #ACA673 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA673.

Preview

Color preview on black background

This text has color #ACA673 on black background.


Color preview on white background

This text has color #ACA673 on white background.


Black color preview on #ACA673 background

This text has black color on #ACA673 background.


White color preview on #ACA673 background

This text has white color on #ACA673 background.


Related colors

Complementary color

Complementary color for #hex is #53598C.


I love getcolorcode.com

Triadic colors

1 #73ACA6 and #A673AC with #ACA673 are triadic colors.

2 #73A6AC and #A6AC73 with #ACA673 are triadic colors.