COLOR #ACA27C

HEX: #ACA27C
RGB: (172,162,124)

Color info

#ACA27C contains red, green and blue colors in about the same proportion. Web safe color of #ACA27C is #999966 (or #996).

RGB color model

#ACA27C color RGB value is (172,162,124).

  • red value is 172;
  • green value is 162;
  • blue value is 124.
RGB:
(172,162,124)
(67%,64%,49%)

RGB channels and saturation

R 172 of 255 = 67%
G 162 of 255 = 64%
B 124 of 255 = 49%

172
162
124

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

Portions of RGB colors in percentages

R + G + B =
172 + 162 + 124 = 458 (100%)
R 172 of 458 ~ 37.55%
G 162 of 458 ~ 35.37%
B 124 of 458 ~ 27.07%

%37.55
%35.37
%27.07

CMYK color model

#ACA27C color CMYK value is (0,6,28,33).

  • cyan value is 0.00%
  • magenta value is 5.81%
  • yellow value is 27.91%
  • key color value is 32.55%
CMYK:
(0,6,28,33)
C0M6Y28K33 
(0%,6%,28%,33%)
(0.00/0.06/0.28/0.33)	

CMYK percentages

%0
%5.81
%27.91
%32.55

Codes

Color #ACA27C in popluar color models

ACA27C
RGB172162124
HSL48°22.43%58.04%
HSB/HSV48°27.91%67.45%
CMYK0.00%5.81%27.91%
32.55%

Color #ACA27C in popluar number systems.

HEXACA27C
Decimal172162124
Binary10101100101000101111100
Octal254242174

Shades and tints

Shades of #ACA27C

#ACA27C
(172,162,124)
#9D9471
(157,148,113)
#8E8666
(142,134,102)
#7F785B
(127,120,91)
#706A50
(112,106,80)
#615C45
(97,92,69)
#524E3A
(82,78,58)
#43402F
(67,64,47)
#343224
(52,50,36)
#252419
(37,36,25)
#16160E
(22,22,14)
#000000
(0,0,0)

Tints of #ACA27C

#ACA27C
(172,162,124)
#B3AA87
(179,170,135)
#BAB292
(186,178,146)
#C1BA9D
(193,186,157)
#C8C2A8
(200,194,168)
#CFCAB3
(207,202,179)
#D6D2BE
(214,210,190)
#DDDAC9
(221,218,201)
#E4E2D4
(228,226,212)
#EBEADF
(235,234,223)
#F2F2EA
(242,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA27C color. Also use rgb(172,162,124) instead hex code.

Text Font Color

.myTextColor { color: #ACA27C; }

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

This text font color is #ACA27C.


Background Color

.myBgColor { background-color: #ACA27C; }

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

This div background color is #ACA27C.


Border color

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

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

This div border color is #ACA27C.


Opacity

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

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

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

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

This text has shadow with #ACA27C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA27C on black background.


Color preview on white background

This text has color #ACA27C on white background.



Black color preview on #ACA27C background

This text has black color on #ACA27C background.


White color preview on #ACA27C background

This text has white color on #ACA27C background.