COLOR #ACA077

HEX: #ACA077 RGB: (172,160,119)

Color info

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

RGB color model

#ACA077 color RGB value is (172,160,119).

RGB: (172,160,119) (67%, 63%, 47%)

RGB channels and saturation

R 172 of 255 = 67%
G 160 of 255 = 63%
B 119 of 255 = 47%

172
160
119

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

Portions of RGB colors in percentages

R + G + B = 172 + 160 + 119 = 451 (100%)
R 172 of 451 ~ 38.14%
G 160 of 451 ~ 35.48%
B 119 of 451 ~ 26.39'%

%38.14
%35.48
%26.39

CMYK color model

#ACA077 color CMYK value is (0,7,31,33).

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

CMYK: (0,7,31,33)
C0M7Y31K33 (0%, 7%, 31%, 33%)
(0.00 / 0.07 / 0.31 / 0.33)

CMYK percentages

%0
%6.98
%30.81
%32.55

Codes

Color #ACA077 in popluar color models

AC A0 77
RGB 172 160 119
HSL 46° 24.20% 57.06%
HSB/HSV 46° 30.81% 67.45%
CMYK 0.00% 6.98% 30.81%
32.55%

Color #ACA077 in popluar number systems.

HEX AC A0 77
Decimal 172 160 119
Binary 10101100 10100000 1110111
Octal 254 240 167

Shades and tints

Shades of #ACA077

#ACA077
(172,160,119)
#9D926D
(157,146,109)
#8E8463
(142,132,99)
#7F7659
(127,118,89)
#70684F
(112,104,79)
#615A45
(97,90,69)
#524C3B
(82,76,59)
#433E31
(67,62,49)
#343027
(52,48,39)
#25221D
(37,34,29)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #ACA077

#ACA077
(172,160,119)
#B3A883
(179,168,131)
#BAB08F
(186,176,143)
#C1B89B
(193,184,155)
#C8C0A7
(200,192,167)
#CFC8B3
(207,200,179)
#D6D0BF
(214,208,191)
#DDD8CB
(221,216,203)
#E4E0D7
(228,224,215)
#EBE8E3
(235,232,227)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA077; }

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

This text font color is #ACA077.

Background Color

.myBgColor { background-color: #ACA077; }

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

This div background color is #ACA077.

Border color

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

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

This div border color is #ACA077.

Opacity

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

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

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

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

This text has shadow with #ACA077 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA077.

Preview

Color preview on black background

This text has color #ACA077 on black background.


Color preview on white background

This text has color #ACA077 on white background.


Black color preview on #ACA077 background

This text has black color on #ACA077 background.


White color preview on #ACA077 background

This text has white color on #ACA077 background.


Related colors

Complementary color

Complementary color for #hex is #535F88.


I love getcolorcode.com

Triadic colors

1 #77ACA0 and #A077AC with #ACA077 are triadic colors.

2 #77A0AC and #A0AC77 with #ACA077 are triadic colors.