COLOR #A6A7AE

HEX: #A6A7AE RGB: (166,167,174)

Color info

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

RGB color model

#A6A7AE color RGB value is (166,167,174).

RGB: (166,167,174) (65%, 65%, 68%)

RGB channels and saturation

R 166 of 255 = 65%
G 167 of 255 = 65%
B 174 of 255 = 68%

166
167
174

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

Portions of RGB colors in percentages

R + G + B = 166 + 167 + 174 = 507 (100%)
R 166 of 507 ~ 32.74%
G 167 of 507 ~ 32.94%
B 174 of 507 ~ 34.32'%

%32.74
%32.94
%34.32

CMYK color model

#A6A7AE color CMYK value is (5,4,0,32).

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

CMYK: (5,4,0,32)
C5M4Y0K32 (5%, 4%, 0%, 32%)
(0.05 / 0.04 / 0.00 / 0.32)

CMYK percentages

%4.6
%4.02
%0
%31.76

Codes

Color #A6A7AE in popluar color models

A6 A7 AE
RGB 166 167 174
HSL 233° 4.71% 66.67%
HSB/HSV 233° 4.60% 68.24%
CMYK 4.60% 4.02% 0.00%
31.76%

Color #A6A7AE in popluar number systems.

HEX A6 A7 AE
Decimal 166 167 174
Binary 10100110 10100111 10101110
Octal 246 247 256

Shades and tints

Shades of #A6A7AE

#A6A7AE
(166,167,174)
#97989F
(151,152,159)
#888990
(136,137,144)
#797A81
(121,122,129)
#6A6B72
(106,107,114)
#5B5C63
(91,92,99)
#4C4D54
(76,77,84)
#3D3E45
(61,62,69)
#2E2F36
(46,47,54)
#1F2027
(31,32,39)
#101118
(16,17,24)
#000000
(0,0,0)

Tints of #A6A7AE

#A6A7AE
(166,167,174)
#AEAFB5
(174,175,181)
#B6B7BC
(182,183,188)
#BEBFC3
(190,191,195)
#C6C7CA
(198,199,202)
#CECFD1
(206,207,209)
#D6D7D8
(214,215,216)
#DEDFDF
(222,223,223)
#E6E7E6
(230,231,230)
#EEEFED
(238,239,237)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A7AE; }

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

This text font color is #A6A7AE.

Background Color

.myBgColor { background-color: #A6A7AE; }

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

This div background color is #A6A7AE.

Border color

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

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

This div border color is #A6A7AE.

Opacity

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

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

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

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

This text has shadow with #A6A7AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6A7AE.

Preview

Color preview on black background

This text has color #A6A7AE on black background.


Color preview on white background

This text has color #A6A7AE on white background.


Black color preview on #A6A7AE background

This text has black color on #A6A7AE background.


White color preview on #A6A7AE background

This text has white color on #A6A7AE background.


Related colors

Complementary color

Complementary color for #hex is #595851.


I love getcolorcode.com

Triadic colors

1 #AEA6A7 and #A7AEA6 with #A6A7AE are triadic colors.

2 #AEA7A6 and #A7A6AE with #A6A7AE are triadic colors.