COLOR #ACA6AA

HEX: #ACA6AA RGB: (172,166,170)

Color info

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

RGB color model

#ACA6AA color RGB value is (172,166,170).

RGB: (172,166,170) (67%, 65%, 67%)

RGB channels and saturation

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

172
166
170

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

Portions of RGB colors in percentages

R + G + B = 172 + 166 + 170 = 508 (100%)
R 172 of 508 ~ 33.86%
G 166 of 508 ~ 32.68%
B 170 of 508 ~ 33.46'%

%33.86
%32.68
%33.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.49%
  • yellow value is 1.16%
  • key color value is 32.55%

CMYK: (0,3,1,33)
C0M3Y1K33 (0%, 3%, 1%, 33%)
(0.00 / 0.03 / 0.01 / 0.33)

CMYK percentages

%0
%3.49
%1.16
%32.55

Codes

Color #ACA6AA in popluar color models

AC A6 AA
RGB 172 166 170
HSL 320° 3.49% 66.27%
HSB/HSV 320° 3.49% 67.45%
CMYK 0.00% 3.49% 1.16%
32.55%

Color #ACA6AA in popluar number systems.

HEX AC A6 AA
Decimal 172 166 170
Binary 10101100 10100110 10101010
Octal 254 246 252

Shades and tints

Shades of #ACA6AA

#ACA6AA
(172,166,170)
#9D979B
(157,151,155)
#8E888C
(142,136,140)
#7F797D
(127,121,125)
#706A6E
(112,106,110)
#615B5F
(97,91,95)
#524C50
(82,76,80)
#433D41
(67,61,65)
#342E32
(52,46,50)
#251F23
(37,31,35)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #ACA6AA

#ACA6AA
(172,166,170)
#B3AEB1
(179,174,177)
#BAB6B8
(186,182,184)
#C1BEBF
(193,190,191)
#C8C6C6
(200,198,198)
#CFCECD
(207,206,205)
#D6D6D4
(214,214,212)
#DDDEDB
(221,222,219)
#E4E6E2
(228,230,226)
#EBEEE9
(235,238,233)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA6AA; }

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

This text font color is #ACA6AA.

Background Color

.myBgColor { background-color: #ACA6AA; }

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

This div background color is #ACA6AA.

Border color

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

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

This div border color is #ACA6AA.

Opacity

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

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

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

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

This text has shadow with #ACA6AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA6AA.

Preview

Color preview on black background

This text has color #ACA6AA on black background.


Color preview on white background

This text has color #ACA6AA on white background.


Black color preview on #ACA6AA background

This text has black color on #ACA6AA background.


White color preview on #ACA6AA background

This text has white color on #ACA6AA background.


Related colors

Complementary color

Complementary color for #hex is #535955.


I love getcolorcode.com

Triadic colors

1 #AAACA6 and #A6AAAC with #ACA6AA are triadic colors.

2 #AAA6AC and #A6ACAA with #ACA6AA are triadic colors.