COLOR #ACA999

HEX: #ACA999
RGB: (172,169,153)

Color info

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

RGB color model

#ACA999 color RGB value is (172,169,153).

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

RGB channels and saturation

R 172 of 255 = 67%
G 169 of 255 = 66%
B 153 of 255 = 60%

172
169
153

R + G + B ~ 64%. #ACA999 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 169 + 153 = 494 (100%)
R 172 of 494 ~ 34.82%
G 169 of 494 ~ 34.21%
B 153 of 494 ~ 30.97%

%34.82
%34.21
%30.97

CMYK color model

#ACA999 color CMYK value is (0,2,11,33).

  • cyan value is 0.00%
  • magenta value is 1.74%
  • yellow value is 11.05%
  • key color value is 32.55%
CMYK:
(0,2,11,33)
C0M2Y11K33 
(0%,2%,11%,33%)
(0.00/0.02/0.11/0.33)	

CMYK percentages

%0
%1.74
%11.05
%32.55

Codes

Color #ACA999 in popluar color models

ACA999
RGB172169153
HSL51°10.27%63.73%
HSB/HSV51°11.05%67.45%
CMYK0.00%1.74%11.05%
32.55%

Color #ACA999 in popluar number systems.

HEXACA999
Decimal172169153
Binary101011001010100110011001
Octal254251231

Shades and tints

Shades of #ACA999

#ACA999
(172,169,153)
#9D9A8C
(157,154,140)
#8E8B7F
(142,139,127)
#7F7C72
(127,124,114)
#706D65
(112,109,101)
#615E58
(97,94,88)
#524F4B
(82,79,75)
#43403E
(67,64,62)
#343131
(52,49,49)
#252224
(37,34,36)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #ACA999

#ACA999
(172,169,153)
#B3B0A2
(179,176,162)
#BAB7AB
(186,183,171)
#C1BEB4
(193,190,180)
#C8C5BD
(200,197,189)
#CFCCC6
(207,204,198)
#D6D3CF
(214,211,207)
#DDDAD8
(221,218,216)
#E4E1E1
(228,225,225)
#EBE8EA
(235,232,234)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA999; }

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

This text font color is #ACA999.


Background Color

.myBgColor { background-color: #ACA999; }

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

This div background color is #ACA999.


Border color

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

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

This div border color is #ACA999.


Opacity

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

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

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

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

This text has shadow with #ACA999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA999 on black background.


Color preview on white background

This text has color #ACA999 on white background.



Black color preview on #ACA999 background

This text has black color on #ACA999 background.


White color preview on #ACA999 background

This text has white color on #ACA999 background.