COLOR #ACA06C

HEX: #ACA06C
RGB: (172,160,108)

Color info

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

RGB color model

#ACA06C color RGB value is (172,160,108).

  • red value is 172;
  • green value is 160;
  • blue value is 108.
RGB:
(172,160,108)
(67%,63%,42%)

RGB channels and saturation

R 172 of 255 = 67%
G 160 of 255 = 63%
B 108 of 255 = 42%

172
160
108

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

Portions of RGB colors in percentages

R + G + B =
172 + 160 + 108 = 440 (100%)
R 172 of 440 ~ 39.09%
G 160 of 440 ~ 36.36%
B 108 of 440 ~ 24.55%

%39.09
%36.36
%24.55

CMYK color model

#ACA06C color CMYK value is (0,7,37,33).

  • cyan value is 0.00%
  • magenta value is 6.98%
  • yellow value is 37.21%
  • key color value is 32.55%
CMYK:
(0,7,37,33)
C0M7Y37K33 
(0%,7%,37%,33%)
(0.00/0.07/0.37/0.33)	

CMYK percentages

%0
%6.98
%37.21
%32.55

Codes

Color #ACA06C in popluar color models

ACA06C
RGB172160108
HSL49°27.83%54.90%
HSB/HSV49°37.21%67.45%
CMYK0.00%6.98%37.21%
32.55%

Color #ACA06C in popluar number systems.

HEXACA06C
Decimal172160108
Binary10101100101000001101100
Octal254240154

Shades and tints

Shades of #ACA06C

#ACA06C
(172,160,108)
#9D9263
(157,146,99)
#8E845A
(142,132,90)
#7F7651
(127,118,81)
#706848
(112,104,72)
#615A3F
(97,90,63)
#524C36
(82,76,54)
#433E2D
(67,62,45)
#343024
(52,48,36)
#25221B
(37,34,27)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #ACA06C

#ACA06C
(172,160,108)
#B3A879
(179,168,121)
#BAB086
(186,176,134)
#C1B893
(193,184,147)
#C8C0A0
(200,192,160)
#CFC8AD
(207,200,173)
#D6D0BA
(214,208,186)
#DDD8C7
(221,216,199)
#E4E0D4
(228,224,212)
#EBE8E1
(235,232,225)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA06C color. Also use rgb(172,160,108) instead hex code.

Text Font Color

.myTextColor { color: #ACA06C; }

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

This text font color is #ACA06C.


Background Color

.myBgColor { background-color: #ACA06C; }

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

This div background color is #ACA06C.


Border color

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

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

This div border color is #ACA06C.


Opacity

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

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

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

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

This text has shadow with #ACA06C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA06C on black background.


Color preview on white background

This text has color #ACA06C on white background.



Black color preview on #ACA06C background

This text has black color on #ACA06C background.


White color preview on #ACA06C background

This text has white color on #ACA06C background.