COLOR #ACA27D

HEX: #ACA27D RGB: (172,162,125)

Color info

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

RGB color model

#ACA27D color RGB value is (172,162,125).

RGB: (172,162,125) (67%, 64%, 49%)

RGB channels and saturation

R 172 of 255 = 67%
G 162 of 255 = 64%
B 125 of 255 = 49%

172
162
125

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

Portions of RGB colors in percentages

R + G + B = 172 + 162 + 125 = 459 (100%)
R 172 of 459 ~ 37.47%
G 162 of 459 ~ 35.29%
B 125 of 459 ~ 27.23'%

%37.47
%35.29
%27.23

CMYK color model

#ACA27D color CMYK value is (0,6,27,33).

  • cyan value is 0.00%
  • magenta value is 5.81%
  • yellow value is 27.33%
  • key color value is 32.55%
CMYK: (0,6,27,33) C0M6Y27K33 (0%,6%,27%,33%) (0.00/0.06/0.27/0.33) 

CMYK percentages

%0
%5.81
%27.33
%32.55

Codes

Color #ACA27D in popluar color models

AC A2 7D
RGB 172 162 125
HSL 47° 22.07% 58.24%
HSB/HSV 47° 27.33% 67.45%
CMYK 0.00% 5.81% 27.33%
32.55%

Color #ACA27D in popluar number systems.

HEX AC A2 7D
Decimal 172 162 125
Binary 10101100 10100010 1111101
Octal 254 242 175

Shades and tints

Shades of #ACA27D

#ACA27D
(172,162,125)
#9D9472
(157,148,114)
#8E8667
(142,134,103)
#7F785C
(127,120,92)
#706A51
(112,106,81)
#615C46
(97,92,70)
#524E3B
(82,78,59)
#434030
(67,64,48)
#343225
(52,50,37)
#25241A
(37,36,26)
#16160F
(22,22,15)
#000000
(0,0,0)

Tints of #ACA27D

#ACA27D
(172,162,125)
#B3AA88
(179,170,136)
#BAB293
(186,178,147)
#C1BA9E
(193,186,158)
#C8C2A9
(200,194,169)
#CFCAB4
(207,202,180)
#D6D2BF
(214,210,191)
#DDDACA
(221,218,202)
#E4E2D5
(228,226,213)
#EBEAE0
(235,234,224)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA27D color. Also use rgb(172,162,125) instead hex code.

Text Font Color

.myTextColor { color: #ACA27D; }

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

This text font color is #ACA27D.

Background Color

.myBgColor { background-color: #ACA27D; }

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

This div background color is #ACA27D.

Border color

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

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

This div border color is #ACA27D.

Opacity

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

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

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

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

This text has shadow with #ACA27D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA27D.

Preview

Color preview on black background

This text has color #ACA27D on black background.


Color preview on white background

This text has color #ACA27D on white background.


Black color preview on #ACA27D background

This text has black color on #ACA27D background.


White color preview on #ACA27D background

This text has white color on #ACA27D background.


Related colors

Complementary color

Complementary color for #hex is #535D82.


I love getcolorcode.com

Triadic colors

1 #7DACA2 and #A27DAC with #ACA27D are triadic colors.

2 #7DA2AC and #A2AC7D with #ACA27D are triadic colors.