COLOR #ACA497

HEX: #ACA497
RGB: (172,164,151)

Color info

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

RGB color model

#ACA497 color RGB value is (172,164,151).

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

RGB channels and saturation

R 172 of 255 = 67%
G 164 of 255 = 64%
B 151 of 255 = 59%

172
164
151

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

Portions of RGB colors in percentages

R + G + B =
172 + 164 + 151 = 487 (100%)
R 172 of 487 ~ 35.32%
G 164 of 487 ~ 33.68%
B 151 of 487 ~ 31.01%

%35.32
%33.68
%31.01

CMYK color model

#ACA497 color CMYK value is (0,5,12,33).

  • cyan value is 0.00%
  • magenta value is 4.65%
  • yellow value is 12.21%
  • key color value is 32.55%
CMYK:
(0,5,12,33)
C0M5Y12K33 
(0%,5%,12%,33%)
(0.00/0.05/0.12/0.33)	

CMYK percentages

%0
%4.65
%12.21
%32.55

Codes

Color #ACA497 in popluar color models

ACA497
RGB172164151
HSL37°11.23%63.33%
HSB/HSV37°12.21%67.45%
CMYK0.00%4.65%12.21%
32.55%

Color #ACA497 in popluar number systems.

HEXACA497
Decimal172164151
Binary101011001010010010010111
Octal254244227

Shades and tints

Shades of #ACA497

#ACA497
(172,164,151)
#9D968A
(157,150,138)
#8E887D
(142,136,125)
#7F7A70
(127,122,112)
#706C63
(112,108,99)
#615E56
(97,94,86)
#525049
(82,80,73)
#43423C
(67,66,60)
#34342F
(52,52,47)
#252622
(37,38,34)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #ACA497

#ACA497
(172,164,151)
#B3ACA0
(179,172,160)
#BAB4A9
(186,180,169)
#C1BCB2
(193,188,178)
#C8C4BB
(200,196,187)
#CFCCC4
(207,204,196)
#D6D4CD
(214,212,205)
#DDDCD6
(221,220,214)
#E4E4DF
(228,228,223)
#EBECE8
(235,236,232)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA497 color. Also use rgb(172,164,151) instead hex code.

Text Font Color

.myTextColor { color: #ACA497; }

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

This text font color is #ACA497.


Background Color

.myBgColor { background-color: #ACA497; }

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

This div background color is #ACA497.


Border color

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

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

This div border color is #ACA497.


Opacity

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

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

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

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

This text has shadow with #ACA497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA497 on black background.


Color preview on white background

This text has color #ACA497 on white background.



Black color preview on #ACA497 background

This text has black color on #ACA497 background.


White color preview on #ACA497 background

This text has white color on #ACA497 background.