COLOR #A6AEAE

HEX: #A6AEAE
RGB: (166,174,174)

Color info

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

RGB color model

#A6AEAE color RGB value is (166,174,174).

  • red value is 166;
  • green value is 174;
  • blue value is 174.
RGB:
(166,174,174)
(65%,68%,68%)

RGB channels and saturation

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

166
174
174

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

Portions of RGB colors in percentages

R + G + B =
166 + 174 + 174 = 514 (100%)
R 166 of 514 ~ 32.3%
G 174 of 514 ~ 33.85%
B 174 of 514 ~ 33.85%

%32.3
%33.85
%33.85

CMYK color model

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

  • cyan value is 4.60%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(5,0,0,32)
C5M0Y0K32 
(5%,0%,0%,32%)
(0.05/0.00/0.00/0.32)	

CMYK percentages

%4.6
%0
%0
%31.76

Codes

Color #A6AEAE in popluar color models

A6AEAE
RGB166174174
HSL180°4.71%66.67%
HSB/HSV180°4.60%68.24%
CMYK4.60%0.00%0.00%
31.76%

Color #A6AEAE in popluar number systems.

HEXA6AEAE
Decimal166174174
Binary101001101010111010101110
Octal246256256

Shades and tints

Shades of #A6AEAE

#A6AEAE
(166,174,174)
#979F9F
(151,159,159)
#889090
(136,144,144)
#798181
(121,129,129)
#6A7272
(106,114,114)
#5B6363
(91,99,99)
#4C5454
(76,84,84)
#3D4545
(61,69,69)
#2E3636
(46,54,54)
#1F2727
(31,39,39)
#101818
(16,24,24)
#000000
(0,0,0)

Tints of #A6AEAE

#A6AEAE
(166,174,174)
#AEB5B5
(174,181,181)
#B6BCBC
(182,188,188)
#BEC3C3
(190,195,195)
#C6CACA
(198,202,202)
#CED1D1
(206,209,209)
#D6D8D8
(214,216,216)
#DEDFDF
(222,223,223)
#E6E6E6
(230,230,230)
#EEEDED
(238,237,237)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AEAE; }

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

This text font color is #A6AEAE.


Background Color

.myBgColor { background-color: #A6AEAE; }

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

This div background color is #A6AEAE.


Border color

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

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

This div border color is #A6AEAE.


Opacity

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

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

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

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

This text has shadow with #A6AEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AEAE on black background.


Color preview on white background

This text has color #A6AEAE on white background.



Black color preview on #A6AEAE background

This text has black color on #A6AEAE background.


White color preview on #A6AEAE background

This text has white color on #A6AEAE background.