COLOR #ACA36E

HEX: #ACA36E
RGB: (172,163,110)

Color info

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

RGB color model

#ACA36E color RGB value is (172,163,110).

  • red value is 172;
  • green value is 163;
  • blue value is 110.
RGB:
(172,163,110)
(67%,64%,43%)

RGB channels and saturation

R 172 of 255 = 67%
G 163 of 255 = 64%
B 110 of 255 = 43%

172
163
110

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

Portions of RGB colors in percentages

R + G + B =
172 + 163 + 110 = 445 (100%)
R 172 of 445 ~ 38.65%
G 163 of 445 ~ 36.63%
B 110 of 445 ~ 24.72%

%38.65
%36.63
%24.72

CMYK color model

#ACA36E color CMYK value is (0,5,36,33).

  • cyan value is 0.00%
  • magenta value is 5.23%
  • yellow value is 36.05%
  • key color value is 32.55%
CMYK:
(0,5,36,33)
C0M5Y36K33 
(0%,5%,36%,33%)
(0.00/0.05/0.36/0.33)	

CMYK percentages

%0
%5.23
%36.05
%32.55

Codes

Color #ACA36E in popluar color models

ACA36E
RGB172163110
HSL51°27.19%55.29%
HSB/HSV51°36.05%67.45%
CMYK0.00%5.23%36.05%
32.55%

Color #ACA36E in popluar number systems.

HEXACA36E
Decimal172163110
Binary10101100101000111101110
Octal254243156

Shades and tints

Shades of #ACA36E

#ACA36E
(172,163,110)
#9D9564
(157,149,100)
#8E875A
(142,135,90)
#7F7950
(127,121,80)
#706B46
(112,107,70)
#615D3C
(97,93,60)
#524F32
(82,79,50)
#434128
(67,65,40)
#34331E
(52,51,30)
#252514
(37,37,20)
#16170A
(22,23,10)
#000000
(0,0,0)

Tints of #ACA36E

#ACA36E
(172,163,110)
#B3AB7B
(179,171,123)
#BAB388
(186,179,136)
#C1BB95
(193,187,149)
#C8C3A2
(200,195,162)
#CFCBAF
(207,203,175)
#D6D3BC
(214,211,188)
#DDDBC9
(221,219,201)
#E4E3D6
(228,227,214)
#EBEBE3
(235,235,227)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA36E; }

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

This text font color is #ACA36E.


Background Color

.myBgColor { background-color: #ACA36E; }

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

This div background color is #ACA36E.


Border color

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

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

This div border color is #ACA36E.


Opacity

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

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

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

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

This text has shadow with #ACA36E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA36E on black background.


Color preview on white background

This text has color #ACA36E on white background.



Black color preview on #ACA36E background

This text has black color on #ACA36E background.


White color preview on #ACA36E background

This text has white color on #ACA36E background.