COLOR #ACA98D

HEX: #ACA98D
RGB: (172,169,141)

Color info

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

RGB color model

#ACA98D color RGB value is (172,169,141).

  • red value is 172;
  • green value is 169;
  • blue value is 141.
RGB:
(172,169,141)
(67%,66%,55%)

RGB channels and saturation

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

172
169
141

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

Portions of RGB colors in percentages

R + G + B =
172 + 169 + 141 = 482 (100%)
R 172 of 482 ~ 35.68%
G 169 of 482 ~ 35.06%
B 141 of 482 ~ 29.25%

%35.68
%35.06
%29.25

CMYK color model

#ACA98D color CMYK value is (0,2,18,33).

  • cyan value is 0.00%
  • magenta value is 1.74%
  • yellow value is 18.02%
  • key color value is 32.55%
CMYK:
(0,2,18,33)
C0M2Y18K33 
(0%,2%,18%,33%)
(0.00/0.02/0.18/0.33)	

CMYK percentages

%0
%1.74
%18.02
%32.55

Codes

Color #ACA98D in popluar color models

ACA98D
RGB172169141
HSL54°15.74%61.37%
HSB/HSV54°18.02%67.45%
CMYK0.00%1.74%18.02%
32.55%

Color #ACA98D in popluar number systems.

HEXACA98D
Decimal172169141
Binary101011001010100110001101
Octal254251215

Shades and tints

Shades of #ACA98D

#ACA98D
(172,169,141)
#9D9A81
(157,154,129)
#8E8B75
(142,139,117)
#7F7C69
(127,124,105)
#706D5D
(112,109,93)
#615E51
(97,94,81)
#524F45
(82,79,69)
#434039
(67,64,57)
#34312D
(52,49,45)
#252221
(37,34,33)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #ACA98D

#ACA98D
(172,169,141)
#B3B097
(179,176,151)
#BAB7A1
(186,183,161)
#C1BEAB
(193,190,171)
#C8C5B5
(200,197,181)
#CFCCBF
(207,204,191)
#D6D3C9
(214,211,201)
#DDDAD3
(221,218,211)
#E4E1DD
(228,225,221)
#EBE8E7
(235,232,231)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA98D; }

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

This text font color is #ACA98D.


Background Color

.myBgColor { background-color: #ACA98D; }

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

This div background color is #ACA98D.


Border color

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

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

This div border color is #ACA98D.


Opacity

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

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

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

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

This text has shadow with #ACA98D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA98D on black background.


Color preview on white background

This text has color #ACA98D on white background.



Black color preview on #ACA98D background

This text has black color on #ACA98D background.


White color preview on #ACA98D background

This text has white color on #ACA98D background.