COLOR #ACB586

HEX: #ACB586
RGB: (172,181,134)

Color info

#ACB586 contains red, green and blue colors in about the same proportion. Web safe color of #ACB586 is #99CC99 (or #9C9).

RGB color model

#ACB586 color RGB value is (172,181,134).

  • red value is 172;
  • green value is 181;
  • blue value is 134.
RGB:
(172,181,134)
(67%,71%,53%)

RGB channels and saturation

R 172 of 255 = 67%
G 181 of 255 = 71%
B 134 of 255 = 53%

172
181
134

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

Portions of RGB colors in percentages

R + G + B =
172 + 181 + 134 = 487 (100%)
R 172 of 487 ~ 35.32%
G 181 of 487 ~ 37.17%
B 134 of 487 ~ 27.52%

%35.32
%37.17
%27.52

CMYK color model

#ACB586 color CMYK value is (5,0,26,29).

  • cyan value is 4.97%
  • magenta value is 0.00%
  • yellow value is 25.97%
  • key color value is 29.02%
CMYK:
(5,0,26,29)
C5M0Y26K29 
(5%,0%,26%,29%)
(0.05/0.00/0.26/0.29)	

CMYK percentages

%4.97
%0
%25.97
%29.02

Codes

Color #ACB586 in popluar color models

ACB586
RGB172181134
HSL71°24.10%61.76%
HSB/HSV71°25.97%70.98%
CMYK4.97%0.00%25.97%
29.02%

Color #ACB586 in popluar number systems.

HEXACB586
Decimal172181134
Binary101011001011010110000110
Octal254265206

Shades and tints

Shades of #ACB586

#ACB586
(172,181,134)
#9DA57A
(157,165,122)
#8E956E
(142,149,110)
#7F8562
(127,133,98)
#707556
(112,117,86)
#61654A
(97,101,74)
#52553E
(82,85,62)
#434532
(67,69,50)
#343526
(52,53,38)
#25251A
(37,37,26)
#16150E
(22,21,14)
#000000
(0,0,0)

Tints of #ACB586

#ACB586
(172,181,134)
#B3BB91
(179,187,145)
#BAC19C
(186,193,156)
#C1C7A7
(193,199,167)
#C8CDB2
(200,205,178)
#CFD3BD
(207,211,189)
#D6D9C8
(214,217,200)
#DDDFD3
(221,223,211)
#E4E5DE
(228,229,222)
#EBEBE9
(235,235,233)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB586 color. Also use rgb(172,181,134) instead hex code.

Text Font Color

.myTextColor { color: #ACB586; }

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

This text font color is #ACB586.


Background Color

.myBgColor { background-color: #ACB586; }

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

This div background color is #ACB586.


Border color

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

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

This div border color is #ACB586.


Opacity

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

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

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

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

This text has shadow with #ACB586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB586 on black background.


Color preview on white background

This text has color #ACB586 on white background.



Black color preview on #ACB586 background

This text has black color on #ACB586 background.


White color preview on #ACB586 background

This text has white color on #ACB586 background.