COLOR #ACB86D

HEX: #ACB86D RGB: (172,184,109)

Color info

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

RGB color model

#ACB86D color RGB value is (172,184,109).

RGB: (172,184,109) (67%, 72%, 43%)

RGB channels and saturation

R 172 of 255 = 67%
G 184 of 255 = 72%
B 109 of 255 = 43%

172
184
109

R + G + B ~ 61%. #ACB86D is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 184 + 109 = 465 (100%)
R 172 of 465 ~ 36.99%
G 184 of 465 ~ 39.57%
B 109 of 465 ~ 23.44'%

%36.99
%39.57
%23.44

CMYK color model

#ACB86D color CMYK value is (7,0,41,28).

  • cyan value is 6.52%
  • magenta value is 0.00%
  • yellow value is 40.76%
  • key color value is 27.84%

CMYK: (7,0,41,28)
C7M0Y41K28 (7%, 0%, 41%, 28%)
(0.07 / 0.00 / 0.41 / 0.28)

CMYK percentages

%6.52
%0
%40.76
%27.84

Codes

Color #ACB86D in popluar color models

AC B8 6D
RGB 172 184 109
HSL 70° 34.56% 57.45%
HSB/HSV 70° 40.76% 72.16%
CMYK 6.52% 0.00% 40.76%
27.84%

Color #ACB86D in popluar number systems.

HEX AC B8 6D
Decimal 172 184 109
Binary 10101100 10111000 1101101
Octal 254 270 155

Shades and tints

Shades of #ACB86D

#ACB86D
(172,184,109)
#9DA864
(157,168,100)
#8E985B
(142,152,91)
#7F8852
(127,136,82)
#707849
(112,120,73)
#616840
(97,104,64)
#525837
(82,88,55)
#43482E
(67,72,46)
#343825
(52,56,37)
#25281C
(37,40,28)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #ACB86D

#ACB86D
(172,184,109)
#B3BE7A
(179,190,122)
#BAC487
(186,196,135)
#C1CA94
(193,202,148)
#C8D0A1
(200,208,161)
#CFD6AE
(207,214,174)
#D6DCBB
(214,220,187)
#DDE2C8
(221,226,200)
#E4E8D5
(228,232,213)
#EBEEE2
(235,238,226)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB86D; }

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

This text font color is #ACB86D.

Background Color

.myBgColor { background-color: #ACB86D; }

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

This div background color is #ACB86D.

Border color

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

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

This div border color is #ACB86D.

Opacity

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

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

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

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

This text has shadow with #ACB86D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB86D.

Preview

Color preview on black background

This text has color #ACB86D on black background.


Color preview on white background

This text has color #ACB86D on white background.


Black color preview on #ACB86D background

This text has black color on #ACB86D background.


White color preview on #ACB86D background

This text has white color on #ACB86D background.


Related colors

Complementary color

Complementary color for #hex is #534792.


I love getcolorcode.com

Triadic colors

1 #6DACB8 and #B86DAC with #ACB86D are triadic colors.

2 #6DB8AC and #B8AC6D with #ACB86D are triadic colors.