COLOR #ACA77E

HEX: #ACA77E RGB: (172,167,126)

Color info

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

RGB color model

#ACA77E color RGB value is (172,167,126).

RGB: (172,167,126) (67%, 65%, 49%)

RGB channels and saturation

R 172 of 255 = 67%
G 167 of 255 = 65%
B 126 of 255 = 49%

172
167
126

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

Portions of RGB colors in percentages

R + G + B = 172 + 167 + 126 = 465 (100%)
R 172 of 465 ~ 36.99%
G 167 of 465 ~ 35.91%
B 126 of 465 ~ 27.1'%

%36.99
%35.91
%27.1

CMYK color model

#ACA77E color CMYK value is (0,3,27,33).

  • cyan value is 0.00%
  • magenta value is 2.91%
  • yellow value is 26.74%
  • key color value is 32.55%
CMYK: (0,3,27,33) C0M3Y27K33 (0%,3%,27%,33%) (0.00/0.03/0.27/0.33) 

CMYK percentages

%0
%2.91
%26.74
%32.55

Codes

Color #ACA77E in popluar color models

AC A7 7E
RGB 172 167 126
HSL 53° 21.70% 58.43%
HSB/HSV 53° 26.74% 67.45%
CMYK 0.00% 2.91% 26.74%
32.55%

Color #ACA77E in popluar number systems.

HEX AC A7 7E
Decimal 172 167 126
Binary 10101100 10100111 1111110
Octal 254 247 176

Shades and tints

Shades of #ACA77E

#ACA77E
(172,167,126)
#9D9873
(157,152,115)
#8E8968
(142,137,104)
#7F7A5D
(127,122,93)
#706B52
(112,107,82)
#615C47
(97,92,71)
#524D3C
(82,77,60)
#433E31
(67,62,49)
#342F26
(52,47,38)
#25201B
(37,32,27)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #ACA77E

#ACA77E
(172,167,126)
#B3AF89
(179,175,137)
#BAB794
(186,183,148)
#C1BF9F
(193,191,159)
#C8C7AA
(200,199,170)
#CFCFB5
(207,207,181)
#D6D7C0
(214,215,192)
#DDDFCB
(221,223,203)
#E4E7D6
(228,231,214)
#EBEFE1
(235,239,225)
#F2F7EC
(242,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA77E; }

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

This text font color is #ACA77E.

Background Color

.myBgColor { background-color: #ACA77E; }

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

This div background color is #ACA77E.

Border color

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

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

This div border color is #ACA77E.

Opacity

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

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

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

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

This text has shadow with #ACA77E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA77E.

Preview

Color preview on black background

This text has color #ACA77E on black background.


Color preview on white background

This text has color #ACA77E on white background.


Black color preview on #ACA77E background

This text has black color on #ACA77E background.


White color preview on #ACA77E background

This text has white color on #ACA77E background.


Related colors

Complementary color

Complementary color for #hex is #535881.


I love getcolorcode.com

Triadic colors

1 #7EACA7 and #A77EAC with #ACA77E are triadic colors.

2 #7EA7AC and #A7AC7E with #ACA77E are triadic colors.