COLOR #ACA18C

HEX: #ACA18C RGB: (172,161,140)

Color info

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

RGB color model

#ACA18C color RGB value is (172,161,140).

RGB: (172,161,140) (67%, 63%, 55%)

RGB channels and saturation

R 172 of 255 = 67%
G 161 of 255 = 63%
B 140 of 255 = 55%

172
161
140

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

Portions of RGB colors in percentages

R + G + B = 172 + 161 + 140 = 473 (100%)
R 172 of 473 ~ 36.36%
G 161 of 473 ~ 34.04%
B 140 of 473 ~ 29.6'%

%36.36
%34.04
%29.6

CMYK color model

#ACA18C color CMYK value is (0,6,19,33).

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

CMYK: (0,6,19,33)
C0M6Y19K33 (0%, 6%, 19%, 33%)
(0.00 / 0.06 / 0.19 / 0.33)

CMYK percentages

%0
%6.4
%18.6
%32.55

Codes

Color #ACA18C in popluar color models

AC A1 8C
RGB 172 161 140
HSL 39° 16.16% 61.18%
HSB/HSV 39° 18.60% 67.45%
CMYK 0.00% 6.40% 18.60%
32.55%

Color #ACA18C in popluar number systems.

HEX AC A1 8C
Decimal 172 161 140
Binary 10101100 10100001 10001100
Octal 254 241 214

Shades and tints

Shades of #ACA18C

#ACA18C
(172,161,140)
#9D9380
(157,147,128)
#8E8574
(142,133,116)
#7F7768
(127,119,104)
#70695C
(112,105,92)
#615B50
(97,91,80)
#524D44
(82,77,68)
#433F38
(67,63,56)
#34312C
(52,49,44)
#252320
(37,35,32)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #ACA18C

#ACA18C
(172,161,140)
#B3A996
(179,169,150)
#BAB1A0
(186,177,160)
#C1B9AA
(193,185,170)
#C8C1B4
(200,193,180)
#CFC9BE
(207,201,190)
#D6D1C8
(214,209,200)
#DDD9D2
(221,217,210)
#E4E1DC
(228,225,220)
#EBE9E6
(235,233,230)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA18C; }

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

This text font color is #ACA18C.

Background Color

.myBgColor { background-color: #ACA18C; }

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

This div background color is #ACA18C.

Border color

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

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

This div border color is #ACA18C.

Opacity

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

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

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

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

This text has shadow with #ACA18C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA18C.

Preview

Color preview on black background

This text has color #ACA18C on black background.


Color preview on white background

This text has color #ACA18C on white background.


Black color preview on #ACA18C background

This text has black color on #ACA18C background.


White color preview on #ACA18C background

This text has white color on #ACA18C background.


Related colors

Complementary color

Complementary color for #hex is #535E73.


I love getcolorcode.com

Triadic colors

1 #8CACA1 and #A18CAC with #ACA18C are triadic colors.

2 #8CA1AC and #A1AC8C with #ACA18C are triadic colors.