COLOR #ACA38E

HEX: #ACA38E
RGB: (172,163,142)

Color info

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

RGB color model

#ACA38E color RGB value is (172,163,142).

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

RGB channels and saturation

R 172 of 255 = 67%
G 163 of 255 = 64%
B 142 of 255 = 56%

172
163
142

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

Portions of RGB colors in percentages

R + G + B =
172 + 163 + 142 = 477 (100%)
R 172 of 477 ~ 36.06%
G 163 of 477 ~ 34.17%
B 142 of 477 ~ 29.77%

%36.06
%34.17
%29.77

CMYK color model

#ACA38E color CMYK value is (0,5,17,33).

  • cyan value is 0.00%
  • magenta value is 5.23%
  • yellow value is 17.44%
  • key color value is 32.55%
CMYK:
(0,5,17,33)
C0M5Y17K33 
(0%,5%,17%,33%)
(0.00/0.05/0.17/0.33)	

CMYK percentages

%0
%5.23
%17.44
%32.55

Codes

Color #ACA38E in popluar color models

ACA38E
RGB172163142
HSL42°15.31%61.57%
HSB/HSV42°17.44%67.45%
CMYK0.00%5.23%17.44%
32.55%

Color #ACA38E in popluar number systems.

HEXACA38E
Decimal172163142
Binary101011001010001110001110
Octal254243216

Shades and tints

Shades of #ACA38E

#ACA38E
(172,163,142)
#9D9582
(157,149,130)
#8E8776
(142,135,118)
#7F796A
(127,121,106)
#706B5E
(112,107,94)
#615D52
(97,93,82)
#524F46
(82,79,70)
#43413A
(67,65,58)
#34332E
(52,51,46)
#252522
(37,37,34)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #ACA38E

#ACA38E
(172,163,142)
#B3AB98
(179,171,152)
#BAB3A2
(186,179,162)
#C1BBAC
(193,187,172)
#C8C3B6
(200,195,182)
#CFCBC0
(207,203,192)
#D6D3CA
(214,211,202)
#DDDBD4
(221,219,212)
#E4E3DE
(228,227,222)
#EBEBE8
(235,235,232)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA38E color. Also use rgb(172,163,142) instead hex code.

Text Font Color

.myTextColor { color: #ACA38E; }

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

This text font color is #ACA38E.


Background Color

.myBgColor { background-color: #ACA38E; }

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

This div background color is #ACA38E.


Border color

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

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

This div border color is #ACA38E.


Opacity

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

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

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

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

This text has shadow with #ACA38E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA38E on black background.


Color preview on white background

This text has color #ACA38E on white background.



Black color preview on #ACA38E background

This text has black color on #ACA38E background.


White color preview on #ACA38E background

This text has white color on #ACA38E background.