COLOR #A6B6A9

HEX: #A6B6A9 RGB: (166,182,169)

Color info

#A6B6A9 contains red, green and blue colors in about the same proportion. Web safe color of #A6B6A9 is #99CC99 (or #9C9).

RGB color model

#A6B6A9 color RGB value is (166,182,169).

RGB: (166,182,169) (65%, 71%, 66%)

RGB channels and saturation

R 166 of 255 = 65%
G 182 of 255 = 71%
B 169 of 255 = 66%

166
182
169

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

Portions of RGB colors in percentages

R + G + B = 166 + 182 + 169 = 517 (100%)
R 166 of 517 ~ 32.11%
G 182 of 517 ~ 35.2%
B 169 of 517 ~ 32.69'%

%32.11
%35.2
%32.69

CMYK color model

#A6B6A9 color CMYK value is (9,0,7,29).

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

CMYK: (9,0,7,29)
C9M0Y7K29 (9%, 0%, 7%, 29%)
(0.09 / 0.00 / 0.07 / 0.29)

CMYK percentages

%8.79
%0
%7.14
%28.63

Codes

Color #A6B6A9 in popluar color models

A6 B6 A9
RGB 166 182 169
HSL 131° 9.88% 68.24%
HSB/HSV 131° 8.79% 71.37%
CMYK 8.79% 0.00% 7.14%
28.63%

Color #A6B6A9 in popluar number systems.

HEX A6 B6 A9
Decimal 166 182 169
Binary 10100110 10110110 10101001
Octal 246 266 251

Shades and tints

Shades of #A6B6A9

#A6B6A9
(166,182,169)
#97A69A
(151,166,154)
#88968B
(136,150,139)
#79867C
(121,134,124)
#6A766D
(106,118,109)
#5B665E
(91,102,94)
#4C564F
(76,86,79)
#3D4640
(61,70,64)
#2E3631
(46,54,49)
#1F2622
(31,38,34)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #A6B6A9

#A6B6A9
(166,182,169)
#AEBCB0
(174,188,176)
#B6C2B7
(182,194,183)
#BEC8BE
(190,200,190)
#C6CEC5
(198,206,197)
#CED4CC
(206,212,204)
#D6DAD3
(214,218,211)
#DEE0DA
(222,224,218)
#E6E6E1
(230,230,225)
#EEECE8
(238,236,232)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B6A9; }

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

This text font color is #A6B6A9.

Background Color

.myBgColor { background-color: #A6B6A9; }

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

This div background color is #A6B6A9.

Border color

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

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

This div border color is #A6B6A9.

Opacity

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

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

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

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

This text has shadow with #A6B6A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B6A9.

Preview

Color preview on black background

This text has color #A6B6A9 on black background.


Color preview on white background

This text has color #A6B6A9 on white background.


Black color preview on #A6B6A9 background

This text has black color on #A6B6A9 background.


White color preview on #A6B6A9 background

This text has white color on #A6B6A9 background.


Related colors

Complementary color

Complementary color for #hex is #594956.


I love getcolorcode.com

Triadic colors

1 #A9A6B6 and #B6A9A6 with #A6B6A9 are triadic colors.

2 #A9B6A6 and #B6A6A9 with #A6B6A9 are triadic colors.