COLOR #ACA672

HEX: #ACA672 RGB: (172,166,114)

Color info

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

RGB color model

#ACA672 color RGB value is (172,166,114).

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

RGB channels and saturation

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

172
166
114

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

Portions of RGB colors in percentages

R + G + B = 172 + 166 + 114 = 452 (100%)
R 172 of 452 ~ 38.05%
G 166 of 452 ~ 36.73%
B 114 of 452 ~ 25.22'%

%38.05
%36.73
%25.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.49%
  • yellow value is 33.72%
  • key color value is 32.55%
CMYK: (0,3,34,33) C0M3Y34K33 (0%,3%,34%,33%) (0.00/0.03/0.34/0.33) 

CMYK percentages

%0
%3.49
%33.72
%32.55

Codes

Color #ACA672 in popluar color models

AC A6 72
RGB 172 166 114
HSL 54° 25.89% 56.08%
HSB/HSV 54° 33.72% 67.45%
CMYK 0.00% 3.49% 33.72%
32.55%

Color #ACA672 in popluar number systems.

HEX AC A6 72
Decimal 172 166 114
Binary 10101100 10100110 1110010
Octal 254 246 162

Shades and tints

Shades of #ACA672

#ACA672
(172,166,114)
#9D9768
(157,151,104)
#8E885E
(142,136,94)
#7F7954
(127,121,84)
#706A4A
(112,106,74)
#615B40
(97,91,64)
#524C36
(82,76,54)
#433D2C
(67,61,44)
#342E22
(52,46,34)
#251F18
(37,31,24)
#16100E
(22,16,14)
#000000
(0,0,0)

Tints of #ACA672

#ACA672
(172,166,114)
#B3AE7E
(179,174,126)
#BAB68A
(186,182,138)
#C1BE96
(193,190,150)
#C8C6A2
(200,198,162)
#CFCEAE
(207,206,174)
#D6D6BA
(214,214,186)
#DDDEC6
(221,222,198)
#E4E6D2
(228,230,210)
#EBEEDE
(235,238,222)
#F2F6EA
(242,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA672; }

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

This text font color is #ACA672.

Background Color

.myBgColor { background-color: #ACA672; }

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

This div background color is #ACA672.

Border color

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

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

This div border color is #ACA672.

Opacity

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

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

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

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

This text has shadow with #ACA672 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA672.

Preview

Color preview on black background

This text has color #ACA672 on black background.


Color preview on white background

This text has color #ACA672 on white background.


Black color preview on #ACA672 background

This text has black color on #ACA672 background.


White color preview on #ACA672 background

This text has white color on #ACA672 background.


Related colors

Complementary color

Complementary color for #hex is #53598D.


I love getcolorcode.com

Triadic colors

1 #72ACA6 and #A672AC with #ACA672 are triadic colors.

2 #72A6AC and #A6AC72 with #ACA672 are triadic colors.