COLOR #ACA3A3

HEX: #ACA3A3
RGB: (172,163,163)

Color info

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

RGB color model

#ACA3A3 color RGB value is (172,163,163).

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

RGB channels and saturation

R 172 of 255 = 67%
G 163 of 255 = 64%
B 163 of 255 = 64%

172
163
163

R + G + B ~ 65%. #ACA3A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 163 + 163 = 498 (100%)
R 172 of 498 ~ 34.54%
G 163 of 498 ~ 32.73%
B 163 of 498 ~ 32.73%

%34.54
%32.73
%32.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.23%
  • yellow value is 5.23%
  • key color value is 32.55%
CMYK:
(0,5,5,33)
C0M5Y5K33 
(0%,5%,5%,33%)
(0.00/0.05/0.05/0.33)	

CMYK percentages

%0
%5.23
%5.23
%32.55

Codes

Color #ACA3A3 in popluar color models

ACA3A3
RGB172163163
HSL5.14%65.69%
HSB/HSV5.23%67.45%
CMYK0.00%5.23%5.23%
32.55%

Color #ACA3A3 in popluar number systems.

HEXACA3A3
Decimal172163163
Binary101011001010001110100011
Octal254243243

Shades and tints

Shades of #ACA3A3

#ACA3A3
(172,163,163)
#9D9595
(157,149,149)
#8E8787
(142,135,135)
#7F7979
(127,121,121)
#706B6B
(112,107,107)
#615D5D
(97,93,93)
#524F4F
(82,79,79)
#434141
(67,65,65)
#343333
(52,51,51)
#252525
(37,37,37)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #ACA3A3

#ACA3A3
(172,163,163)
#B3ABAB
(179,171,171)
#BAB3B3
(186,179,179)
#C1BBBB
(193,187,187)
#C8C3C3
(200,195,195)
#CFCBCB
(207,203,203)
#D6D3D3
(214,211,211)
#DDDBDB
(221,219,219)
#E4E3E3
(228,227,227)
#EBEBEB
(235,235,235)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA3A3; }

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

This text font color is #ACA3A3.


Background Color

.myBgColor { background-color: #ACA3A3; }

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

This div background color is #ACA3A3.


Border color

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

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

This div border color is #ACA3A3.


Opacity

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

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

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

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

This text has shadow with #ACA3A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA3A3 on black background.


Color preview on white background

This text has color #ACA3A3 on white background.



Black color preview on #ACA3A3 background

This text has black color on #ACA3A3 background.


White color preview on #ACA3A3 background

This text has white color on #ACA3A3 background.