COLOR #ACA28F

HEX: #ACA28F
RGB: (172,162,143)

Color info

#ACA28F contains red, green and blue colors in about the same proportion. Web safe color of #ACA28F is #999999 (or #999).

RGB color model

#ACA28F color RGB value is (172,162,143).

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

RGB channels and saturation

R 172 of 255 = 67%
G 162 of 255 = 64%
B 143 of 255 = 56%

172
162
143

R + G + B ~ 62%. #ACA28F is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 162 + 143 = 477 (100%)
R 172 of 477 ~ 36.06%
G 162 of 477 ~ 33.96%
B 143 of 477 ~ 29.98%

%36.06
%33.96
%29.98

CMYK color model

#ACA28F color CMYK value is (0,6,17,33).

  • cyan value is 0.00%
  • magenta value is 5.81%
  • yellow value is 16.86%
  • key color value is 32.55%
CMYK:
(0,6,17,33)
C0M6Y17K33 
(0%,6%,17%,33%)
(0.00/0.06/0.17/0.33)	

CMYK percentages

%0
%5.81
%16.86
%32.55

Codes

Color #ACA28F in popluar color models

ACA28F
RGB172162143
HSL39°14.87%61.76%
HSB/HSV39°16.86%67.45%
CMYK0.00%5.81%16.86%
32.55%

Color #ACA28F in popluar number systems.

HEXACA28F
Decimal172162143
Binary101011001010001010001111
Octal254242217

Shades and tints

Shades of #ACA28F

#ACA28F
(172,162,143)
#9D9482
(157,148,130)
#8E8675
(142,134,117)
#7F7868
(127,120,104)
#706A5B
(112,106,91)
#615C4E
(97,92,78)
#524E41
(82,78,65)
#434034
(67,64,52)
#343227
(52,50,39)
#25241A
(37,36,26)
#16160D
(22,22,13)
#000000
(0,0,0)

Tints of #ACA28F

#ACA28F
(172,162,143)
#B3AA99
(179,170,153)
#BAB2A3
(186,178,163)
#C1BAAD
(193,186,173)
#C8C2B7
(200,194,183)
#CFCAC1
(207,202,193)
#D6D2CB
(214,210,203)
#DDDAD5
(221,218,213)
#E4E2DF
(228,226,223)
#EBEAE9
(235,234,233)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA28F; }

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

This text font color is #ACA28F.


Background Color

.myBgColor { background-color: #ACA28F; }

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

This div background color is #ACA28F.


Border color

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

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

This div border color is #ACA28F.


Opacity

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

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

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

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

This text has shadow with #ACA28F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA28F on black background.


Color preview on white background

This text has color #ACA28F on white background.



Black color preview on #ACA28F background

This text has black color on #ACA28F background.


White color preview on #ACA28F background

This text has white color on #ACA28F background.