COLOR #ACA6A6

HEX: #ACA6A6
RGB: (172,166,166)

Color info

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

RGB color model

#ACA6A6 color RGB value is (172,166,166).

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

RGB channels and saturation

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

172
166
166

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

Portions of RGB colors in percentages

R + G + B =
172 + 166 + 166 = 504 (100%)
R 172 of 504 ~ 34.13%
G 166 of 504 ~ 32.94%
B 166 of 504 ~ 32.94%

%34.13
%32.94
%32.94

CMYK color model

#ACA6A6 color CMYK value is (0,3,3,33).

  • cyan value is 0.00%
  • magenta value is 3.49%
  • yellow value is 3.49%
  • key color value is 32.55%
CMYK:
(0,3,3,33)
C0M3Y3K33 
(0%,3%,3%,33%)
(0.00/0.03/0.03/0.33)	

CMYK percentages

%0
%3.49
%3.49
%32.55

Codes

Color #ACA6A6 in popluar color models

ACA6A6
RGB172166166
HSL3.49%66.27%
HSB/HSV3.49%67.45%
CMYK0.00%3.49%3.49%
32.55%

Color #ACA6A6 in popluar number systems.

HEXACA6A6
Decimal172166166
Binary101011001010011010100110
Octal254246246

Shades and tints

Shades of #ACA6A6

#ACA6A6
(172,166,166)
#9D9797
(157,151,151)
#8E8888
(142,136,136)
#7F7979
(127,121,121)
#706A6A
(112,106,106)
#615B5B
(97,91,91)
#524C4C
(82,76,76)
#433D3D
(67,61,61)
#342E2E
(52,46,46)
#251F1F
(37,31,31)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #ACA6A6

#ACA6A6
(172,166,166)
#B3AEAE
(179,174,174)
#BAB6B6
(186,182,182)
#C1BEBE
(193,190,190)
#C8C6C6
(200,198,198)
#CFCECE
(207,206,206)
#D6D6D6
(214,214,214)
#DDDEDE
(221,222,222)
#E4E6E6
(228,230,230)
#EBEEEE
(235,238,238)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA6A6; }

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

This text font color is #ACA6A6.


Background Color

.myBgColor { background-color: #ACA6A6; }

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

This div background color is #ACA6A6.


Border color

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

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

This div border color is #ACA6A6.


Opacity

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

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

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

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

This text has shadow with #ACA6A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA6A6 on black background.


Color preview on white background

This text has color #ACA6A6 on white background.



Black color preview on #ACA6A6 background

This text has black color on #ACA6A6 background.


White color preview on #ACA6A6 background

This text has white color on #ACA6A6 background.