COLOR #ACA577

HEX: #ACA577 RGB: (172,165,119)

Color info

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

RGB color model

#ACA577 color RGB value is (172,165,119).

RGB: (172,165,119) (67%, 65%, 47%)

RGB channels and saturation

R 172 of 255 = 67%
G 165 of 255 = 65%
B 119 of 255 = 47%

172
165
119

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

Portions of RGB colors in percentages

R + G + B = 172 + 165 + 119 = 456 (100%)
R 172 of 456 ~ 37.72%
G 165 of 456 ~ 36.18%
B 119 of 456 ~ 26.1'%

%37.72
%36.18
%26.1

CMYK color model

#ACA577 color CMYK value is (0,4,31,33).

  • cyan value is 0.00%
  • magenta value is 4.07%
  • yellow value is 30.81%
  • key color value is 32.55%

CMYK: (0,4,31,33)
C0M4Y31K33 (0%, 4%, 31%, 33%)
(0.00 / 0.04 / 0.31 / 0.33)

CMYK percentages

%0
%4.07
%30.81
%32.55

Codes

Color #ACA577 in popluar color models

AC A5 77
RGB 172 165 119
HSL 52° 24.20% 57.06%
HSB/HSV 52° 30.81% 67.45%
CMYK 0.00% 4.07% 30.81%
32.55%

Color #ACA577 in popluar number systems.

HEX AC A5 77
Decimal 172 165 119
Binary 10101100 10100101 1110111
Octal 254 245 167

Shades and tints

Shades of #ACA577

#ACA577
(172,165,119)
#9D966D
(157,150,109)
#8E8763
(142,135,99)
#7F7859
(127,120,89)
#70694F
(112,105,79)
#615A45
(97,90,69)
#524B3B
(82,75,59)
#433C31
(67,60,49)
#342D27
(52,45,39)
#251E1D
(37,30,29)
#160F13
(22,15,19)
#000000
(0,0,0)

Tints of #ACA577

#ACA577
(172,165,119)
#B3AD83
(179,173,131)
#BAB58F
(186,181,143)
#C1BD9B
(193,189,155)
#C8C5A7
(200,197,167)
#CFCDB3
(207,205,179)
#D6D5BF
(214,213,191)
#DDDDCB
(221,221,203)
#E4E5D7
(228,229,215)
#EBEDE3
(235,237,227)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA577; }

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

This text font color is #ACA577.

Background Color

.myBgColor { background-color: #ACA577; }

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

This div background color is #ACA577.

Border color

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

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

This div border color is #ACA577.

Opacity

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

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

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

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

This text has shadow with #ACA577 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA577.

Preview

Color preview on black background

This text has color #ACA577 on black background.


Color preview on white background

This text has color #ACA577 on white background.


Black color preview on #ACA577 background

This text has black color on #ACA577 background.


White color preview on #ACA577 background

This text has white color on #ACA577 background.


Related colors

Complementary color

Complementary color for #hex is #535A88.


I love getcolorcode.com

Triadic colors

1 #77ACA5 and #A577AC with #ACA577 are triadic colors.

2 #77A5AC and #A5AC77 with #ACA577 are triadic colors.