COLOR #ACA696

HEX: #ACA696
RGB: (172,166,150)

Color info

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

RGB color model

#ACA696 color RGB value is (172,166,150).

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

RGB channels and saturation

R 172 of 255 = 67%
G 166 of 255 = 65%
B 150 of 255 = 59%

172
166
150

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

Portions of RGB colors in percentages

R + G + B =
172 + 166 + 150 = 488 (100%)
R 172 of 488 ~ 35.25%
G 166 of 488 ~ 34.02%
B 150 of 488 ~ 30.74%

%35.25
%34.02
%30.74

CMYK color model

#ACA696 color CMYK value is (0,3,13,33).

  • cyan value is 0.00%
  • magenta value is 3.49%
  • yellow value is 12.79%
  • key color value is 32.55%
CMYK:
(0,3,13,33)
C0M3Y13K33 
(0%,3%,13%,33%)
(0.00/0.03/0.13/0.33)	

CMYK percentages

%0
%3.49
%12.79
%32.55

Codes

Color #ACA696 in popluar color models

ACA696
RGB172166150
HSL44°11.70%63.14%
HSB/HSV44°12.79%67.45%
CMYK0.00%3.49%12.79%
32.55%

Color #ACA696 in popluar number systems.

HEXACA696
Decimal172166150
Binary101011001010011010010110
Octal254246226

Shades and tints

Shades of #ACA696

#ACA696
(172,166,150)
#9D9789
(157,151,137)
#8E887C
(142,136,124)
#7F796F
(127,121,111)
#706A62
(112,106,98)
#615B55
(97,91,85)
#524C48
(82,76,72)
#433D3B
(67,61,59)
#342E2E
(52,46,46)
#251F21
(37,31,33)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #ACA696

#ACA696
(172,166,150)
#B3AE9F
(179,174,159)
#BAB6A8
(186,182,168)
#C1BEB1
(193,190,177)
#C8C6BA
(200,198,186)
#CFCEC3
(207,206,195)
#D6D6CC
(214,214,204)
#DDDED5
(221,222,213)
#E4E6DE
(228,230,222)
#EBEEE7
(235,238,231)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA696; }

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

This text font color is #ACA696.


Background Color

.myBgColor { background-color: #ACA696; }

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

This div background color is #ACA696.


Border color

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

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

This div border color is #ACA696.


Opacity

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

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

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

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

This text has shadow with #ACA696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA696 on black background.


Color preview on white background

This text has color #ACA696 on white background.



Black color preview on #ACA696 background

This text has black color on #ACA696 background.


White color preview on #ACA696 background

This text has white color on #ACA696 background.