COLOR #A3AFA6

HEX: #A3AFA6
RGB: (163,175,166)

Color info

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

RGB color model

#A3AFA6 color RGB value is (163,175,166).

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

RGB channels and saturation

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

163
175
166

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

Portions of RGB colors in percentages

R + G + B =
163 + 175 + 166 = 504 (100%)
R 163 of 504 ~ 32.34%
G 175 of 504 ~ 34.72%
B 166 of 504 ~ 32.94%

%32.34
%34.72
%32.94

CMYK color model

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

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

CMYK percentages

%6.86
%0
%5.14
%31.37

Codes

Color #A3AFA6 in popluar color models

A3AFA6
RGB163175166
HSL135°6.98%66.27%
HSB/HSV135°6.86%68.63%
CMYK6.86%0.00%5.14%
31.37%

Color #A3AFA6 in popluar number systems.

HEXA3AFA6
Decimal163175166
Binary101000111010111110100110
Octal243257246

Shades and tints

Shades of #A3AFA6

#A3AFA6
(163,175,166)
#95A097
(149,160,151)
#879188
(135,145,136)
#798279
(121,130,121)
#6B736A
(107,115,106)
#5D645B
(93,100,91)
#4F554C
(79,85,76)
#41463D
(65,70,61)
#33372E
(51,55,46)
#25281F
(37,40,31)
#171910
(23,25,16)
#000000
(0,0,0)

Tints of #A3AFA6

#A3AFA6
(163,175,166)
#ABB6AE
(171,182,174)
#B3BDB6
(179,189,182)
#BBC4BE
(187,196,190)
#C3CBC6
(195,203,198)
#CBD2CE
(203,210,206)
#D3D9D6
(211,217,214)
#DBE0DE
(219,224,222)
#E3E7E6
(227,231,230)
#EBEEEE
(235,238,238)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AFA6; }

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

This text font color is #A3AFA6.


Background Color

.myBgColor { background-color: #A3AFA6; }

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

This div background color is #A3AFA6.


Border color

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

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

This div border color is #A3AFA6.


Opacity

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

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

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

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

This text has shadow with #A3AFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AFA6 on black background.


Color preview on white background

This text has color #A3AFA6 on white background.



Black color preview on #A3AFA6 background

This text has black color on #A3AFA6 background.


White color preview on #A3AFA6 background

This text has white color on #A3AFA6 background.