COLOR #ACA5AF

HEX: #ACA5AF
RGB: (172,165,175)

Color info

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

RGB color model

#ACA5AF color RGB value is (172,165,175).

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

RGB channels and saturation

R 172 of 255 = 67%
G 165 of 255 = 65%
B 175 of 255 = 69%

172
165
175

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

Portions of RGB colors in percentages

R + G + B =
172 + 165 + 175 = 512 (100%)
R 172 of 512 ~ 33.59%
G 165 of 512 ~ 32.23%
B 175 of 512 ~ 34.18%

%33.59
%32.23
%34.18

CMYK color model

#ACA5AF color CMYK value is (2,6,0,31).

  • cyan value is 1.71%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(2,6,0,31)
C2M6Y0K31 
(2%,6%,0%,31%)
(0.02/0.06/0.00/0.31)	

CMYK percentages

%1.71
%5.71
%0
%31.37

Codes

Color #ACA5AF in popluar color models

ACA5AF
RGB172165175
HSL282°5.88%66.67%
HSB/HSV282°5.71%68.63%
CMYK1.71%5.71%0.00%
31.37%

Color #ACA5AF in popluar number systems.

HEXACA5AF
Decimal172165175
Binary101011001010010110101111
Octal254245257

Shades and tints

Shades of #ACA5AF

#ACA5AF
(172,165,175)
#9D96A0
(157,150,160)
#8E8791
(142,135,145)
#7F7882
(127,120,130)
#706973
(112,105,115)
#615A64
(97,90,100)
#524B55
(82,75,85)
#433C46
(67,60,70)
#342D37
(52,45,55)
#251E28
(37,30,40)
#160F19
(22,15,25)
#000000
(0,0,0)

Tints of #ACA5AF

#ACA5AF
(172,165,175)
#B3ADB6
(179,173,182)
#BAB5BD
(186,181,189)
#C1BDC4
(193,189,196)
#C8C5CB
(200,197,203)
#CFCDD2
(207,205,210)
#D6D5D9
(214,213,217)
#DDDDE0
(221,221,224)
#E4E5E7
(228,229,231)
#EBEDEE
(235,237,238)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA5AF; }

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

This text font color is #ACA5AF.


Background Color

.myBgColor { background-color: #ACA5AF; }

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

This div background color is #ACA5AF.


Border color

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

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

This div border color is #ACA5AF.


Opacity

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

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

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

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

This text has shadow with #ACA5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA5AF on black background.


Color preview on white background

This text has color #ACA5AF on white background.



Black color preview on #ACA5AF background

This text has black color on #ACA5AF background.


White color preview on #ACA5AF background

This text has white color on #ACA5AF background.