COLOR #ACA5A5

HEX: #ACA5A5
RGB: (172,165,165)

Color info

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

RGB color model

#ACA5A5 color RGB value is (172,165,165).

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

RGB channels and saturation

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

172
165
165

R + G + B ~ 66%. #ACA5A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 165 + 165 = 502 (100%)
R 172 of 502 ~ 34.26%
G 165 of 502 ~ 32.87%
B 165 of 502 ~ 32.87%

%34.26
%32.87
%32.87

CMYK color model

#ACA5A5 color CMYK value is (0,4,4,33).

  • cyan value is 0.00%
  • magenta value is 4.07%
  • yellow value is 4.07%
  • key color value is 32.55%
CMYK:
(0,4,4,33)
C0M4Y4K33 
(0%,4%,4%,33%)
(0.00/0.04/0.04/0.33)	

CMYK percentages

%0
%4.07
%4.07
%32.55

Codes

Color #ACA5A5 in popluar color models

ACA5A5
RGB172165165
HSL4.05%66.08%
HSB/HSV4.07%67.45%
CMYK0.00%4.07%4.07%
32.55%

Color #ACA5A5 in popluar number systems.

HEXACA5A5
Decimal172165165
Binary101011001010010110100101
Octal254245245

Shades and tints

Shades of #ACA5A5

#ACA5A5
(172,165,165)
#9D9696
(157,150,150)
#8E8787
(142,135,135)
#7F7878
(127,120,120)
#706969
(112,105,105)
#615A5A
(97,90,90)
#524B4B
(82,75,75)
#433C3C
(67,60,60)
#342D2D
(52,45,45)
#251E1E
(37,30,30)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #ACA5A5

#ACA5A5
(172,165,165)
#B3ADAD
(179,173,173)
#BAB5B5
(186,181,181)
#C1BDBD
(193,189,189)
#C8C5C5
(200,197,197)
#CFCDCD
(207,205,205)
#D6D5D5
(214,213,213)
#DDDDDD
(221,221,221)
#E4E5E5
(228,229,229)
#EBEDED
(235,237,237)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA5A5; }

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

This text font color is #ACA5A5.


Background Color

.myBgColor { background-color: #ACA5A5; }

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

This div background color is #ACA5A5.


Border color

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

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

This div border color is #ACA5A5.


Opacity

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

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

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

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

This text has shadow with #ACA5A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA5A5 on black background.


Color preview on white background

This text has color #ACA5A5 on white background.



Black color preview on #ACA5A5 background

This text has black color on #ACA5A5 background.


White color preview on #ACA5A5 background

This text has white color on #ACA5A5 background.