COLOR #ACA393

HEX: #ACA393
RGB: (172,163,147)

Color info

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

RGB color model

#ACA393 color RGB value is (172,163,147).

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

RGB channels and saturation

R 172 of 255 = 67%
G 163 of 255 = 64%
B 147 of 255 = 58%

172
163
147

R + G + B ~ 63%. #ACA393 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 163 + 147 = 482 (100%)
R 172 of 482 ~ 35.68%
G 163 of 482 ~ 33.82%
B 147 of 482 ~ 30.5%

%35.68
%33.82
%30.5

CMYK color model

#ACA393 color CMYK value is (0,5,15,33).

  • cyan value is 0.00%
  • magenta value is 5.23%
  • yellow value is 14.53%
  • key color value is 32.55%
CMYK:
(0,5,15,33)
C0M5Y15K33 
(0%,5%,15%,33%)
(0.00/0.05/0.15/0.33)	

CMYK percentages

%0
%5.23
%14.53
%32.55

Codes

Color #ACA393 in popluar color models

ACA393
RGB172163147
HSL38°13.09%62.55%
HSB/HSV38°14.53%67.45%
CMYK0.00%5.23%14.53%
32.55%

Color #ACA393 in popluar number systems.

HEXACA393
Decimal172163147
Binary101011001010001110010011
Octal254243223

Shades and tints

Shades of #ACA393

#ACA393
(172,163,147)
#9D9586
(157,149,134)
#8E8779
(142,135,121)
#7F796C
(127,121,108)
#706B5F
(112,107,95)
#615D52
(97,93,82)
#524F45
(82,79,69)
#434138
(67,65,56)
#34332B
(52,51,43)
#25251E
(37,37,30)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #ACA393

#ACA393
(172,163,147)
#B3AB9C
(179,171,156)
#BAB3A5
(186,179,165)
#C1BBAE
(193,187,174)
#C8C3B7
(200,195,183)
#CFCBC0
(207,203,192)
#D6D3C9
(214,211,201)
#DDDBD2
(221,219,210)
#E4E3DB
(228,227,219)
#EBEBE4
(235,235,228)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA393; }

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

This text font color is #ACA393.


Background Color

.myBgColor { background-color: #ACA393; }

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

This div background color is #ACA393.


Border color

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

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

This div border color is #ACA393.


Opacity

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

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

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

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

This text has shadow with #ACA393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA393 on black background.


Color preview on white background

This text has color #ACA393 on white background.



Black color preview on #ACA393 background

This text has black color on #ACA393 background.


White color preview on #ACA393 background

This text has white color on #ACA393 background.