COLOR #ACA085

HEX: #ACA085
RGB: (172,160,133)

Color info

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

RGB color model

#ACA085 color RGB value is (172,160,133).

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

RGB channels and saturation

R 172 of 255 = 67%
G 160 of 255 = 63%
B 133 of 255 = 52%

172
160
133

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

Portions of RGB colors in percentages

R + G + B =
172 + 160 + 133 = 465 (100%)
R 172 of 465 ~ 36.99%
G 160 of 465 ~ 34.41%
B 133 of 465 ~ 28.6%

%36.99
%34.41
%28.6

CMYK color model

#ACA085 color CMYK value is (0,7,23,33).

  • cyan value is 0.00%
  • magenta value is 6.98%
  • yellow value is 22.67%
  • key color value is 32.55%
CMYK:
(0,7,23,33)
C0M7Y23K33 
(0%,7%,23%,33%)
(0.00/0.07/0.23/0.33)	

CMYK percentages

%0
%6.98
%22.67
%32.55

Codes

Color #ACA085 in popluar color models

ACA085
RGB172160133
HSL42°19.02%59.80%
HSB/HSV42°22.67%67.45%
CMYK0.00%6.98%22.67%
32.55%

Color #ACA085 in popluar number systems.

HEXACA085
Decimal172160133
Binary101011001010000010000101
Octal254240205

Shades and tints

Shades of #ACA085

#ACA085
(172,160,133)
#9D9279
(157,146,121)
#8E846D
(142,132,109)
#7F7661
(127,118,97)
#706855
(112,104,85)
#615A49
(97,90,73)
#524C3D
(82,76,61)
#433E31
(67,62,49)
#343025
(52,48,37)
#252219
(37,34,25)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #ACA085

#ACA085
(172,160,133)
#B3A890
(179,168,144)
#BAB09B
(186,176,155)
#C1B8A6
(193,184,166)
#C8C0B1
(200,192,177)
#CFC8BC
(207,200,188)
#D6D0C7
(214,208,199)
#DDD8D2
(221,216,210)
#E4E0DD
(228,224,221)
#EBE8E8
(235,232,232)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA085; }

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

This text font color is #ACA085.


Background Color

.myBgColor { background-color: #ACA085; }

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

This div background color is #ACA085.


Border color

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

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

This div border color is #ACA085.


Opacity

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

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

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

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

This text has shadow with #ACA085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA085 on black background.


Color preview on white background

This text has color #ACA085 on white background.



Black color preview on #ACA085 background

This text has black color on #ACA085 background.


White color preview on #ACA085 background

This text has white color on #ACA085 background.