COLOR #ACA59F

HEX: #ACA59F
RGB: (172,165,159)

Color info

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

RGB color model

#ACA59F color RGB value is (172,165,159).

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

RGB channels and saturation

R 172 of 255 = 67%
G 165 of 255 = 65%
B 159 of 255 = 62%

172
165
159

R + G + B ~ 65%. #ACA59F is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 165 + 159 = 496 (100%)
R 172 of 496 ~ 34.68%
G 165 of 496 ~ 33.27%
B 159 of 496 ~ 32.06%

%34.68
%33.27
%32.06

CMYK color model

#ACA59F color CMYK value is (0,4,8,33).

  • cyan value is 0.00%
  • magenta value is 4.07%
  • yellow value is 7.56%
  • key color value is 32.55%
CMYK:
(0,4,8,33)
C0M4Y8K33 
(0%,4%,8%,33%)
(0.00/0.04/0.08/0.33)	

CMYK percentages

%0
%4.07
%7.56
%32.55

Codes

Color #ACA59F in popluar color models

ACA59F
RGB172165159
HSL28°7.26%64.90%
HSB/HSV28°7.56%67.45%
CMYK0.00%4.07%7.56%
32.55%

Color #ACA59F in popluar number systems.

HEXACA59F
Decimal172165159
Binary101011001010010110011111
Octal254245237

Shades and tints

Shades of #ACA59F

#ACA59F
(172,165,159)
#9D9691
(157,150,145)
#8E8783
(142,135,131)
#7F7875
(127,120,117)
#706967
(112,105,103)
#615A59
(97,90,89)
#524B4B
(82,75,75)
#433C3D
(67,60,61)
#342D2F
(52,45,47)
#251E21
(37,30,33)
#160F13
(22,15,19)
#000000
(0,0,0)

Tints of #ACA59F

#ACA59F
(172,165,159)
#B3ADA7
(179,173,167)
#BAB5AF
(186,181,175)
#C1BDB7
(193,189,183)
#C8C5BF
(200,197,191)
#CFCDC7
(207,205,199)
#D6D5CF
(214,213,207)
#DDDDD7
(221,221,215)
#E4E5DF
(228,229,223)
#EBEDE7
(235,237,231)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA59F; }

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

This text font color is #ACA59F.


Background Color

.myBgColor { background-color: #ACA59F; }

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

This div background color is #ACA59F.


Border color

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

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

This div border color is #ACA59F.


Opacity

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

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

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

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

This text has shadow with #ACA59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA59F on black background.


Color preview on white background

This text has color #ACA59F on white background.



Black color preview on #ACA59F background

This text has black color on #ACA59F background.


White color preview on #ACA59F background

This text has white color on #ACA59F background.