COLOR #ACB379

HEX: #ACB379 RGB: (172,179,121)

Color info

#ACB379 contains red, green and blue colors in about the same proportion. Web safe color of #ACB379 is #999966 (or #996).

RGB color model

#ACB379 color RGB value is (172,179,121).

RGB: (172,179,121) (67%, 70%, 47%)

RGB channels and saturation

R 172 of 255 = 67%
G 179 of 255 = 70%
B 121 of 255 = 47%

172
179
121

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

Portions of RGB colors in percentages

R + G + B = 172 + 179 + 121 = 472 (100%)
R 172 of 472 ~ 36.44%
G 179 of 472 ~ 37.92%
B 121 of 472 ~ 25.64'%

%36.44
%37.92
%25.64

CMYK color model

#ACB379 color CMYK value is (4,0,32,30).

  • cyan value is 3.91%
  • magenta value is 0.00%
  • yellow value is 32.40%
  • key color value is 29.80%

CMYK: (4,0,32,30)
C4M0Y32K30 (4%, 0%, 32%, 30%)
(0.04 / 0.00 / 0.32 / 0.30)

CMYK percentages

%3.91
%0
%32.4
%29.8

Codes

Color #ACB379 in popluar color models

AC B3 79
RGB 172 179 121
HSL 67° 27.62% 58.82%
HSB/HSV 67° 32.40% 70.20%
CMYK 3.91% 0.00% 32.40%
29.80%

Color #ACB379 in popluar number systems.

HEX AC B3 79
Decimal 172 179 121
Binary 10101100 10110011 1111001
Octal 254 263 171

Shades and tints

Shades of #ACB379

#ACB379
(172,179,121)
#9DA36E
(157,163,110)
#8E9363
(142,147,99)
#7F8358
(127,131,88)
#70734D
(112,115,77)
#616342
(97,99,66)
#525337
(82,83,55)
#43432C
(67,67,44)
#343321
(52,51,33)
#252316
(37,35,22)
#16130B
(22,19,11)
#000000
(0,0,0)

Tints of #ACB379

#ACB379
(172,179,121)
#B3B985
(179,185,133)
#BABF91
(186,191,145)
#C1C59D
(193,197,157)
#C8CBA9
(200,203,169)
#CFD1B5
(207,209,181)
#D6D7C1
(214,215,193)
#DDDDCD
(221,221,205)
#E4E3D9
(228,227,217)
#EBE9E5
(235,233,229)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB379 color. Also use rgb(172,179,121) instead hex code.

Text Font Color

.myTextColor { color: #ACB379; }

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

This text font color is #ACB379.

Background Color

.myBgColor { background-color: #ACB379; }

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

This div background color is #ACB379.

Border color

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

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

This div border color is #ACB379.

Opacity

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

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

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

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

This text has shadow with #ACB379 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB379.

Preview

Color preview on black background

This text has color #ACB379 on black background.


Color preview on white background

This text has color #ACB379 on white background.


Black color preview on #ACB379 background

This text has black color on #ACB379 background.


White color preview on #ACB379 background

This text has white color on #ACB379 background.


Related colors

Complementary color

Complementary color for #hex is #534C86.


I love getcolorcode.com

Triadic colors

1 #79ACB3 and #B379AC with #ACB379 are triadic colors.

2 #79B3AC and #B3AC79 with #ACB379 are triadic colors.