COLOR #ACA392

HEX: #ACA392
RGB: (172,163,146)

Color info

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

RGB color model

#ACA392 color RGB value is (172,163,146).

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

RGB channels and saturation

R 172 of 255 = 67%
G 163 of 255 = 64%
B 146 of 255 = 57%

172
163
146

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

Portions of RGB colors in percentages

R + G + B =
172 + 163 + 146 = 481 (100%)
R 172 of 481 ~ 35.76%
G 163 of 481 ~ 33.89%
B 146 of 481 ~ 30.35%

%35.76
%33.89
%30.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.23%
  • yellow value is 15.12%
  • 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
%15.12
%32.55

Codes

Color #ACA392 in popluar color models

ACA392
RGB172163146
HSL39°13.54%62.35%
HSB/HSV39°15.12%67.45%
CMYK0.00%5.23%15.12%
32.55%

Color #ACA392 in popluar number systems.

HEXACA392
Decimal172163146
Binary101011001010001110010010
Octal254243222

Shades and tints

Shades of #ACA392

#ACA392
(172,163,146)
#9D9585
(157,149,133)
#8E8778
(142,135,120)
#7F796B
(127,121,107)
#706B5E
(112,107,94)
#615D51
(97,93,81)
#524F44
(82,79,68)
#434137
(67,65,55)
#34332A
(52,51,42)
#25251D
(37,37,29)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #ACA392

#ACA392
(172,163,146)
#B3AB9B
(179,171,155)
#BAB3A4
(186,179,164)
#C1BBAD
(193,187,173)
#C8C3B6
(200,195,182)
#CFCBBF
(207,203,191)
#D6D3C8
(214,211,200)
#DDDBD1
(221,219,209)
#E4E3DA
(228,227,218)
#EBEBE3
(235,235,227)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA392; }

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

This text font color is #ACA392.


Background Color

.myBgColor { background-color: #ACA392; }

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

This div background color is #ACA392.


Border color

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

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

This div border color is #ACA392.


Opacity

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

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

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

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

This text has shadow with #ACA392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA392 on black background.


Color preview on white background

This text has color #ACA392 on white background.



Black color preview on #ACA392 background

This text has black color on #ACA392 background.


White color preview on #ACA392 background

This text has white color on #ACA392 background.