COLOR #ACA5AD

HEX: #ACA5AD
RGB: (172,165,173)

Color info

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

RGB color model

#ACA5AD color RGB value is (172,165,173).

  • red value is 172;
  • green value is 165;
  • blue value is 173.
RGB:
(172,165,173)
(67%,65%,68%)

RGB channels and saturation

R 172 of 255 = 67%
G 165 of 255 = 65%
B 173 of 255 = 68%

172
165
173

R + G + B ~ 67%. #ACA5AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 165 + 173 = 510 (100%)
R 172 of 510 ~ 33.73%
G 165 of 510 ~ 32.35%
B 173 of 510 ~ 33.92%

%33.73
%32.35
%33.92

CMYK color model

#ACA5AD color CMYK value is (1,5,0,32).

  • cyan value is 0.58%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(1,5,0,32)
C1M5Y0K32 
(1%,5%,0%,32%)
(0.01/0.05/0.00/0.32)	

CMYK percentages

%0.58
%4.62
%0
%32.16

Codes

Color #ACA5AD in popluar color models

ACA5AD
RGB172165173
HSL293°4.65%66.27%
HSB/HSV293°4.62%67.84%
CMYK0.58%4.62%0.00%
32.16%

Color #ACA5AD in popluar number systems.

HEXACA5AD
Decimal172165173
Binary101011001010010110101101
Octal254245255

Shades and tints

Shades of #ACA5AD

#ACA5AD
(172,165,173)
#9D969E
(157,150,158)
#8E878F
(142,135,143)
#7F7880
(127,120,128)
#706971
(112,105,113)
#615A62
(97,90,98)
#524B53
(82,75,83)
#433C44
(67,60,68)
#342D35
(52,45,53)
#251E26
(37,30,38)
#160F17
(22,15,23)
#000000
(0,0,0)

Tints of #ACA5AD

#ACA5AD
(172,165,173)
#B3ADB4
(179,173,180)
#BAB5BB
(186,181,187)
#C1BDC2
(193,189,194)
#C8C5C9
(200,197,201)
#CFCDD0
(207,205,208)
#D6D5D7
(214,213,215)
#DDDDDE
(221,221,222)
#E4E5E5
(228,229,229)
#EBEDEC
(235,237,236)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA5AD color. Also use rgb(172,165,173) instead hex code.

Text Font Color

.myTextColor { color: #ACA5AD; }

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

This text font color is #ACA5AD.


Background Color

.myBgColor { background-color: #ACA5AD; }

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

This div background color is #ACA5AD.


Border color

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

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

This div border color is #ACA5AD.


Opacity

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

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

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

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

This text has shadow with #ACA5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA5AD on black background.


Color preview on white background

This text has color #ACA5AD on white background.



Black color preview on #ACA5AD background

This text has black color on #ACA5AD background.


White color preview on #ACA5AD background

This text has white color on #ACA5AD background.