COLOR #ACAA6F

HEX: #ACAA6F
RGB: (172,170,111)

Color info

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

RGB color model

#ACAA6F color RGB value is (172,170,111).

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

RGB channels and saturation

R 172 of 255 = 67%
G 170 of 255 = 67%
B 111 of 255 = 44%

172
170
111

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

Portions of RGB colors in percentages

R + G + B =
172 + 170 + 111 = 453 (100%)
R 172 of 453 ~ 37.97%
G 170 of 453 ~ 37.53%
B 111 of 453 ~ 24.5%

%37.97
%37.53
%24.5

CMYK color model

#ACAA6F color CMYK value is (0,1,35,33).

  • cyan value is 0.00%
  • magenta value is 1.16%
  • yellow value is 35.47%
  • key color value is 32.55%
CMYK:
(0,1,35,33)
C0M1Y35K33 
(0%,1%,35%,33%)
(0.00/0.01/0.35/0.33)	

CMYK percentages

%0
%1.16
%35.47
%32.55

Codes

Color #ACAA6F in popluar color models

ACAA6F
RGB172170111
HSL58°26.87%55.49%
HSB/HSV58°35.47%67.45%
CMYK0.00%1.16%35.47%
32.55%

Color #ACAA6F in popluar number systems.

HEXACAA6F
Decimal172170111
Binary10101100101010101101111
Octal254252157

Shades and tints

Shades of #ACAA6F

#ACAA6F
(172,170,111)
#9D9B65
(157,155,101)
#8E8C5B
(142,140,91)
#7F7D51
(127,125,81)
#706E47
(112,110,71)
#615F3D
(97,95,61)
#525033
(82,80,51)
#434129
(67,65,41)
#34321F
(52,50,31)
#252315
(37,35,21)
#16140B
(22,20,11)
#000000
(0,0,0)

Tints of #ACAA6F

#ACAA6F
(172,170,111)
#B3B17C
(179,177,124)
#BAB889
(186,184,137)
#C1BF96
(193,191,150)
#C8C6A3
(200,198,163)
#CFCDB0
(207,205,176)
#D6D4BD
(214,212,189)
#DDDBCA
(221,219,202)
#E4E2D7
(228,226,215)
#EBE9E4
(235,233,228)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAA6F; }

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

This text font color is #ACAA6F.


Background Color

.myBgColor { background-color: #ACAA6F; }

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

This div background color is #ACAA6F.


Border color

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

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

This div border color is #ACAA6F.


Opacity

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

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

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

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

This text has shadow with #ACAA6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAA6F on black background.


Color preview on white background

This text has color #ACAA6F on white background.



Black color preview on #ACAA6F background

This text has black color on #ACAA6F background.


White color preview on #ACAA6F background

This text has white color on #ACAA6F background.