COLOR #A6A9AE

HEX: #A6A9AE RGB: (166,169,174)

Color info

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

RGB color model

#A6A9AE color RGB value is (166,169,174).

RGB: (166,169,174) (65%, 66%, 68%)

RGB channels and saturation

R 166 of 255 = 65%
G 169 of 255 = 66%
B 174 of 255 = 68%

166
169
174

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

Portions of RGB colors in percentages

R + G + B = 166 + 169 + 174 = 509 (100%)
R 166 of 509 ~ 32.61%
G 169 of 509 ~ 33.2%
B 174 of 509 ~ 34.18'%

%32.61
%33.2
%34.18

CMYK color model

#A6A9AE color CMYK value is (5,3,0,32).

  • cyan value is 4.60%
  • magenta value is 2.87%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (5,3,0,32)
C5M3Y0K32 (5%, 3%, 0%, 32%)
(0.05 / 0.03 / 0.00 / 0.32)

CMYK percentages

%4.6
%2.87
%0
%31.76

Codes

Color #A6A9AE in popluar color models

A6 A9 AE
RGB 166 169 174
HSL 218° 4.71% 66.67%
HSB/HSV 218° 4.60% 68.24%
CMYK 4.60% 2.87% 0.00%
31.76%

Color #A6A9AE in popluar number systems.

HEX A6 A9 AE
Decimal 166 169 174
Binary 10100110 10101001 10101110
Octal 246 251 256

Shades and tints

Shades of #A6A9AE

#A6A9AE
(166,169,174)
#979A9F
(151,154,159)
#888B90
(136,139,144)
#797C81
(121,124,129)
#6A6D72
(106,109,114)
#5B5E63
(91,94,99)
#4C4F54
(76,79,84)
#3D4045
(61,64,69)
#2E3136
(46,49,54)
#1F2227
(31,34,39)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #A6A9AE

#A6A9AE
(166,169,174)
#AEB0B5
(174,176,181)
#B6B7BC
(182,183,188)
#BEBEC3
(190,190,195)
#C6C5CA
(198,197,202)
#CECCD1
(206,204,209)
#D6D3D8
(214,211,216)
#DEDADF
(222,218,223)
#E6E1E6
(230,225,230)
#EEE8ED
(238,232,237)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A9AE; }

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

This text font color is #A6A9AE.

Background Color

.myBgColor { background-color: #A6A9AE; }

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

This div background color is #A6A9AE.

Border color

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

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

This div border color is #A6A9AE.

Opacity

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

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

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

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

This text has shadow with #A6A9AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6A9AE.

Preview

Color preview on black background

This text has color #A6A9AE on black background.


Color preview on white background

This text has color #A6A9AE on white background.


Black color preview on #A6A9AE background

This text has black color on #A6A9AE background.


White color preview on #A6A9AE background

This text has white color on #A6A9AE background.


Related colors

Complementary color

Complementary color for #hex is #595651.


I love getcolorcode.com

Triadic colors

1 #AEA6A9 and #A9AEA6 with #A6A9AE are triadic colors.

2 #AEA9A6 and #A9A6AE with #A6A9AE are triadic colors.