COLOR #ACA68C

HEX: #ACA68C RGB: (172,166,140)

Color info

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

RGB color model

#ACA68C color RGB value is (172,166,140).

RGB: (172,166,140) (67%, 65%, 55%)

RGB channels and saturation

R 172 of 255 = 67%
G 166 of 255 = 65%
B 140 of 255 = 55%

172
166
140

R + G + B ~ 62%. #ACA68C is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 166 + 140 = 478 (100%)
R 172 of 478 ~ 35.98%
G 166 of 478 ~ 34.73%
B 140 of 478 ~ 29.29'%

%35.98
%34.73
%29.29

CMYK color model

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

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

CMYK: (0,3,19,33)
C0M3Y19K33 (0%, 3%, 19%, 33%)
(0.00 / 0.03 / 0.19 / 0.33)

CMYK percentages

%0
%3.49
%18.6
%32.55

Codes

Color #ACA68C in popluar color models

AC A6 8C
RGB 172 166 140
HSL 49° 16.16% 61.18%
HSB/HSV 49° 18.60% 67.45%
CMYK 0.00% 3.49% 18.60%
32.55%

Color #ACA68C in popluar number systems.

HEX AC A6 8C
Decimal 172 166 140
Binary 10101100 10100110 10001100
Octal 254 246 214

Shades and tints

Shades of #ACA68C

#ACA68C
(172,166,140)
#9D9780
(157,151,128)
#8E8874
(142,136,116)
#7F7968
(127,121,104)
#706A5C
(112,106,92)
#615B50
(97,91,80)
#524C44
(82,76,68)
#433D38
(67,61,56)
#342E2C
(52,46,44)
#251F20
(37,31,32)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #ACA68C

#ACA68C
(172,166,140)
#B3AE96
(179,174,150)
#BAB6A0
(186,182,160)
#C1BEAA
(193,190,170)
#C8C6B4
(200,198,180)
#CFCEBE
(207,206,190)
#D6D6C8
(214,214,200)
#DDDED2
(221,222,210)
#E4E6DC
(228,230,220)
#EBEEE6
(235,238,230)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA68C; }

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

This text font color is #ACA68C.

Background Color

.myBgColor { background-color: #ACA68C; }

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

This div background color is #ACA68C.

Border color

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

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

This div border color is #ACA68C.

Opacity

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

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

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

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

This text has shadow with #ACA68C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA68C.

Preview

Color preview on black background

This text has color #ACA68C on black background.


Color preview on white background

This text has color #ACA68C on white background.


Black color preview on #ACA68C background

This text has black color on #ACA68C background.


White color preview on #ACA68C background

This text has white color on #ACA68C background.


Related colors

Complementary color

Complementary color for #hex is #535973.


I love getcolorcode.com

Triadic colors

1 #8CACA6 and #A68CAC with #ACA68C are triadic colors.

2 #8CA6AC and #A6AC8C with #ACA68C are triadic colors.