COLOR #ACB56D

HEX: #ACB56D
RGB: (172,181,109)

Color info

#ACB56D contains mainly red and green colors. Web safe color of #ACB56D is #99CC66 (or #9C6).

RGB color model

#ACB56D color RGB value is (172,181,109).

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

RGB channels and saturation

R 172 of 255 = 67%
G 181 of 255 = 71%
B 109 of 255 = 43%

172
181
109

R + G + B ~ 60%. #ACB56D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
172 + 181 + 109 = 462 (100%)
R 172 of 462 ~ 37.23%
G 181 of 462 ~ 39.18%
B 109 of 462 ~ 23.59%

%37.23
%39.18
%23.59

CMYK color model

#ACB56D color CMYK value is (5,0,40,29).

  • cyan value is 4.97%
  • magenta value is 0.00%
  • yellow value is 39.78%
  • key color value is 29.02%
CMYK:
(5,0,40,29)
C5M0Y40K29 
(5%,0%,40%,29%)
(0.05/0.00/0.40/0.29)	

CMYK percentages

%4.97
%0
%39.78
%29.02

Codes

Color #ACB56D in popluar color models

ACB56D
RGB172181109
HSL68°32.73%56.86%
HSB/HSV68°39.78%70.98%
CMYK4.97%0.00%39.78%
29.02%

Color #ACB56D in popluar number systems.

HEXACB56D
Decimal172181109
Binary10101100101101011101101
Octal254265155

Shades and tints

Shades of #ACB56D

#ACB56D
(172,181,109)
#9DA564
(157,165,100)
#8E955B
(142,149,91)
#7F8552
(127,133,82)
#707549
(112,117,73)
#616540
(97,101,64)
#525537
(82,85,55)
#43452E
(67,69,46)
#343525
(52,53,37)
#25251C
(37,37,28)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #ACB56D

#ACB56D
(172,181,109)
#B3BB7A
(179,187,122)
#BAC187
(186,193,135)
#C1C794
(193,199,148)
#C8CDA1
(200,205,161)
#CFD3AE
(207,211,174)
#D6D9BB
(214,217,187)
#DDDFC8
(221,223,200)
#E4E5D5
(228,229,213)
#EBEBE2
(235,235,226)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB56D; }

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

This text font color is #ACB56D.


Background Color

.myBgColor { background-color: #ACB56D; }

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

This div background color is #ACB56D.


Border color

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

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

This div border color is #ACB56D.


Opacity

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

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

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

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

This text has shadow with #ACB56D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB56D on black background.


Color preview on white background

This text has color #ACB56D on white background.



Black color preview on #ACB56D background

This text has black color on #ACB56D background.


White color preview on #ACB56D background

This text has white color on #ACB56D background.