COLOR #A6A4AB

HEX: #A6A4AB
RGB: (166,164,171)

Color info

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

RGB color model

#A6A4AB color RGB value is (166,164,171).

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

RGB channels and saturation

R 166 of 255 = 65%
G 164 of 255 = 64%
B 171 of 255 = 67%

166
164
171

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

Portions of RGB colors in percentages

R + G + B =
166 + 164 + 171 = 501 (100%)
R 166 of 501 ~ 33.13%
G 164 of 501 ~ 32.73%
B 171 of 501 ~ 34.13%

%33.13
%32.73
%34.13

CMYK color model

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

  • cyan value is 2.92%
  • magenta value is 4.09%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(3,4,0,33)
C3M4Y0K33 
(3%,4%,0%,33%)
(0.03/0.04/0.00/0.33)	

CMYK percentages

%2.92
%4.09
%0
%32.94

Codes

Color #A6A4AB in popluar color models

A6A4AB
RGB166164171
HSL257°4.00%65.69%
HSB/HSV257°4.09%67.06%
CMYK2.92%4.09%0.00%
32.94%

Color #A6A4AB in popluar number systems.

HEXA6A4AB
Decimal166164171
Binary101001101010010010101011
Octal246244253

Shades and tints

Shades of #A6A4AB

#A6A4AB
(166,164,171)
#97969C
(151,150,156)
#88888D
(136,136,141)
#797A7E
(121,122,126)
#6A6C6F
(106,108,111)
#5B5E60
(91,94,96)
#4C5051
(76,80,81)
#3D4242
(61,66,66)
#2E3433
(46,52,51)
#1F2624
(31,38,36)
#101815
(16,24,21)
#000000
(0,0,0)

Tints of #A6A4AB

#A6A4AB
(166,164,171)
#AEACB2
(174,172,178)
#B6B4B9
(182,180,185)
#BEBCC0
(190,188,192)
#C6C4C7
(198,196,199)
#CECCCE
(206,204,206)
#D6D4D5
(214,212,213)
#DEDCDC
(222,220,220)
#E6E4E3
(230,228,227)
#EEECEA
(238,236,234)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A4AB; }

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

This text font color is #A6A4AB.


Background Color

.myBgColor { background-color: #A6A4AB; }

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

This div background color is #A6A4AB.


Border color

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

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

This div border color is #A6A4AB.


Opacity

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

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

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

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

This text has shadow with #A6A4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A4AB on black background.


Color preview on white background

This text has color #A6A4AB on white background.



Black color preview on #A6A4AB background

This text has black color on #A6A4AB background.


White color preview on #A6A4AB background

This text has white color on #A6A4AB background.