COLOR #ACA899

HEX: #ACA899
RGB: (172,168,153)

Color info

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

RGB color model

#ACA899 color RGB value is (172,168,153).

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

RGB channels and saturation

R 172 of 255 = 67%
G 168 of 255 = 66%
B 153 of 255 = 60%

172
168
153

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

Portions of RGB colors in percentages

R + G + B =
172 + 168 + 153 = 493 (100%)
R 172 of 493 ~ 34.89%
G 168 of 493 ~ 34.08%
B 153 of 493 ~ 31.03%

%34.89
%34.08
%31.03

CMYK color model

#ACA899 color CMYK value is (0,2,11,33).

  • cyan value is 0.00%
  • magenta value is 2.33%
  • yellow value is 11.05%
  • key color value is 32.55%
CMYK:
(0,2,11,33)
C0M2Y11K33 
(0%,2%,11%,33%)
(0.00/0.02/0.11/0.33)	

CMYK percentages

%0
%2.33
%11.05
%32.55

Codes

Color #ACA899 in popluar color models

ACA899
RGB172168153
HSL47°10.27%63.73%
HSB/HSV47°11.05%67.45%
CMYK0.00%2.33%11.05%
32.55%

Color #ACA899 in popluar number systems.

HEXACA899
Decimal172168153
Binary101011001010100010011001
Octal254250231

Shades and tints

Shades of #ACA899

#ACA899
(172,168,153)
#9D998C
(157,153,140)
#8E8A7F
(142,138,127)
#7F7B72
(127,123,114)
#706C65
(112,108,101)
#615D58
(97,93,88)
#524E4B
(82,78,75)
#433F3E
(67,63,62)
#343031
(52,48,49)
#252124
(37,33,36)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #ACA899

#ACA899
(172,168,153)
#B3AFA2
(179,175,162)
#BAB6AB
(186,182,171)
#C1BDB4
(193,189,180)
#C8C4BD
(200,196,189)
#CFCBC6
(207,203,198)
#D6D2CF
(214,210,207)
#DDD9D8
(221,217,216)
#E4E0E1
(228,224,225)
#EBE7EA
(235,231,234)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA899; }

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

This text font color is #ACA899.


Background Color

.myBgColor { background-color: #ACA899; }

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

This div background color is #ACA899.


Border color

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

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

This div border color is #ACA899.


Opacity

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

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

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

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

This text has shadow with #ACA899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA899 on black background.


Color preview on white background

This text has color #ACA899 on white background.



Black color preview on #ACA899 background

This text has black color on #ACA899 background.


White color preview on #ACA899 background

This text has white color on #ACA899 background.