COLOR #ACA777

HEX: #ACA777 RGB: (172,167,119)

Color info

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

RGB color model

#ACA777 color RGB value is (172,167,119).

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

RGB channels and saturation

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

172
167
119

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

Portions of RGB colors in percentages

R + G + B = 172 + 167 + 119 = 458 (100%)
R 172 of 458 ~ 37.55%
G 167 of 458 ~ 36.46%
B 119 of 458 ~ 25.98'%

%37.55
%36.46
%25.98

CMYK color model

#ACA777 color CMYK value is (0,3,31,33).

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

CMYK: (0,3,31,33)
C0M3Y31K33 (0%, 3%, 31%, 33%)
(0.00 / 0.03 / 0.31 / 0.33)

CMYK percentages

%0
%2.91
%30.81
%32.55

Codes

Color #ACA777 in popluar color models

AC A7 77
RGB 172 167 119
HSL 54° 24.20% 57.06%
HSB/HSV 54° 30.81% 67.45%
CMYK 0.00% 2.91% 30.81%
32.55%

Color #ACA777 in popluar number systems.

HEX AC A7 77
Decimal 172 167 119
Binary 10101100 10100111 1110111
Octal 254 247 167

Shades and tints

Shades of #ACA777

#ACA777
(172,167,119)
#9D986D
(157,152,109)
#8E8963
(142,137,99)
#7F7A59
(127,122,89)
#706B4F
(112,107,79)
#615C45
(97,92,69)
#524D3B
(82,77,59)
#433E31
(67,62,49)
#342F27
(52,47,39)
#25201D
(37,32,29)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #ACA777

#ACA777
(172,167,119)
#B3AF83
(179,175,131)
#BAB78F
(186,183,143)
#C1BF9B
(193,191,155)
#C8C7A7
(200,199,167)
#CFCFB3
(207,207,179)
#D6D7BF
(214,215,191)
#DDDFCB
(221,223,203)
#E4E7D7
(228,231,215)
#EBEFE3
(235,239,227)
#F2F7EF
(242,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA777; }

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

This text font color is #ACA777.

Background Color

.myBgColor { background-color: #ACA777; }

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

This div background color is #ACA777.

Border color

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

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

This div border color is #ACA777.

Opacity

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

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

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

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

This text has shadow with #ACA777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA777.

Preview

Color preview on black background

This text has color #ACA777 on black background.


Color preview on white background

This text has color #ACA777 on white background.


Black color preview on #ACA777 background

This text has black color on #ACA777 background.


White color preview on #ACA777 background

This text has white color on #ACA777 background.


Related colors

Complementary color

Complementary color for #hex is #535888.


I love getcolorcode.com

Triadic colors

1 #77ACA7 and #A777AC with #ACA777 are triadic colors.

2 #77A7AC and #A7AC77 with #ACA777 are triadic colors.