COLOR #ACB59D

HEX: #ACB59D
RGB: (172,181,157)

Color info

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

RGB color model

#ACB59D color RGB value is (172,181,157).

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

RGB channels and saturation

R 172 of 255 = 67%
G 181 of 255 = 71%
B 157 of 255 = 62%

172
181
157

R + G + B ~ 67%. #ACB59D is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 181 + 157 = 510 (100%)
R 172 of 510 ~ 33.73%
G 181 of 510 ~ 35.49%
B 157 of 510 ~ 30.78%

%33.73
%35.49
%30.78

CMYK color model

#ACB59D color CMYK value is (5,0,13,29).

  • cyan value is 4.97%
  • magenta value is 0.00%
  • yellow value is 13.26%
  • key color value is 29.02%
CMYK:
(5,0,13,29)
C5M0Y13K29 
(5%,0%,13%,29%)
(0.05/0.00/0.13/0.29)	

CMYK percentages

%4.97
%0
%13.26
%29.02

Codes

Color #ACB59D in popluar color models

ACB59D
RGB172181157
HSL83°13.95%66.27%
HSB/HSV83°13.26%70.98%
CMYK4.97%0.00%13.26%
29.02%

Color #ACB59D in popluar number systems.

HEXACB59D
Decimal172181157
Binary101011001011010110011101
Octal254265235

Shades and tints

Shades of #ACB59D

#ACB59D
(172,181,157)
#9DA58F
(157,165,143)
#8E9581
(142,149,129)
#7F8573
(127,133,115)
#707565
(112,117,101)
#616557
(97,101,87)
#525549
(82,85,73)
#43453B
(67,69,59)
#34352D
(52,53,45)
#25251F
(37,37,31)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #ACB59D

#ACB59D
(172,181,157)
#B3BBA5
(179,187,165)
#BAC1AD
(186,193,173)
#C1C7B5
(193,199,181)
#C8CDBD
(200,205,189)
#CFD3C5
(207,211,197)
#D6D9CD
(214,217,205)
#DDDFD5
(221,223,213)
#E4E5DD
(228,229,221)
#EBEBE5
(235,235,229)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB59D; }

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

This text font color is #ACB59D.


Background Color

.myBgColor { background-color: #ACB59D; }

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

This div background color is #ACB59D.


Border color

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

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

This div border color is #ACB59D.


Opacity

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

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

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

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

This text has shadow with #ACB59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB59D on black background.


Color preview on white background

This text has color #ACB59D on white background.



Black color preview on #ACB59D background

This text has black color on #ACB59D background.


White color preview on #ACB59D background

This text has white color on #ACB59D background.