COLOR #ACA99B

HEX: #ACA99B
RGB: (172,169,155)

Color info

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

RGB color model

#ACA99B color RGB value is (172,169,155).

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

RGB channels and saturation

R 172 of 255 = 67%
G 169 of 255 = 66%
B 155 of 255 = 61%

172
169
155

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

Portions of RGB colors in percentages

R + G + B =
172 + 169 + 155 = 496 (100%)
R 172 of 496 ~ 34.68%
G 169 of 496 ~ 34.07%
B 155 of 496 ~ 31.25%

%34.68
%34.07
%31.25

CMYK color model

#ACA99B color CMYK value is (0,2,10,33).

  • cyan value is 0.00%
  • magenta value is 1.74%
  • yellow value is 9.88%
  • key color value is 32.55%
CMYK:
(0,2,10,33)
C0M2Y10K33 
(0%,2%,10%,33%)
(0.00/0.02/0.10/0.33)	

CMYK percentages

%0
%1.74
%9.88
%32.55

Codes

Color #ACA99B in popluar color models

ACA99B
RGB172169155
HSL49°9.29%64.12%
HSB/HSV49°9.88%67.45%
CMYK0.00%1.74%9.88%
32.55%

Color #ACA99B in popluar number systems.

HEXACA99B
Decimal172169155
Binary101011001010100110011011
Octal254251233

Shades and tints

Shades of #ACA99B

#ACA99B
(172,169,155)
#9D9A8D
(157,154,141)
#8E8B7F
(142,139,127)
#7F7C71
(127,124,113)
#706D63
(112,109,99)
#615E55
(97,94,85)
#524F47
(82,79,71)
#434039
(67,64,57)
#34312B
(52,49,43)
#25221D
(37,34,29)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #ACA99B

#ACA99B
(172,169,155)
#B3B0A4
(179,176,164)
#BAB7AD
(186,183,173)
#C1BEB6
(193,190,182)
#C8C5BF
(200,197,191)
#CFCCC8
(207,204,200)
#D6D3D1
(214,211,209)
#DDDADA
(221,218,218)
#E4E1E3
(228,225,227)
#EBE8EC
(235,232,236)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA99B; }

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

This text font color is #ACA99B.


Background Color

.myBgColor { background-color: #ACA99B; }

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

This div background color is #ACA99B.


Border color

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

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

This div border color is #ACA99B.


Opacity

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

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

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

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

This text has shadow with #ACA99B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA99B on black background.


Color preview on white background

This text has color #ACA99B on white background.



Black color preview on #ACA99B background

This text has black color on #ACA99B background.


White color preview on #ACA99B background

This text has white color on #ACA99B background.