COLOR #ACA56E

HEX: #ACA56E RGB: (172,165,110)

Color info

#ACA56E contains mainly red and green colors. Web safe color of #ACA56E is #999966 (or #996).

RGB color model

#ACA56E color RGB value is (172,165,110).

RGB: (172,165,110) (67%, 65%, 43%)

RGB channels and saturation

R 172 of 255 = 67%
G 165 of 255 = 65%
B 110 of 255 = 43%

172
165
110

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

Portions of RGB colors in percentages

R + G + B = 172 + 165 + 110 = 447 (100%)
R 172 of 447 ~ 38.48%
G 165 of 447 ~ 36.91%
B 110 of 447 ~ 24.61'%

%38.48
%36.91
%24.61

CMYK color model

#ACA56E color CMYK value is (0,4,36,33).

  • cyan value is 0.00%
  • magenta value is 4.07%
  • yellow value is 36.05%
  • key color value is 32.55%
CMYK: (0,4,36,33) C0M4Y36K33 (0%,4%,36%,33%) (0.00/0.04/0.36/0.33) 

CMYK percentages

%0
%4.07
%36.05
%32.55

Codes

Color #ACA56E in popluar color models

AC A5 6E
RGB 172 165 110
HSL 53° 27.19% 55.29%
HSB/HSV 53° 36.05% 67.45%
CMYK 0.00% 4.07% 36.05%
32.55%

Color #ACA56E in popluar number systems.

HEX AC A5 6E
Decimal 172 165 110
Binary 10101100 10100101 1101110
Octal 254 245 156

Shades and tints

Shades of #ACA56E

#ACA56E
(172,165,110)
#9D9664
(157,150,100)
#8E875A
(142,135,90)
#7F7850
(127,120,80)
#706946
(112,105,70)
#615A3C
(97,90,60)
#524B32
(82,75,50)
#433C28
(67,60,40)
#342D1E
(52,45,30)
#251E14
(37,30,20)
#160F0A
(22,15,10)
#000000
(0,0,0)

Tints of #ACA56E

#ACA56E
(172,165,110)
#B3AD7B
(179,173,123)
#BAB588
(186,181,136)
#C1BD95
(193,189,149)
#C8C5A2
(200,197,162)
#CFCDAF
(207,205,175)
#D6D5BC
(214,213,188)
#DDDDC9
(221,221,201)
#E4E5D6
(228,229,214)
#EBEDE3
(235,237,227)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA56E color. Also use rgb(172,165,110) instead hex code.

Text Font Color

.myTextColor { color: #ACA56E; }

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

This text font color is #ACA56E.

Background Color

.myBgColor { background-color: #ACA56E; }

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

This div background color is #ACA56E.

Border color

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

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

This div border color is #ACA56E.

Opacity

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

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

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

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

This text has shadow with #ACA56E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA56E.

Preview

Color preview on black background

This text has color #ACA56E on black background.


Color preview on white background

This text has color #ACA56E on white background.


Black color preview on #ACA56E background

This text has black color on #ACA56E background.


White color preview on #ACA56E background

This text has white color on #ACA56E background.


Related colors

Complementary color

Complementary color for #hex is #535A91.


I love getcolorcode.com

Triadic colors

1 #6EACA5 and #A56EAC with #ACA56E are triadic colors.

2 #6EA5AC and #A5AC6E with #ACA56E are triadic colors.