COLOR #ACA28A

HEX: #ACA28A
RGB: (172,162,138)

Color info

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

RGB color model

#ACA28A color RGB value is (172,162,138).

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

RGB channels and saturation

R 172 of 255 = 67%
G 162 of 255 = 64%
B 138 of 255 = 54%

172
162
138

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

Portions of RGB colors in percentages

R + G + B =
172 + 162 + 138 = 472 (100%)
R 172 of 472 ~ 36.44%
G 162 of 472 ~ 34.32%
B 138 of 472 ~ 29.24%

%36.44
%34.32
%29.24

CMYK color model

#ACA28A color CMYK value is (0,6,20,33).

  • cyan value is 0.00%
  • magenta value is 5.81%
  • yellow value is 19.77%
  • key color value is 32.55%
CMYK:
(0,6,20,33)
C0M6Y20K33 
(0%,6%,20%,33%)
(0.00/0.06/0.20/0.33)	

CMYK percentages

%0
%5.81
%19.77
%32.55

Codes

Color #ACA28A in popluar color models

ACA28A
RGB172162138
HSL42°17.00%60.78%
HSB/HSV42°19.77%67.45%
CMYK0.00%5.81%19.77%
32.55%

Color #ACA28A in popluar number systems.

HEXACA28A
Decimal172162138
Binary101011001010001010001010
Octal254242212

Shades and tints

Shades of #ACA28A

#ACA28A
(172,162,138)
#9D947E
(157,148,126)
#8E8672
(142,134,114)
#7F7866
(127,120,102)
#706A5A
(112,106,90)
#615C4E
(97,92,78)
#524E42
(82,78,66)
#434036
(67,64,54)
#34322A
(52,50,42)
#25241E
(37,36,30)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #ACA28A

#ACA28A
(172,162,138)
#B3AA94
(179,170,148)
#BAB29E
(186,178,158)
#C1BAA8
(193,186,168)
#C8C2B2
(200,194,178)
#CFCABC
(207,202,188)
#D6D2C6
(214,210,198)
#DDDAD0
(221,218,208)
#E4E2DA
(228,226,218)
#EBEAE4
(235,234,228)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA28A; }

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

This text font color is #ACA28A.


Background Color

.myBgColor { background-color: #ACA28A; }

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

This div background color is #ACA28A.


Border color

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

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

This div border color is #ACA28A.


Opacity

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

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

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

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

This text has shadow with #ACA28A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA28A on black background.


Color preview on white background

This text has color #ACA28A on white background.



Black color preview on #ACA28A background

This text has black color on #ACA28A background.


White color preview on #ACA28A background

This text has white color on #ACA28A background.