COLOR #A3A6B6

HEX: #A3A6B6 RGB: (163,166,182)

Color info

#A3A6B6 contains red, green and blue colors in about the same proportion. Web safe color of #A3A6B6 is #9999CC (or #99C).

RGB color model

#A3A6B6 color RGB value is (163,166,182).

RGB: (163,166,182) (64%, 65%, 71%)

RGB channels and saturation

R 163 of 255 = 64%
G 166 of 255 = 65%
B 182 of 255 = 71%

163
166
182

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

Portions of RGB colors in percentages

R + G + B = 163 + 166 + 182 = 511 (100%)
R 163 of 511 ~ 31.9%
G 166 of 511 ~ 32.49%
B 182 of 511 ~ 35.62'%

%31.9
%32.49
%35.62

CMYK color model

#A3A6B6 color CMYK value is (10,9,0,29).

  • cyan value is 10.44%
  • magenta value is 8.79%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (10,9,0,29)
C10M9Y0K29 (10%, 9%, 0%, 29%)
(0.10 / 0.09 / 0.00 / 0.29)

CMYK percentages

%10.44
%8.79
%0
%28.63

Codes

Color #A3A6B6 in popluar color models

A3 A6 B6
RGB 163 166 182
HSL 231° 11.52% 67.65%
HSB/HSV 231° 10.44% 71.37%
CMYK 10.44% 8.79% 0.00%
28.63%

Color #A3A6B6 in popluar number systems.

HEX A3 A6 B6
Decimal 163 166 182
Binary 10100011 10100110 10110110
Octal 243 246 266

Shades and tints

Shades of #A3A6B6

#A3A6B6
(163,166,182)
#9597A6
(149,151,166)
#878896
(135,136,150)
#797986
(121,121,134)
#6B6A76
(107,106,118)
#5D5B66
(93,91,102)
#4F4C56
(79,76,86)
#413D46
(65,61,70)
#332E36
(51,46,54)
#251F26
(37,31,38)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #A3A6B6

#A3A6B6
(163,166,182)
#ABAEBC
(171,174,188)
#B3B6C2
(179,182,194)
#BBBEC8
(187,190,200)
#C3C6CE
(195,198,206)
#CBCED4
(203,206,212)
#D3D6DA
(211,214,218)
#DBDEE0
(219,222,224)
#E3E6E6
(227,230,230)
#EBEEEC
(235,238,236)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A6B6; }

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

This text font color is #A3A6B6.

Background Color

.myBgColor { background-color: #A3A6B6; }

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

This div background color is #A3A6B6.

Border color

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

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

This div border color is #A3A6B6.

Opacity

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

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

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

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

This text has shadow with #A3A6B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3A6B6.

Preview

Color preview on black background

This text has color #A3A6B6 on black background.


Color preview on white background

This text has color #A3A6B6 on white background.


Black color preview on #A3A6B6 background

This text has black color on #A3A6B6 background.


White color preview on #A3A6B6 background

This text has white color on #A3A6B6 background.


Related colors

Complementary color

Complementary color for #hex is #5C5949.


I love getcolorcode.com

Triadic colors

1 #B6A3A6 and #A6B6A3 with #A3A6B6 are triadic colors.

2 #B6A6A3 and #A6A3B6 with #A3A6B6 are triadic colors.