COLOR #ACA296

HEX: #ACA296
RGB: (172,162,150)

Color info

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

RGB color model

#ACA296 color RGB value is (172,162,150).

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

RGB channels and saturation

R 172 of 255 = 67%
G 162 of 255 = 64%
B 150 of 255 = 59%

172
162
150

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

Portions of RGB colors in percentages

R + G + B =
172 + 162 + 150 = 484 (100%)
R 172 of 484 ~ 35.54%
G 162 of 484 ~ 33.47%
B 150 of 484 ~ 30.99%

%35.54
%33.47
%30.99

CMYK color model

#ACA296 color CMYK value is (0,6,13,33).

  • cyan value is 0.00%
  • magenta value is 5.81%
  • yellow value is 12.79%
  • key color value is 32.55%
CMYK:
(0,6,13,33)
C0M6Y13K33 
(0%,6%,13%,33%)
(0.00/0.06/0.13/0.33)	

CMYK percentages

%0
%5.81
%12.79
%32.55

Codes

Color #ACA296 in popluar color models

ACA296
RGB172162150
HSL33°11.70%63.14%
HSB/HSV33°12.79%67.45%
CMYK0.00%5.81%12.79%
32.55%

Color #ACA296 in popluar number systems.

HEXACA296
Decimal172162150
Binary101011001010001010010110
Octal254242226

Shades and tints

Shades of #ACA296

#ACA296
(172,162,150)
#9D9489
(157,148,137)
#8E867C
(142,134,124)
#7F786F
(127,120,111)
#706A62
(112,106,98)
#615C55
(97,92,85)
#524E48
(82,78,72)
#43403B
(67,64,59)
#34322E
(52,50,46)
#252421
(37,36,33)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #ACA296

#ACA296
(172,162,150)
#B3AA9F
(179,170,159)
#BAB2A8
(186,178,168)
#C1BAB1
(193,186,177)
#C8C2BA
(200,194,186)
#CFCAC3
(207,202,195)
#D6D2CC
(214,210,204)
#DDDAD5
(221,218,213)
#E4E2DE
(228,226,222)
#EBEAE7
(235,234,231)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA296; }

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

This text font color is #ACA296.


Background Color

.myBgColor { background-color: #ACA296; }

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

This div background color is #ACA296.


Border color

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

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

This div border color is #ACA296.


Opacity

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

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

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

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

This text has shadow with #ACA296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA296 on black background.


Color preview on white background

This text has color #ACA296 on white background.



Black color preview on #ACA296 background

This text has black color on #ACA296 background.


White color preview on #ACA296 background

This text has white color on #ACA296 background.