COLOR #ACA599

HEX: #ACA599
RGB: (172,165,153)

Color info

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

RGB color model

#ACA599 color RGB value is (172,165,153).

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

RGB channels and saturation

R 172 of 255 = 67%
G 165 of 255 = 65%
B 153 of 255 = 60%

172
165
153

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

Portions of RGB colors in percentages

R + G + B =
172 + 165 + 153 = 490 (100%)
R 172 of 490 ~ 35.1%
G 165 of 490 ~ 33.67%
B 153 of 490 ~ 31.22%

%35.1
%33.67
%31.22

CMYK color model

#ACA599 color CMYK value is (0,4,11,33).

  • cyan value is 0.00%
  • magenta value is 4.07%
  • yellow value is 11.05%
  • key color value is 32.55%
CMYK:
(0,4,11,33)
C0M4Y11K33 
(0%,4%,11%,33%)
(0.00/0.04/0.11/0.33)	

CMYK percentages

%0
%4.07
%11.05
%32.55

Codes

Color #ACA599 in popluar color models

ACA599
RGB172165153
HSL38°10.27%63.73%
HSB/HSV38°11.05%67.45%
CMYK0.00%4.07%11.05%
32.55%

Color #ACA599 in popluar number systems.

HEXACA599
Decimal172165153
Binary101011001010010110011001
Octal254245231

Shades and tints

Shades of #ACA599

#ACA599
(172,165,153)
#9D968C
(157,150,140)
#8E877F
(142,135,127)
#7F7872
(127,120,114)
#706965
(112,105,101)
#615A58
(97,90,88)
#524B4B
(82,75,75)
#433C3E
(67,60,62)
#342D31
(52,45,49)
#251E24
(37,30,36)
#160F17
(22,15,23)
#000000
(0,0,0)

Tints of #ACA599

#ACA599
(172,165,153)
#B3ADA2
(179,173,162)
#BAB5AB
(186,181,171)
#C1BDB4
(193,189,180)
#C8C5BD
(200,197,189)
#CFCDC6
(207,205,198)
#D6D5CF
(214,213,207)
#DDDDD8
(221,221,216)
#E4E5E1
(228,229,225)
#EBEDEA
(235,237,234)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA599; }

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

This text font color is #ACA599.


Background Color

.myBgColor { background-color: #ACA599; }

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

This div background color is #ACA599.


Border color

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

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

This div border color is #ACA599.


Opacity

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

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

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

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

This text has shadow with #ACA599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA599 on black background.


Color preview on white background

This text has color #ACA599 on white background.



Black color preview on #ACA599 background

This text has black color on #ACA599 background.


White color preview on #ACA599 background

This text has white color on #ACA599 background.