COLOR #ACA485

HEX: #ACA485
RGB: (172,164,133)

Color info

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

RGB color model

#ACA485 color RGB value is (172,164,133).

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

RGB channels and saturation

R 172 of 255 = 67%
G 164 of 255 = 64%
B 133 of 255 = 52%

172
164
133

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

Portions of RGB colors in percentages

R + G + B =
172 + 164 + 133 = 469 (100%)
R 172 of 469 ~ 36.67%
G 164 of 469 ~ 34.97%
B 133 of 469 ~ 28.36%

%36.67
%34.97
%28.36

CMYK color model

#ACA485 color CMYK value is (0,5,23,33).

  • cyan value is 0.00%
  • magenta value is 4.65%
  • yellow value is 22.67%
  • key color value is 32.55%
CMYK:
(0,5,23,33)
C0M5Y23K33 
(0%,5%,23%,33%)
(0.00/0.05/0.23/0.33)	

CMYK percentages

%0
%4.65
%22.67
%32.55

Codes

Color #ACA485 in popluar color models

ACA485
RGB172164133
HSL48°19.02%59.80%
HSB/HSV48°22.67%67.45%
CMYK0.00%4.65%22.67%
32.55%

Color #ACA485 in popluar number systems.

HEXACA485
Decimal172164133
Binary101011001010010010000101
Octal254244205

Shades and tints

Shades of #ACA485

#ACA485
(172,164,133)
#9D9679
(157,150,121)
#8E886D
(142,136,109)
#7F7A61
(127,122,97)
#706C55
(112,108,85)
#615E49
(97,94,73)
#52503D
(82,80,61)
#434231
(67,66,49)
#343425
(52,52,37)
#252619
(37,38,25)
#16180D
(22,24,13)
#000000
(0,0,0)

Tints of #ACA485

#ACA485
(172,164,133)
#B3AC90
(179,172,144)
#BAB49B
(186,180,155)
#C1BCA6
(193,188,166)
#C8C4B1
(200,196,177)
#CFCCBC
(207,204,188)
#D6D4C7
(214,212,199)
#DDDCD2
(221,220,210)
#E4E4DD
(228,228,221)
#EBECE8
(235,236,232)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA485; }

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

This text font color is #ACA485.


Background Color

.myBgColor { background-color: #ACA485; }

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

This div background color is #ACA485.


Border color

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

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

This div border color is #ACA485.


Opacity

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

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

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

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

This text has shadow with #ACA485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA485 on black background.


Color preview on white background

This text has color #ACA485 on white background.



Black color preview on #ACA485 background

This text has black color on #ACA485 background.


White color preview on #ACA485 background

This text has white color on #ACA485 background.