COLOR #ACA07E

HEX: #ACA07E RGB: (172,160,126)

Color info

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

RGB color model

#ACA07E color RGB value is (172,160,126).

RGB: (172,160,126) (67%, 63%, 49%)

RGB channels and saturation

R 172 of 255 = 67%
G 160 of 255 = 63%
B 126 of 255 = 49%

172
160
126

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

Portions of RGB colors in percentages

R + G + B = 172 + 160 + 126 = 458 (100%)
R 172 of 458 ~ 37.55%
G 160 of 458 ~ 34.93%
B 126 of 458 ~ 27.51'%

%37.55
%34.93
%27.51

CMYK color model

#ACA07E color CMYK value is (0,7,27,33).

  • cyan value is 0.00%
  • magenta value is 6.98%
  • yellow value is 26.74%
  • key color value is 32.55%
CMYK: (0,7,27,33) C0M7Y27K33 (0%,7%,27%,33%) (0.00/0.07/0.27/0.33) 

CMYK percentages

%0
%6.98
%26.74
%32.55

Codes

Color #ACA07E in popluar color models

AC A0 7E
RGB 172 160 126
HSL 44° 21.70% 58.43%
HSB/HSV 44° 26.74% 67.45%
CMYK 0.00% 6.98% 26.74%
32.55%

Color #ACA07E in popluar number systems.

HEX AC A0 7E
Decimal 172 160 126
Binary 10101100 10100000 1111110
Octal 254 240 176

Shades and tints

Shades of #ACA07E

#ACA07E
(172,160,126)
#9D9273
(157,146,115)
#8E8468
(142,132,104)
#7F765D
(127,118,93)
#706852
(112,104,82)
#615A47
(97,90,71)
#524C3C
(82,76,60)
#433E31
(67,62,49)
#343026
(52,48,38)
#25221B
(37,34,27)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #ACA07E

#ACA07E
(172,160,126)
#B3A889
(179,168,137)
#BAB094
(186,176,148)
#C1B89F
(193,184,159)
#C8C0AA
(200,192,170)
#CFC8B5
(207,200,181)
#D6D0C0
(214,208,192)
#DDD8CB
(221,216,203)
#E4E0D6
(228,224,214)
#EBE8E1
(235,232,225)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA07E; }

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

This text font color is #ACA07E.

Background Color

.myBgColor { background-color: #ACA07E; }

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

This div background color is #ACA07E.

Border color

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

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

This div border color is #ACA07E.

Opacity

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

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

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

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

This text has shadow with #ACA07E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA07E.

Preview

Color preview on black background

This text has color #ACA07E on black background.


Color preview on white background

This text has color #ACA07E on white background.


Black color preview on #ACA07E background

This text has black color on #ACA07E background.


White color preview on #ACA07E background

This text has white color on #ACA07E background.


Related colors

Complementary color

Complementary color for #hex is #535F81.


I love getcolorcode.com

Triadic colors

1 #7EACA0 and #A07EAC with #ACA07E are triadic colors.

2 #7EA0AC and #A0AC7E with #ACA07E are triadic colors.