COLOR #ACA08A

HEX: #ACA08A
RGB: (172,160,138)

Color info

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

RGB color model

#ACA08A color RGB value is (172,160,138).

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

RGB channels and saturation

R 172 of 255 = 67%
G 160 of 255 = 63%
B 138 of 255 = 54%

172
160
138

R + G + B ~ 61%. #ACA08A is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 160 + 138 = 470 (100%)
R 172 of 470 ~ 36.6%
G 160 of 470 ~ 34.04%
B 138 of 470 ~ 29.36%

%36.6
%34.04
%29.36

CMYK color model

#ACA08A color CMYK value is (0,7,20,33).

  • cyan value is 0.00%
  • magenta value is 6.98%
  • yellow value is 19.77%
  • key color value is 32.55%
CMYK:
(0,7,20,33)
C0M7Y20K33 
(0%,7%,20%,33%)
(0.00/0.07/0.20/0.33)	

CMYK percentages

%0
%6.98
%19.77
%32.55

Codes

Color #ACA08A in popluar color models

ACA08A
RGB172160138
HSL39°17.00%60.78%
HSB/HSV39°19.77%67.45%
CMYK0.00%6.98%19.77%
32.55%

Color #ACA08A in popluar number systems.

HEXACA08A
Decimal172160138
Binary101011001010000010001010
Octal254240212

Shades and tints

Shades of #ACA08A

#ACA08A
(172,160,138)
#9D927E
(157,146,126)
#8E8472
(142,132,114)
#7F7666
(127,118,102)
#70685A
(112,104,90)
#615A4E
(97,90,78)
#524C42
(82,76,66)
#433E36
(67,62,54)
#34302A
(52,48,42)
#25221E
(37,34,30)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #ACA08A

#ACA08A
(172,160,138)
#B3A894
(179,168,148)
#BAB09E
(186,176,158)
#C1B8A8
(193,184,168)
#C8C0B2
(200,192,178)
#CFC8BC
(207,200,188)
#D6D0C6
(214,208,198)
#DDD8D0
(221,216,208)
#E4E0DA
(228,224,218)
#EBE8E4
(235,232,228)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA08A; }

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

This text font color is #ACA08A.


Background Color

.myBgColor { background-color: #ACA08A; }

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

This div background color is #ACA08A.


Border color

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

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

This div border color is #ACA08A.


Opacity

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

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

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

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

This text has shadow with #ACA08A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA08A on black background.


Color preview on white background

This text has color #ACA08A on white background.



Black color preview on #ACA08A background

This text has black color on #ACA08A background.


White color preview on #ACA08A background

This text has white color on #ACA08A background.