COLOR #A6B0AC

HEX: #A6B0AC RGB: (166,176,172)

Color info

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

RGB color model

#A6B0AC color RGB value is (166,176,172).

RGB: (166,176,172) (65%, 69%, 67%)

RGB channels and saturation

R 166 of 255 = 65%
G 176 of 255 = 69%
B 172 of 255 = 67%

166
176
172

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

Portions of RGB colors in percentages

R + G + B = 166 + 176 + 172 = 514 (100%)
R 166 of 514 ~ 32.3%
G 176 of 514 ~ 34.24%
B 172 of 514 ~ 33.46'%

%32.3
%34.24
%33.46

CMYK color model

#A6B0AC color CMYK value is (6,0,2,31).

  • cyan value is 5.68%
  • magenta value is 0.00%
  • yellow value is 2.27%
  • key color value is 30.98%

CMYK: (6,0,2,31)
C6M0Y2K31 (6%, 0%, 2%, 31%)
(0.06 / 0.00 / 0.02 / 0.31)

CMYK percentages

%5.68
%0
%2.27
%30.98

Codes

Color #A6B0AC in popluar color models

A6 B0 AC
RGB 166 176 172
HSL 156° 5.95% 67.06%
HSB/HSV 156° 5.68% 69.02%
CMYK 5.68% 0.00% 2.27%
30.98%

Color #A6B0AC in popluar number systems.

HEX A6 B0 AC
Decimal 166 176 172
Binary 10100110 10110000 10101100
Octal 246 260 254

Shades and tints

Shades of #A6B0AC

#A6B0AC
(166,176,172)
#97A09D
(151,160,157)
#88908E
(136,144,142)
#79807F
(121,128,127)
#6A7070
(106,112,112)
#5B6061
(91,96,97)
#4C5052
(76,80,82)
#3D4043
(61,64,67)
#2E3034
(46,48,52)
#1F2025
(31,32,37)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #A6B0AC

#A6B0AC
(166,176,172)
#AEB7B3
(174,183,179)
#B6BEBA
(182,190,186)
#BEC5C1
(190,197,193)
#C6CCC8
(198,204,200)
#CED3CF
(206,211,207)
#D6DAD6
(214,218,214)
#DEE1DD
(222,225,221)
#E6E8E4
(230,232,228)
#EEEFEB
(238,239,235)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B0AC color. Also use rgb(166,176,172) instead hex code.

Text Font Color

.myTextColor { color: #A6B0AC; }

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

This text font color is #A6B0AC.

Background Color

.myBgColor { background-color: #A6B0AC; }

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

This div background color is #A6B0AC.

Border color

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

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

This div border color is #A6B0AC.

Opacity

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

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

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

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

This text has shadow with #A6B0AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B0AC.

Preview

Color preview on black background

This text has color #A6B0AC on black background.


Color preview on white background

This text has color #A6B0AC on white background.


Black color preview on #A6B0AC background

This text has black color on #A6B0AC background.


White color preview on #A6B0AC background

This text has white color on #A6B0AC background.


Related colors

Complementary color

Complementary color for #hex is #594F53.


I love getcolorcode.com

Triadic colors

1 #ACA6B0 and #B0ACA6 with #A6B0AC are triadic colors.

2 #ACB0A6 and #B0A6AC with #A6B0AC are triadic colors.