COLOR #A6AAAA

HEX: #A6AAAA RGB: (166,170,170)

Color info

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

RGB color model

#A6AAAA color RGB value is (166,170,170).

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

RGB channels and saturation

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

166
170
170

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

Portions of RGB colors in percentages

R + G + B = 166 + 170 + 170 = 506 (100%)
R 166 of 506 ~ 32.81%
G 170 of 506 ~ 33.6%
B 170 of 506 ~ 33.6'%

%32.81
%33.6
%33.6

CMYK color model

#A6AAAA color CMYK value is (2,0,0,33).

  • cyan value is 2.35%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (2,0,0,33) C2M0Y0K33 (2%,0%,0%,33%) (0.02/0.00/0.00/0.33) 

CMYK percentages

%2.35
%0
%0
%33.33

Codes

Color #A6AAAA in popluar color models

A6 AA AA
RGB 166 170 170
HSL 180° 2.30% 65.88%
HSB/HSV 180° 2.35% 66.67%
CMYK 2.35% 0.00% 0.00%
33.33%

Color #A6AAAA in popluar number systems.

HEX A6 AA AA
Decimal 166 170 170
Binary 10100110 10101010 10101010
Octal 246 252 252

Shades and tints

Shades of #A6AAAA

#A6AAAA
(166,170,170)
#979B9B
(151,155,155)
#888C8C
(136,140,140)
#797D7D
(121,125,125)
#6A6E6E
(106,110,110)
#5B5F5F
(91,95,95)
#4C5050
(76,80,80)
#3D4141
(61,65,65)
#2E3232
(46,50,50)
#1F2323
(31,35,35)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #A6AAAA

#A6AAAA
(166,170,170)
#AEB1B1
(174,177,177)
#B6B8B8
(182,184,184)
#BEBFBF
(190,191,191)
#C6C6C6
(198,198,198)
#CECDCD
(206,205,205)
#D6D4D4
(214,212,212)
#DEDBDB
(222,219,219)
#E6E2E2
(230,226,226)
#EEE9E9
(238,233,233)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AAAA; }

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

This text font color is #A6AAAA.

Background Color

.myBgColor { background-color: #A6AAAA; }

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

This div background color is #A6AAAA.

Border color

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

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

This div border color is #A6AAAA.

Opacity

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

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

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

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

This text has shadow with #A6AAAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6AAAA.

Preview

Color preview on black background

This text has color #A6AAAA on black background.


Color preview on white background

This text has color #A6AAAA on white background.


Black color preview on #A6AAAA background

This text has black color on #A6AAAA background.


White color preview on #A6AAAA background

This text has white color on #A6AAAA background.


Related colors

Complementary color

Complementary color for #hex is #595555.


I love getcolorcode.com