COLOR #A6B1AA

HEX: #A6B1AA RGB: (166,177,170)

Color info

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

RGB color model

#A6B1AA color RGB value is (166,177,170).

RGB: (166,177,170) (65%, 69%, 67%)

RGB channels and saturation

R 166 of 255 = 65%
G 177 of 255 = 69%
B 170 of 255 = 67%

166
177
170

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

Portions of RGB colors in percentages

R + G + B = 166 + 177 + 170 = 513 (100%)
R 166 of 513 ~ 32.36%
G 177 of 513 ~ 34.5%
B 170 of 513 ~ 33.14'%

%32.36
%34.5
%33.14

CMYK color model

#A6B1AA color CMYK value is (6,0,4,31).

  • cyan value is 6.21%
  • magenta value is 0.00%
  • yellow value is 3.95%
  • key color value is 30.59%

CMYK: (6,0,4,31)
C6M0Y4K31 (6%, 0%, 4%, 31%)
(0.06 / 0.00 / 0.04 / 0.31)

CMYK percentages

%6.21
%0
%3.95
%30.59

Codes

Color #A6B1AA in popluar color models

A6 B1 AA
RGB 166 177 170
HSL 142° 6.59% 67.25%
HSB/HSV 142° 6.21% 69.41%
CMYK 6.21% 0.00% 3.95%
30.59%

Color #A6B1AA in popluar number systems.

HEX A6 B1 AA
Decimal 166 177 170
Binary 10100110 10110001 10101010
Octal 246 261 252

Shades and tints

Shades of #A6B1AA

#A6B1AA
(166,177,170)
#97A19B
(151,161,155)
#88918C
(136,145,140)
#79817D
(121,129,125)
#6A716E
(106,113,110)
#5B615F
(91,97,95)
#4C5150
(76,81,80)
#3D4141
(61,65,65)
#2E3132
(46,49,50)
#1F2123
(31,33,35)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #A6B1AA

#A6B1AA
(166,177,170)
#AEB8B1
(174,184,177)
#B6BFB8
(182,191,184)
#BEC6BF
(190,198,191)
#C6CDC6
(198,205,198)
#CED4CD
(206,212,205)
#D6DBD4
(214,219,212)
#DEE2DB
(222,226,219)
#E6E9E2
(230,233,226)
#EEF0E9
(238,240,233)
#F6F7F0
(246,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B1AA; }

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

This text font color is #A6B1AA.

Background Color

.myBgColor { background-color: #A6B1AA; }

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

This div background color is #A6B1AA.

Border color

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

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

This div border color is #A6B1AA.

Opacity

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

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

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

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

This text has shadow with #A6B1AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B1AA.

Preview

Color preview on black background

This text has color #A6B1AA on black background.


Color preview on white background

This text has color #A6B1AA on white background.


Black color preview on #A6B1AA background

This text has black color on #A6B1AA background.


White color preview on #A6B1AA background

This text has white color on #A6B1AA background.


Related colors

Complementary color

Complementary color for #hex is #594E55.


I love getcolorcode.com

Triadic colors

1 #AAA6B1 and #B1AAA6 with #A6B1AA are triadic colors.

2 #AAB1A6 and #B1A6AA with #A6B1AA are triadic colors.