COLOR #A6AFA2

HEX: #A6AFA2
RGB: (166,175,162)

Color info

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

RGB color model

#A6AFA2 color RGB value is (166,175,162).

  • red value is 166;
  • green value is 175;
  • blue value is 162.
RGB:
(166,175,162)
(65%,69%,64%)

RGB channels and saturation

R 166 of 255 = 65%
G 175 of 255 = 69%
B 162 of 255 = 64%

166
175
162

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

Portions of RGB colors in percentages

R + G + B =
166 + 175 + 162 = 503 (100%)
R 166 of 503 ~ 33%
G 175 of 503 ~ 34.79%
B 162 of 503 ~ 32.21%

%33
%34.79
%32.21

CMYK color model

#A6AFA2 color CMYK value is (5,0,7,31).

  • cyan value is 5.14%
  • magenta value is 0.00%
  • yellow value is 7.43%
  • key color value is 31.37%
CMYK:
(5,0,7,31)
C5M0Y7K31 
(5%,0%,7%,31%)
(0.05/0.00/0.07/0.31)	

CMYK percentages

%5.14
%0
%7.43
%31.37

Codes

Color #A6AFA2 in popluar color models

A6AFA2
RGB166175162
HSL102°7.51%66.08%
HSB/HSV102°7.43%68.63%
CMYK5.14%0.00%7.43%
31.37%

Color #A6AFA2 in popluar number systems.

HEXA6AFA2
Decimal166175162
Binary101001101010111110100010
Octal246257242

Shades and tints

Shades of #A6AFA2

#A6AFA2
(166,175,162)
#97A094
(151,160,148)
#889186
(136,145,134)
#798278
(121,130,120)
#6A736A
(106,115,106)
#5B645C
(91,100,92)
#4C554E
(76,85,78)
#3D4640
(61,70,64)
#2E3732
(46,55,50)
#1F2824
(31,40,36)
#101916
(16,25,22)
#000000
(0,0,0)

Tints of #A6AFA2

#A6AFA2
(166,175,162)
#AEB6AA
(174,182,170)
#B6BDB2
(182,189,178)
#BEC4BA
(190,196,186)
#C6CBC2
(198,203,194)
#CED2CA
(206,210,202)
#D6D9D2
(214,217,210)
#DEE0DA
(222,224,218)
#E6E7E2
(230,231,226)
#EEEEEA
(238,238,234)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AFA2; }

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

This text font color is #A6AFA2.


Background Color

.myBgColor { background-color: #A6AFA2; }

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

This div background color is #A6AFA2.


Border color

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

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

This div border color is #A6AFA2.


Opacity

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

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

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

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

This text has shadow with #A6AFA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AFA2 on black background.


Color preview on white background

This text has color #A6AFA2 on white background.



Black color preview on #A6AFA2 background

This text has black color on #A6AFA2 background.


White color preview on #A6AFA2 background

This text has white color on #A6AFA2 background.