COLOR #ACA09D

HEX: #ACA09D
RGB: (172,160,157)

Color info

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

RGB color model

#ACA09D color RGB value is (172,160,157).

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

RGB channels and saturation

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

172
160
157

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

Portions of RGB colors in percentages

R + G + B =
172 + 160 + 157 = 489 (100%)
R 172 of 489 ~ 35.17%
G 160 of 489 ~ 32.72%
B 157 of 489 ~ 32.11%

%35.17
%32.72
%32.11

CMYK color model

#ACA09D color CMYK value is (0,7,9,33).

  • cyan value is 0.00%
  • magenta value is 6.98%
  • yellow value is 8.72%
  • key color value is 32.55%
CMYK:
(0,7,9,33)
C0M7Y9K33 
(0%,7%,9%,33%)
(0.00/0.07/0.09/0.33)	

CMYK percentages

%0
%6.98
%8.72
%32.55

Codes

Color #ACA09D in popluar color models

ACA09D
RGB172160157
HSL12°8.29%64.51%
HSB/HSV12°8.72%67.45%
CMYK0.00%6.98%8.72%
32.55%

Color #ACA09D in popluar number systems.

HEXACA09D
Decimal172160157
Binary101011001010000010011101
Octal254240235

Shades and tints

Shades of #ACA09D

#ACA09D
(172,160,157)
#9D928F
(157,146,143)
#8E8481
(142,132,129)
#7F7673
(127,118,115)
#706865
(112,104,101)
#615A57
(97,90,87)
#524C49
(82,76,73)
#433E3B
(67,62,59)
#34302D
(52,48,45)
#25221F
(37,34,31)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #ACA09D

#ACA09D
(172,160,157)
#B3A8A5
(179,168,165)
#BAB0AD
(186,176,173)
#C1B8B5
(193,184,181)
#C8C0BD
(200,192,189)
#CFC8C5
(207,200,197)
#D6D0CD
(214,208,205)
#DDD8D5
(221,216,213)
#E4E0DD
(228,224,221)
#EBE8E5
(235,232,229)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA09D; }

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

This text font color is #ACA09D.


Background Color

.myBgColor { background-color: #ACA09D; }

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

This div background color is #ACA09D.


Border color

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

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

This div border color is #ACA09D.


Opacity

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

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

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

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

This text has shadow with #ACA09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA09D on black background.


Color preview on white background

This text has color #ACA09D on white background.



Black color preview on #ACA09D background

This text has black color on #ACA09D background.


White color preview on #ACA09D background

This text has white color on #ACA09D background.