COLOR #ACA893

HEX: #ACA893
RGB: (172,168,147)

Color info

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

RGB color model

#ACA893 color RGB value is (172,168,147).

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

RGB channels and saturation

R 172 of 255 = 67%
G 168 of 255 = 66%
B 147 of 255 = 58%

172
168
147

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

Portions of RGB colors in percentages

R + G + B =
172 + 168 + 147 = 487 (100%)
R 172 of 487 ~ 35.32%
G 168 of 487 ~ 34.5%
B 147 of 487 ~ 30.18%

%35.32
%34.5
%30.18

CMYK color model

#ACA893 color CMYK value is (0,2,15,33).

  • cyan value is 0.00%
  • magenta value is 2.33%
  • yellow value is 14.53%
  • key color value is 32.55%
CMYK:
(0,2,15,33)
C0M2Y15K33 
(0%,2%,15%,33%)
(0.00/0.02/0.15/0.33)	

CMYK percentages

%0
%2.33
%14.53
%32.55

Codes

Color #ACA893 in popluar color models

ACA893
RGB172168147
HSL50°13.09%62.55%
HSB/HSV50°14.53%67.45%
CMYK0.00%2.33%14.53%
32.55%

Color #ACA893 in popluar number systems.

HEXACA893
Decimal172168147
Binary101011001010100010010011
Octal254250223

Shades and tints

Shades of #ACA893

#ACA893
(172,168,147)
#9D9986
(157,153,134)
#8E8A79
(142,138,121)
#7F7B6C
(127,123,108)
#706C5F
(112,108,95)
#615D52
(97,93,82)
#524E45
(82,78,69)
#433F38
(67,63,56)
#34302B
(52,48,43)
#25211E
(37,33,30)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #ACA893

#ACA893
(172,168,147)
#B3AF9C
(179,175,156)
#BAB6A5
(186,182,165)
#C1BDAE
(193,189,174)
#C8C4B7
(200,196,183)
#CFCBC0
(207,203,192)
#D6D2C9
(214,210,201)
#DDD9D2
(221,217,210)
#E4E0DB
(228,224,219)
#EBE7E4
(235,231,228)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA893; }

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

This text font color is #ACA893.


Background Color

.myBgColor { background-color: #ACA893; }

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

This div background color is #ACA893.


Border color

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

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

This div border color is #ACA893.


Opacity

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

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

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

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

This text has shadow with #ACA893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA893 on black background.


Color preview on white background

This text has color #ACA893 on white background.



Black color preview on #ACA893 background

This text has black color on #ACA893 background.


White color preview on #ACA893 background

This text has white color on #ACA893 background.