COLOR #ACA09E

HEX: #ACA09E
RGB: (172,160,158)

Color info

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

RGB color model

#ACA09E color RGB value is (172,160,158).

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

RGB channels and saturation

R 172 of 255 = 67%
G 160 of 255 = 63%
B 158 of 255 = 62%

172
160
158

R + G + B ~ 64%. #ACA09E is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 160 + 158 = 490 (100%)
R 172 of 490 ~ 35.1%
G 160 of 490 ~ 32.65%
B 158 of 490 ~ 32.24%

%35.1
%32.65
%32.24

CMYK color model

#ACA09E color CMYK value is (0,7,8,33).

  • cyan value is 0.00%
  • magenta value is 6.98%
  • yellow value is 8.14%
  • key color value is 32.55%
CMYK:
(0,7,8,33)
C0M7Y8K33 
(0%,7%,8%,33%)
(0.00/0.07/0.08/0.33)	

CMYK percentages

%0
%6.98
%8.14
%32.55

Codes

Color #ACA09E in popluar color models

ACA09E
RGB172160158
HSL7.78%64.71%
HSB/HSV8.14%67.45%
CMYK0.00%6.98%8.14%
32.55%

Color #ACA09E in popluar number systems.

HEXACA09E
Decimal172160158
Binary101011001010000010011110
Octal254240236

Shades and tints

Shades of #ACA09E

#ACA09E
(172,160,158)
#9D9290
(157,146,144)
#8E8482
(142,132,130)
#7F7674
(127,118,116)
#706866
(112,104,102)
#615A58
(97,90,88)
#524C4A
(82,76,74)
#433E3C
(67,62,60)
#34302E
(52,48,46)
#252220
(37,34,32)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #ACA09E

#ACA09E
(172,160,158)
#B3A8A6
(179,168,166)
#BAB0AE
(186,176,174)
#C1B8B6
(193,184,182)
#C8C0BE
(200,192,190)
#CFC8C6
(207,200,198)
#D6D0CE
(214,208,206)
#DDD8D6
(221,216,214)
#E4E0DE
(228,224,222)
#EBE8E6
(235,232,230)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA09E; }

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

This text font color is #ACA09E.


Background Color

.myBgColor { background-color: #ACA09E; }

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

This div background color is #ACA09E.


Border color

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

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

This div border color is #ACA09E.


Opacity

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

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

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

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

This text has shadow with #ACA09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA09E on black background.


Color preview on white background

This text has color #ACA09E on white background.



Black color preview on #ACA09E background

This text has black color on #ACA09E background.


White color preview on #ACA09E background

This text has white color on #ACA09E background.