COLOR #ACA996

HEX: #ACA996
RGB: (172,169,150)

Color info

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

RGB color model

#ACA996 color RGB value is (172,169,150).

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

RGB channels and saturation

R 172 of 255 = 67%
G 169 of 255 = 66%
B 150 of 255 = 59%

172
169
150

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

Portions of RGB colors in percentages

R + G + B =
172 + 169 + 150 = 491 (100%)
R 172 of 491 ~ 35.03%
G 169 of 491 ~ 34.42%
B 150 of 491 ~ 30.55%

%35.03
%34.42
%30.55

CMYK color model

#ACA996 color CMYK value is (0,2,13,33).

  • cyan value is 0.00%
  • magenta value is 1.74%
  • yellow value is 12.79%
  • key color value is 32.55%
CMYK:
(0,2,13,33)
C0M2Y13K33 
(0%,2%,13%,33%)
(0.00/0.02/0.13/0.33)	

CMYK percentages

%0
%1.74
%12.79
%32.55

Codes

Color #ACA996 in popluar color models

ACA996
RGB172169150
HSL52°11.70%63.14%
HSB/HSV52°12.79%67.45%
CMYK0.00%1.74%12.79%
32.55%

Color #ACA996 in popluar number systems.

HEXACA996
Decimal172169150
Binary101011001010100110010110
Octal254251226

Shades and tints

Shades of #ACA996

#ACA996
(172,169,150)
#9D9A89
(157,154,137)
#8E8B7C
(142,139,124)
#7F7C6F
(127,124,111)
#706D62
(112,109,98)
#615E55
(97,94,85)
#524F48
(82,79,72)
#43403B
(67,64,59)
#34312E
(52,49,46)
#252221
(37,34,33)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #ACA996

#ACA996
(172,169,150)
#B3B09F
(179,176,159)
#BAB7A8
(186,183,168)
#C1BEB1
(193,190,177)
#C8C5BA
(200,197,186)
#CFCCC3
(207,204,195)
#D6D3CC
(214,211,204)
#DDDAD5
(221,218,213)
#E4E1DE
(228,225,222)
#EBE8E7
(235,232,231)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA996; }

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

This text font color is #ACA996.


Background Color

.myBgColor { background-color: #ACA996; }

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

This div background color is #ACA996.


Border color

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

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

This div border color is #ACA996.


Opacity

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

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

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

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

This text has shadow with #ACA996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA996 on black background.


Color preview on white background

This text has color #ACA996 on white background.



Black color preview on #ACA996 background

This text has black color on #ACA996 background.


White color preview on #ACA996 background

This text has white color on #ACA996 background.