COLOR #A6979F

HEX: #A6979F RGB: (166,151,159)

Color info

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

RGB color model

#A6979F color RGB value is (166,151,159).

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

RGB channels and saturation

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

166
151
159

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

Portions of RGB colors in percentages

R + G + B = 166 + 151 + 159 = 476 (100%)
R 166 of 476 ~ 34.87%
G 151 of 476 ~ 31.72%
B 159 of 476 ~ 33.4'%

%34.87
%31.72
%33.4

CMYK color model

#A6979F color CMYK value is (0,9,4,35).

  • cyan value is 0.00%
  • magenta value is 9.04%
  • yellow value is 4.22%
  • key color value is 34.90%
CMYK: (0,9,4,35) C0M9Y4K35 (0%,9%,4%,35%) (0.00/0.09/0.04/0.35) 

CMYK percentages

%0
%9.04
%4.22
%34.9

Codes

Color #A6979F in popluar color models

A6 97 9F
RGB 166 151 159
HSL 328° 7.77% 62.16%
HSB/HSV 328° 9.04% 65.10%
CMYK 0.00% 9.04% 4.22%
34.90%

Color #A6979F in popluar number systems.

HEX A6 97 9F
Decimal 166 151 159
Binary 10100110 10010111 10011111
Octal 246 227 237

Shades and tints

Shades of #A6979F

#A6979F
(166,151,159)
#978A91
(151,138,145)
#887D83
(136,125,131)
#797075
(121,112,117)
#6A6367
(106,99,103)
#5B5659
(91,86,89)
#4C494B
(76,73,75)
#3D3C3D
(61,60,61)
#2E2F2F
(46,47,47)
#1F2221
(31,34,33)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #A6979F

#A6979F
(166,151,159)
#AEA0A7
(174,160,167)
#B6A9AF
(182,169,175)
#BEB2B7
(190,178,183)
#C6BBBF
(198,187,191)
#CEC4C7
(206,196,199)
#D6CDCF
(214,205,207)
#DED6D7
(222,214,215)
#E6DFDF
(230,223,223)
#EEE8E7
(238,232,231)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6979F; }

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

This text font color is #A6979F.

Background Color

.myBgColor { background-color: #A6979F; }

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

This div background color is #A6979F.

Border color

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

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

This div border color is #A6979F.

Opacity

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

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

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

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

This text has shadow with #A6979F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6979F.

Preview

Color preview on black background

This text has color #A6979F on black background.


Color preview on white background

This text has color #A6979F on white background.


Black color preview on #A6979F background

This text has black color on #A6979F background.


White color preview on #A6979F background

This text has white color on #A6979F background.


Related colors

Complementary color

Complementary color for #hex is #596860.


I love getcolorcode.com

Triadic colors

1 #9FA697 and #979FA6 with #A6979F are triadic colors.

2 #9F97A6 and #97A69F with #A6979F are triadic colors.