COLOR #A6AFAE

HEX: #A6AFAE RGB: (166,175,174)

Color info

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

RGB color model

#A6AFAE color RGB value is (166,175,174).

RGB: (166,175,174) (65%, 69%, 68%)

RGB channels and saturation

R 166 of 255 = 65%
G 175 of 255 = 69%
B 174 of 255 = 68%

166
175
174

R + G + B ~ 67%. #A6AFAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 175 + 174 = 515 (100%)
R 166 of 515 ~ 32.23%
G 175 of 515 ~ 33.98%
B 174 of 515 ~ 33.79'%

%32.23
%33.98
%33.79

CMYK color model

#A6AFAE color CMYK value is (5,0,1,31).

  • cyan value is 5.14%
  • magenta value is 0.00%
  • yellow value is 0.57%
  • key color value is 31.37%

CMYK: (5,0,1,31)
C5M0Y1K31 (5%, 0%, 1%, 31%)
(0.05 / 0.00 / 0.01 / 0.31)

CMYK percentages

%5.14
%0
%0.57
%31.37

Codes

Color #A6AFAE in popluar color models

A6 AF AE
RGB 166 175 174
HSL 173° 5.33% 66.86%
HSB/HSV 173° 5.14% 68.63%
CMYK 5.14% 0.00% 0.57%
31.37%

Color #A6AFAE in popluar number systems.

HEX A6 AF AE
Decimal 166 175 174
Binary 10100110 10101111 10101110
Octal 246 257 256

Shades and tints

Shades of #A6AFAE

#A6AFAE
(166,175,174)
#97A09F
(151,160,159)
#889190
(136,145,144)
#798281
(121,130,129)
#6A7372
(106,115,114)
#5B6463
(91,100,99)
#4C5554
(76,85,84)
#3D4645
(61,70,69)
#2E3736
(46,55,54)
#1F2827
(31,40,39)
#101918
(16,25,24)
#000000
(0,0,0)

Tints of #A6AFAE

#A6AFAE
(166,175,174)
#AEB6B5
(174,182,181)
#B6BDBC
(182,189,188)
#BEC4C3
(190,196,195)
#C6CBCA
(198,203,202)
#CED2D1
(206,210,209)
#D6D9D8
(214,217,216)
#DEE0DF
(222,224,223)
#E6E7E6
(230,231,230)
#EEEEED
(238,238,237)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AFAE; }

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

This text font color is #A6AFAE.

Background Color

.myBgColor { background-color: #A6AFAE; }

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

This div background color is #A6AFAE.

Border color

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

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

This div border color is #A6AFAE.

Opacity

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

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

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

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

This text has shadow with #A6AFAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6AFAE.

Preview

Color preview on black background

This text has color #A6AFAE on black background.


Color preview on white background

This text has color #A6AFAE on white background.


Black color preview on #A6AFAE background

This text has black color on #A6AFAE background.


White color preview on #A6AFAE background

This text has white color on #A6AFAE background.


Related colors

Complementary color

Complementary color for #hex is #595051.


I love getcolorcode.com

Triadic colors

1 #AEA6AF and #AFAEA6 with #A6AFAE are triadic colors.

2 #AEAFA6 and #AFA6AE with #A6AFAE are triadic colors.