COLOR #ACA98C

HEX: #ACA98C RGB: (172,169,140)

Color info

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

RGB color model

#ACA98C color RGB value is (172,169,140).

RGB: (172,169,140) (67%, 66%, 55%)

RGB channels and saturation

R 172 of 255 = 67%
G 169 of 255 = 66%
B 140 of 255 = 55%

172
169
140

R + G + B ~ 63%. #ACA98C is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 169 + 140 = 481 (100%)
R 172 of 481 ~ 35.76%
G 169 of 481 ~ 35.14%
B 140 of 481 ~ 29.11'%

%35.76
%35.14
%29.11

CMYK color model

#ACA98C color CMYK value is (0,2,19,33).

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

CMYK: (0,2,19,33)
C0M2Y19K33 (0%, 2%, 19%, 33%)
(0.00 / 0.02 / 0.19 / 0.33)

CMYK percentages

%0
%1.74
%18.6
%32.55

Codes

Color #ACA98C in popluar color models

AC A9 8C
RGB 172 169 140
HSL 54° 16.16% 61.18%
HSB/HSV 54° 18.60% 67.45%
CMYK 0.00% 1.74% 18.60%
32.55%

Color #ACA98C in popluar number systems.

HEX AC A9 8C
Decimal 172 169 140
Binary 10101100 10101001 10001100
Octal 254 251 214

Shades and tints

Shades of #ACA98C

#ACA98C
(172,169,140)
#9D9A80
(157,154,128)
#8E8B74
(142,139,116)
#7F7C68
(127,124,104)
#706D5C
(112,109,92)
#615E50
(97,94,80)
#524F44
(82,79,68)
#434038
(67,64,56)
#34312C
(52,49,44)
#252220
(37,34,32)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #ACA98C

#ACA98C
(172,169,140)
#B3B096
(179,176,150)
#BAB7A0
(186,183,160)
#C1BEAA
(193,190,170)
#C8C5B4
(200,197,180)
#CFCCBE
(207,204,190)
#D6D3C8
(214,211,200)
#DDDAD2
(221,218,210)
#E4E1DC
(228,225,220)
#EBE8E6
(235,232,230)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA98C; }

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

This text font color is #ACA98C.

Background Color

.myBgColor { background-color: #ACA98C; }

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

This div background color is #ACA98C.

Border color

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

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

This div border color is #ACA98C.

Opacity

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

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

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

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

This text has shadow with #ACA98C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA98C.

Preview

Color preview on black background

This text has color #ACA98C on black background.


Color preview on white background

This text has color #ACA98C on white background.


Black color preview on #ACA98C background

This text has black color on #ACA98C background.


White color preview on #ACA98C background

This text has white color on #ACA98C background.


Related colors

Complementary color

Complementary color for #hex is #535673.


I love getcolorcode.com

Triadic colors

1 #8CACA9 and #A98CAC with #ACA98C are triadic colors.

2 #8CA9AC and #A9AC8C with #ACA98C are triadic colors.