COLOR #A6ACA1

HEX: #A6ACA1
RGB: (166,172,161)

Color info

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

RGB color model

#A6ACA1 color RGB value is (166,172,161).

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

RGB channels and saturation

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

166
172
161

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

Portions of RGB colors in percentages

R + G + B =
166 + 172 + 161 = 499 (100%)
R 166 of 499 ~ 33.27%
G 172 of 499 ~ 34.47%
B 161 of 499 ~ 32.26%

%33.27
%34.47
%32.26

CMYK color model

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

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

CMYK percentages

%3.49
%0
%6.4
%32.55

Codes

Color #A6ACA1 in popluar color models

A6ACA1
RGB166172161
HSL93°6.21%65.29%
HSB/HSV93°6.40%67.45%
CMYK3.49%0.00%6.40%
32.55%

Color #A6ACA1 in popluar number systems.

HEXA6ACA1
Decimal166172161
Binary101001101010110010100001
Octal246254241

Shades and tints

Shades of #A6ACA1

#A6ACA1
(166,172,161)
#979D93
(151,157,147)
#888E85
(136,142,133)
#797F77
(121,127,119)
#6A7069
(106,112,105)
#5B615B
(91,97,91)
#4C524D
(76,82,77)
#3D433F
(61,67,63)
#2E3431
(46,52,49)
#1F2523
(31,37,35)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #A6ACA1

#A6ACA1
(166,172,161)
#AEB3A9
(174,179,169)
#B6BAB1
(182,186,177)
#BEC1B9
(190,193,185)
#C6C8C1
(198,200,193)
#CECFC9
(206,207,201)
#D6D6D1
(214,214,209)
#DEDDD9
(222,221,217)
#E6E4E1
(230,228,225)
#EEEBE9
(238,235,233)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6ACA1; }

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

This text font color is #A6ACA1.


Background Color

.myBgColor { background-color: #A6ACA1; }

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

This div background color is #A6ACA1.


Border color

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

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

This div border color is #A6ACA1.


Opacity

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

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

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

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

This text has shadow with #A6ACA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6ACA1 on black background.


Color preview on white background

This text has color #A6ACA1 on white background.



Black color preview on #A6ACA1 background

This text has black color on #A6ACA1 background.


White color preview on #A6ACA1 background

This text has white color on #A6ACA1 background.