COLOR #A6A1A2

HEX: #A6A1A2
RGB: (166,161,162)

Color info

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

RGB color model

#A6A1A2 color RGB value is (166,161,162).

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

RGB channels and saturation

R 166 of 255 = 65%
G 161 of 255 = 63%
B 162 of 255 = 64%

166
161
162

R + G + B ~ 64%. #A6A1A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 161 + 162 = 489 (100%)
R 166 of 489 ~ 33.95%
G 161 of 489 ~ 32.92%
B 162 of 489 ~ 33.13%

%33.95
%32.92
%33.13

CMYK color model

#A6A1A2 color CMYK value is (0,3,2,35).

  • cyan value is 0.00%
  • magenta value is 3.01%
  • yellow value is 2.41%
  • key color value is 34.90%
CMYK:
(0,3,2,35)
C0M3Y2K35 
(0%,3%,2%,35%)
(0.00/0.03/0.02/0.35)	

CMYK percentages

%0
%3.01
%2.41
%34.9

Codes

Color #A6A1A2 in popluar color models

A6A1A2
RGB166161162
HSL348°2.73%64.12%
HSB/HSV348°3.01%65.10%
CMYK0.00%3.01%2.41%
34.90%

Color #A6A1A2 in popluar number systems.

HEXA6A1A2
Decimal166161162
Binary101001101010000110100010
Octal246241242

Shades and tints

Shades of #A6A1A2

#A6A1A2
(166,161,162)
#979394
(151,147,148)
#888586
(136,133,134)
#797778
(121,119,120)
#6A696A
(106,105,106)
#5B5B5C
(91,91,92)
#4C4D4E
(76,77,78)
#3D3F40
(61,63,64)
#2E3132
(46,49,50)
#1F2324
(31,35,36)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #A6A1A2

#A6A1A2
(166,161,162)
#AEA9AA
(174,169,170)
#B6B1B2
(182,177,178)
#BEB9BA
(190,185,186)
#C6C1C2
(198,193,194)
#CEC9CA
(206,201,202)
#D6D1D2
(214,209,210)
#DED9DA
(222,217,218)
#E6E1E2
(230,225,226)
#EEE9EA
(238,233,234)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A1A2; }

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

This text font color is #A6A1A2.


Background Color

.myBgColor { background-color: #A6A1A2; }

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

This div background color is #A6A1A2.


Border color

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

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

This div border color is #A6A1A2.


Opacity

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

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

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

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

This text has shadow with #A6A1A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A1A2 on black background.


Color preview on white background

This text has color #A6A1A2 on white background.



Black color preview on #A6A1A2 background

This text has black color on #A6A1A2 background.


White color preview on #A6A1A2 background

This text has white color on #A6A1A2 background.