COLOR #ACA377

HEX: #ACA377
RGB: (172,163,119)

Color info

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

RGB color model

#ACA377 color RGB value is (172,163,119).

  • red value is 172;
  • green value is 163;
  • blue value is 119.
RGB:
(172,163,119)
(67%,64%,47%)

RGB channels and saturation

R 172 of 255 = 67%
G 163 of 255 = 64%
B 119 of 255 = 47%

172
163
119

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

Portions of RGB colors in percentages

R + G + B =
172 + 163 + 119 = 454 (100%)
R 172 of 454 ~ 37.89%
G 163 of 454 ~ 35.9%
B 119 of 454 ~ 26.21%

%37.89
%35.9
%26.21

CMYK color model

#ACA377 color CMYK value is (0,5,31,33).

  • cyan value is 0.00%
  • magenta value is 5.23%
  • yellow value is 30.81%
  • key color value is 32.55%
CMYK:
(0,5,31,33)
C0M5Y31K33 
(0%,5%,31%,33%)
(0.00/0.05/0.31/0.33)	

CMYK percentages

%0
%5.23
%30.81
%32.55

Codes

Color #ACA377 in popluar color models

ACA377
RGB172163119
HSL50°24.20%57.06%
HSB/HSV50°30.81%67.45%
CMYK0.00%5.23%30.81%
32.55%

Color #ACA377 in popluar number systems.

HEXACA377
Decimal172163119
Binary10101100101000111110111
Octal254243167

Shades and tints

Shades of #ACA377

#ACA377
(172,163,119)
#9D956D
(157,149,109)
#8E8763
(142,135,99)
#7F7959
(127,121,89)
#706B4F
(112,107,79)
#615D45
(97,93,69)
#524F3B
(82,79,59)
#434131
(67,65,49)
#343327
(52,51,39)
#25251D
(37,37,29)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #ACA377

#ACA377
(172,163,119)
#B3AB83
(179,171,131)
#BAB38F
(186,179,143)
#C1BB9B
(193,187,155)
#C8C3A7
(200,195,167)
#CFCBB3
(207,203,179)
#D6D3BF
(214,211,191)
#DDDBCB
(221,219,203)
#E4E3D7
(228,227,215)
#EBEBE3
(235,235,227)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA377 color. Also use rgb(172,163,119) instead hex code.

Text Font Color

.myTextColor { color: #ACA377; }

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

This text font color is #ACA377.


Background Color

.myBgColor { background-color: #ACA377; }

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

This div background color is #ACA377.


Border color

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

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

This div border color is #ACA377.


Opacity

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

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

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

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

This text has shadow with #ACA377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA377 on black background.


Color preview on white background

This text has color #ACA377 on white background.



Black color preview on #ACA377 background

This text has black color on #ACA377 background.


White color preview on #ACA377 background

This text has white color on #ACA377 background.