COLOR #ACA597

HEX: #ACA597
RGB: (172,165,151)

Color info

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

RGB color model

#ACA597 color RGB value is (172,165,151).

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

RGB channels and saturation

R 172 of 255 = 67%
G 165 of 255 = 65%
B 151 of 255 = 59%

172
165
151

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

Portions of RGB colors in percentages

R + G + B =
172 + 165 + 151 = 488 (100%)
R 172 of 488 ~ 35.25%
G 165 of 488 ~ 33.81%
B 151 of 488 ~ 30.94%

%35.25
%33.81
%30.94

CMYK color model

#ACA597 color CMYK value is (0,4,12,33).

  • cyan value is 0.00%
  • magenta value is 4.07%
  • yellow value is 12.21%
  • key color value is 32.55%
CMYK:
(0,4,12,33)
C0M4Y12K33 
(0%,4%,12%,33%)
(0.00/0.04/0.12/0.33)	

CMYK percentages

%0
%4.07
%12.21
%32.55

Codes

Color #ACA597 in popluar color models

ACA597
RGB172165151
HSL40°11.23%63.33%
HSB/HSV40°12.21%67.45%
CMYK0.00%4.07%12.21%
32.55%

Color #ACA597 in popluar number systems.

HEXACA597
Decimal172165151
Binary101011001010010110010111
Octal254245227

Shades and tints

Shades of #ACA597

#ACA597
(172,165,151)
#9D968A
(157,150,138)
#8E877D
(142,135,125)
#7F7870
(127,120,112)
#706963
(112,105,99)
#615A56
(97,90,86)
#524B49
(82,75,73)
#433C3C
(67,60,60)
#342D2F
(52,45,47)
#251E22
(37,30,34)
#160F15
(22,15,21)
#000000
(0,0,0)

Tints of #ACA597

#ACA597
(172,165,151)
#B3ADA0
(179,173,160)
#BAB5A9
(186,181,169)
#C1BDB2
(193,189,178)
#C8C5BB
(200,197,187)
#CFCDC4
(207,205,196)
#D6D5CD
(214,213,205)
#DDDDD6
(221,221,214)
#E4E5DF
(228,229,223)
#EBEDE8
(235,237,232)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA597; }

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

This text font color is #ACA597.


Background Color

.myBgColor { background-color: #ACA597; }

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

This div background color is #ACA597.


Border color

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

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

This div border color is #ACA597.


Opacity

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

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

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

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

This text has shadow with #ACA597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA597 on black background.


Color preview on white background

This text has color #ACA597 on white background.



Black color preview on #ACA597 background

This text has black color on #ACA597 background.


White color preview on #ACA597 background

This text has white color on #ACA597 background.