COLOR #ACA681

HEX: #ACA681 RGB: (172,166,129)

Color info

#ACA681 contains red, green and blue colors in about the same proportion. Web safe color of #ACA681 is #999999 (or #999).

RGB color model

#ACA681 color RGB value is (172,166,129).

RGB: (172,166,129) (67%, 65%, 51%)

RGB channels and saturation

R 172 of 255 = 67%
G 166 of 255 = 65%
B 129 of 255 = 51%

172
166
129

R + G + B ~ 61%. #ACA681 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 166 + 129 = 467 (100%)
R 172 of 467 ~ 36.83%
G 166 of 467 ~ 35.55%
B 129 of 467 ~ 27.62'%

%36.83
%35.55
%27.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.49%
  • yellow value is 25.00%
  • key color value is 32.55%

CMYK: (0,3,25,33)
C0M3Y25K33 (0%, 3%, 25%, 33%)
(0.00 / 0.03 / 0.25 / 0.33)

CMYK percentages

%0
%3.49
%25
%32.55

Codes

Color #ACA681 in popluar color models

AC A6 81
RGB 172 166 129
HSL 52° 20.57% 59.02%
HSB/HSV 52° 25.00% 67.45%
CMYK 0.00% 3.49% 25.00%
32.55%

Color #ACA681 in popluar number systems.

HEX AC A6 81
Decimal 172 166 129
Binary 10101100 10100110 10000001
Octal 254 246 201

Shades and tints

Shades of #ACA681

#ACA681
(172,166,129)
#9D9776
(157,151,118)
#8E886B
(142,136,107)
#7F7960
(127,121,96)
#706A55
(112,106,85)
#615B4A
(97,91,74)
#524C3F
(82,76,63)
#433D34
(67,61,52)
#342E29
(52,46,41)
#251F1E
(37,31,30)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #ACA681

#ACA681
(172,166,129)
#B3AE8C
(179,174,140)
#BAB697
(186,182,151)
#C1BEA2
(193,190,162)
#C8C6AD
(200,198,173)
#CFCEB8
(207,206,184)
#D6D6C3
(214,214,195)
#DDDECE
(221,222,206)
#E4E6D9
(228,230,217)
#EBEEE4
(235,238,228)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA681; }

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

This text font color is #ACA681.

Background Color

.myBgColor { background-color: #ACA681; }

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

This div background color is #ACA681.

Border color

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

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

This div border color is #ACA681.

Opacity

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

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

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

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

This text has shadow with #ACA681 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA681.

Preview

Color preview on black background

This text has color #ACA681 on black background.


Color preview on white background

This text has color #ACA681 on white background.


Black color preview on #ACA681 background

This text has black color on #ACA681 background.


White color preview on #ACA681 background

This text has white color on #ACA681 background.


Related colors

Complementary color

Complementary color for #hex is #53597E.


I love getcolorcode.com

Triadic colors

1 #81ACA6 and #A681AC with #ACA681 are triadic colors.

2 #81A6AC and #A6AC81 with #ACA681 are triadic colors.