COLOR #A6B5AC

HEX: #A6B5AC RGB: (166,181,172)

Color info

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

RGB color model

#A6B5AC color RGB value is (166,181,172).

RGB: (166,181,172) (65%, 71%, 67%)

RGB channels and saturation

R 166 of 255 = 65%
G 181 of 255 = 71%
B 172 of 255 = 67%

166
181
172

R + G + B ~ 68%. #A6B5AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 181 + 172 = 519 (100%)
R 166 of 519 ~ 31.98%
G 181 of 519 ~ 34.87%
B 172 of 519 ~ 33.14'%

%31.98
%34.87
%33.14

CMYK color model

#A6B5AC color CMYK value is (8,0,5,29).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 4.97%
  • key color value is 29.02%
CMYK: (8,0,5,29) C8M0Y5K29 (8%,0%,5%,29%) (0.08/0.00/0.05/0.29) 

CMYK percentages

%8.29
%0
%4.97
%29.02

Codes

Color #A6B5AC in popluar color models

A6 B5 AC
RGB 166 181 172
HSL 144° 9.20% 68.04%
HSB/HSV 144° 8.29% 70.98%
CMYK 8.29% 0.00% 4.97%
29.02%

Color #A6B5AC in popluar number systems.

HEX A6 B5 AC
Decimal 166 181 172
Binary 10100110 10110101 10101100
Octal 246 265 254

Shades and tints

Shades of #A6B5AC

#A6B5AC
(166,181,172)
#97A59D
(151,165,157)
#88958E
(136,149,142)
#79857F
(121,133,127)
#6A7570
(106,117,112)
#5B6561
(91,101,97)
#4C5552
(76,85,82)
#3D4543
(61,69,67)
#2E3534
(46,53,52)
#1F2525
(31,37,37)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #A6B5AC

#A6B5AC
(166,181,172)
#AEBBB3
(174,187,179)
#B6C1BA
(182,193,186)
#BEC7C1
(190,199,193)
#C6CDC8
(198,205,200)
#CED3CF
(206,211,207)
#D6D9D6
(214,217,214)
#DEDFDD
(222,223,221)
#E6E5E4
(230,229,228)
#EEEBEB
(238,235,235)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B5AC; }

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

This text font color is #A6B5AC.

Background Color

.myBgColor { background-color: #A6B5AC; }

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

This div background color is #A6B5AC.

Border color

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

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

This div border color is #A6B5AC.

Opacity

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

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

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

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

This text has shadow with #A6B5AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B5AC.

Preview

Color preview on black background

This text has color #A6B5AC on black background.


Color preview on white background

This text has color #A6B5AC on white background.


Black color preview on #A6B5AC background

This text has black color on #A6B5AC background.


White color preview on #A6B5AC background

This text has white color on #A6B5AC background.


Related colors

Complementary color

Complementary color for #hex is #594A53.


I love getcolorcode.com

Triadic colors

1 #ACA6B5 and #B5ACA6 with #A6B5AC are triadic colors.

2 #ACB5A6 and #B5A6AC with #A6B5AC are triadic colors.