COLOR #A6979D

HEX: #A6979D RGB: (166,151,157)

Color info

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

RGB color model

#A6979D color RGB value is (166,151,157).

RGB: (166,151,157) (65%, 59%, 62%)

RGB channels and saturation

R 166 of 255 = 65%
G 151 of 255 = 59%
B 157 of 255 = 62%

166
151
157

R + G + B ~ 62%. #A6979D is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 151 + 157 = 474 (100%)
R 166 of 474 ~ 35.02%
G 151 of 474 ~ 31.86%
B 157 of 474 ~ 33.12'%

%35.02
%31.86
%33.12

CMYK color model

#A6979D color CMYK value is (0,9,5,35).

  • cyan value is 0.00%
  • magenta value is 9.04%
  • yellow value is 5.42%
  • key color value is 34.90%

CMYK: (0,9,5,35)
C0M9Y5K35 (0%, 9%, 5%, 35%)
(0.00 / 0.09 / 0.05 / 0.35)

CMYK percentages

%0
%9.04
%5.42
%34.9

Codes

Color #A6979D in popluar color models

A6 97 9D
RGB 166 151 157
HSL 336° 7.77% 62.16%
HSB/HSV 336° 9.04% 65.10%
CMYK 0.00% 9.04% 5.42%
34.90%

Color #A6979D in popluar number systems.

HEX A6 97 9D
Decimal 166 151 157
Binary 10100110 10010111 10011101
Octal 246 227 235

Shades and tints

Shades of #A6979D

#A6979D
(166,151,157)
#978A8F
(151,138,143)
#887D81
(136,125,129)
#797073
(121,112,115)
#6A6365
(106,99,101)
#5B5657
(91,86,87)
#4C4949
(76,73,73)
#3D3C3B
(61,60,59)
#2E2F2D
(46,47,45)
#1F221F
(31,34,31)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #A6979D

#A6979D
(166,151,157)
#AEA0A5
(174,160,165)
#B6A9AD
(182,169,173)
#BEB2B5
(190,178,181)
#C6BBBD
(198,187,189)
#CEC4C5
(206,196,197)
#D6CDCD
(214,205,205)
#DED6D5
(222,214,213)
#E6DFDD
(230,223,221)
#EEE8E5
(238,232,229)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6979D color. Also use rgb(166,151,157) instead hex code.

Text Font Color

.myTextColor { color: #A6979D; }

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

This text font color is #A6979D.

Background Color

.myBgColor { background-color: #A6979D; }

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

This div background color is #A6979D.

Border color

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

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

This div border color is #A6979D.

Opacity

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

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

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

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

This text has shadow with #A6979D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6979D.

Preview

Color preview on black background

This text has color #A6979D on black background.


Color preview on white background

This text has color #A6979D on white background.


Black color preview on #A6979D background

This text has black color on #A6979D background.


White color preview on #A6979D background

This text has white color on #A6979D background.


Related colors

Complementary color

Complementary color for #hex is #596862.


I love getcolorcode.com

Triadic colors

1 #9DA697 and #979DA6 with #A6979D are triadic colors.

2 #9D97A6 and #97A69D with #A6979D are triadic colors.