COLOR #ACA993

HEX: #ACA993
RGB: (172,169,147)

Color info

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

RGB color model

#ACA993 color RGB value is (172,169,147).

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

RGB channels and saturation

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

172
169
147

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

Portions of RGB colors in percentages

R + G + B =
172 + 169 + 147 = 488 (100%)
R 172 of 488 ~ 35.25%
G 169 of 488 ~ 34.63%
B 147 of 488 ~ 30.12%

%35.25
%34.63
%30.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.74%
  • 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
%1.74
%14.53
%32.55

Codes

Color #ACA993 in popluar color models

ACA993
RGB172169147
HSL53°13.09%62.55%
HSB/HSV53°14.53%67.45%
CMYK0.00%1.74%14.53%
32.55%

Color #ACA993 in popluar number systems.

HEXACA993
Decimal172169147
Binary101011001010100110010011
Octal254251223

Shades and tints

Shades of #ACA993

#ACA993
(172,169,147)
#9D9A86
(157,154,134)
#8E8B79
(142,139,121)
#7F7C6C
(127,124,108)
#706D5F
(112,109,95)
#615E52
(97,94,82)
#524F45
(82,79,69)
#434038
(67,64,56)
#34312B
(52,49,43)
#25221E
(37,34,30)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #ACA993

#ACA993
(172,169,147)
#B3B09C
(179,176,156)
#BAB7A5
(186,183,165)
#C1BEAE
(193,190,174)
#C8C5B7
(200,197,183)
#CFCCC0
(207,204,192)
#D6D3C9
(214,211,201)
#DDDAD2
(221,218,210)
#E4E1DB
(228,225,219)
#EBE8E4
(235,232,228)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA993; }

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

This text font color is #ACA993.


Background Color

.myBgColor { background-color: #ACA993; }

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

This div background color is #ACA993.


Border color

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

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

This div border color is #ACA993.


Opacity

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

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

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

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

This text has shadow with #ACA993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA993 on black background.


Color preview on white background

This text has color #ACA993 on white background.



Black color preview on #ACA993 background

This text has black color on #ACA993 background.


White color preview on #ACA993 background

This text has white color on #ACA993 background.