COLOR #ACA499

HEX: #ACA499
RGB: (172,164,153)

Color info

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

RGB color model

#ACA499 color RGB value is (172,164,153).

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

RGB channels and saturation

R 172 of 255 = 67%
G 164 of 255 = 64%
B 153 of 255 = 60%

172
164
153

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

Portions of RGB colors in percentages

R + G + B =
172 + 164 + 153 = 489 (100%)
R 172 of 489 ~ 35.17%
G 164 of 489 ~ 33.54%
B 153 of 489 ~ 31.29%

%35.17
%33.54
%31.29

CMYK color model

#ACA499 color CMYK value is (0,5,11,33).

  • cyan value is 0.00%
  • magenta value is 4.65%
  • yellow value is 11.05%
  • key color value is 32.55%
CMYK:
(0,5,11,33)
C0M5Y11K33 
(0%,5%,11%,33%)
(0.00/0.05/0.11/0.33)	

CMYK percentages

%0
%4.65
%11.05
%32.55

Codes

Color #ACA499 in popluar color models

ACA499
RGB172164153
HSL35°10.27%63.73%
HSB/HSV35°11.05%67.45%
CMYK0.00%4.65%11.05%
32.55%

Color #ACA499 in popluar number systems.

HEXACA499
Decimal172164153
Binary101011001010010010011001
Octal254244231

Shades and tints

Shades of #ACA499

#ACA499
(172,164,153)
#9D968C
(157,150,140)
#8E887F
(142,136,127)
#7F7A72
(127,122,114)
#706C65
(112,108,101)
#615E58
(97,94,88)
#52504B
(82,80,75)
#43423E
(67,66,62)
#343431
(52,52,49)
#252624
(37,38,36)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #ACA499

#ACA499
(172,164,153)
#B3ACA2
(179,172,162)
#BAB4AB
(186,180,171)
#C1BCB4
(193,188,180)
#C8C4BD
(200,196,189)
#CFCCC6
(207,204,198)
#D6D4CF
(214,212,207)
#DDDCD8
(221,220,216)
#E4E4E1
(228,228,225)
#EBECEA
(235,236,234)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA499; }

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

This text font color is #ACA499.


Background Color

.myBgColor { background-color: #ACA499; }

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

This div background color is #ACA499.


Border color

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

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

This div border color is #ACA499.


Opacity

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

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

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

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

This text has shadow with #ACA499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA499 on black background.


Color preview on white background

This text has color #ACA499 on white background.



Black color preview on #ACA499 background

This text has black color on #ACA499 background.


White color preview on #ACA499 background

This text has white color on #ACA499 background.