COLOR #ACA99E

HEX: #ACA99E
RGB: (172,169,158)

Color info

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

RGB color model

#ACA99E color RGB value is (172,169,158).

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

RGB channels and saturation

R 172 of 255 = 67%
G 169 of 255 = 66%
B 158 of 255 = 62%

172
169
158

R + G + B ~ 65%. #ACA99E is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 169 + 158 = 499 (100%)
R 172 of 499 ~ 34.47%
G 169 of 499 ~ 33.87%
B 158 of 499 ~ 31.66%

%34.47
%33.87
%31.66

CMYK color model

#ACA99E color CMYK value is (0,2,8,33).

  • cyan value is 0.00%
  • magenta value is 1.74%
  • yellow value is 8.14%
  • key color value is 32.55%
CMYK:
(0,2,8,33)
C0M2Y8K33 
(0%,2%,8%,33%)
(0.00/0.02/0.08/0.33)	

CMYK percentages

%0
%1.74
%8.14
%32.55

Codes

Color #ACA99E in popluar color models

ACA99E
RGB172169158
HSL47°7.78%64.71%
HSB/HSV47°8.14%67.45%
CMYK0.00%1.74%8.14%
32.55%

Color #ACA99E in popluar number systems.

HEXACA99E
Decimal172169158
Binary101011001010100110011110
Octal254251236

Shades and tints

Shades of #ACA99E

#ACA99E
(172,169,158)
#9D9A90
(157,154,144)
#8E8B82
(142,139,130)
#7F7C74
(127,124,116)
#706D66
(112,109,102)
#615E58
(97,94,88)
#524F4A
(82,79,74)
#43403C
(67,64,60)
#34312E
(52,49,46)
#252220
(37,34,32)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #ACA99E

#ACA99E
(172,169,158)
#B3B0A6
(179,176,166)
#BAB7AE
(186,183,174)
#C1BEB6
(193,190,182)
#C8C5BE
(200,197,190)
#CFCCC6
(207,204,198)
#D6D3CE
(214,211,206)
#DDDAD6
(221,218,214)
#E4E1DE
(228,225,222)
#EBE8E6
(235,232,230)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA99E; }

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

This text font color is #ACA99E.


Background Color

.myBgColor { background-color: #ACA99E; }

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

This div background color is #ACA99E.


Border color

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

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

This div border color is #ACA99E.


Opacity

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

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

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

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

This text has shadow with #ACA99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA99E on black background.


Color preview on white background

This text has color #ACA99E on white background.



Black color preview on #ACA99E background

This text has black color on #ACA99E background.


White color preview on #ACA99E background

This text has white color on #ACA99E background.