COLOR #ACA36F

HEX: #ACA36F
RGB: (172,163,111)

Color info

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

RGB color model

#ACA36F color RGB value is (172,163,111).

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

RGB channels and saturation

R 172 of 255 = 67%
G 163 of 255 = 64%
B 111 of 255 = 44%

172
163
111

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

Portions of RGB colors in percentages

R + G + B =
172 + 163 + 111 = 446 (100%)
R 172 of 446 ~ 38.57%
G 163 of 446 ~ 36.55%
B 111 of 446 ~ 24.89%

%38.57
%36.55
%24.89

CMYK color model

#ACA36F color CMYK value is (0,5,35,33).

  • cyan value is 0.00%
  • magenta value is 5.23%
  • yellow value is 35.47%
  • key color value is 32.55%
CMYK:
(0,5,35,33)
C0M5Y35K33 
(0%,5%,35%,33%)
(0.00/0.05/0.35/0.33)	

CMYK percentages

%0
%5.23
%35.47
%32.55

Codes

Color #ACA36F in popluar color models

ACA36F
RGB172163111
HSL51°26.87%55.49%
HSB/HSV51°35.47%67.45%
CMYK0.00%5.23%35.47%
32.55%

Color #ACA36F in popluar number systems.

HEXACA36F
Decimal172163111
Binary10101100101000111101111
Octal254243157

Shades and tints

Shades of #ACA36F

#ACA36F
(172,163,111)
#9D9565
(157,149,101)
#8E875B
(142,135,91)
#7F7951
(127,121,81)
#706B47
(112,107,71)
#615D3D
(97,93,61)
#524F33
(82,79,51)
#434129
(67,65,41)
#34331F
(52,51,31)
#252515
(37,37,21)
#16170B
(22,23,11)
#000000
(0,0,0)

Tints of #ACA36F

#ACA36F
(172,163,111)
#B3AB7C
(179,171,124)
#BAB389
(186,179,137)
#C1BB96
(193,187,150)
#C8C3A3
(200,195,163)
#CFCBB0
(207,203,176)
#D6D3BD
(214,211,189)
#DDDBCA
(221,219,202)
#E4E3D7
(228,227,215)
#EBEBE4
(235,235,228)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA36F; }

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

This text font color is #ACA36F.


Background Color

.myBgColor { background-color: #ACA36F; }

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

This div background color is #ACA36F.


Border color

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

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

This div border color is #ACA36F.


Opacity

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

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

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

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

This text has shadow with #ACA36F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA36F on black background.


Color preview on white background

This text has color #ACA36F on white background.



Black color preview on #ACA36F background

This text has black color on #ACA36F background.


White color preview on #ACA36F background

This text has white color on #ACA36F background.