COLOR #A6A79F

HEX: #A6A79F RGB: (166,167,159)

Color info

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

RGB color model

#A6A79F color RGB value is (166,167,159).

RGB: (166,167,159) (65%, 65%, 62%)

RGB channels and saturation

R 166 of 255 = 65%
G 167 of 255 = 65%
B 159 of 255 = 62%

166
167
159

R + G + B ~ 64%. #A6A79F is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 167 + 159 = 492 (100%)
R 166 of 492 ~ 33.74%
G 167 of 492 ~ 33.94%
B 159 of 492 ~ 32.32'%

%33.74
%33.94
%32.32

CMYK color model

#A6A79F color CMYK value is (1,0,5,35).

  • cyan value is 0.60%
  • magenta value is 0.00%
  • yellow value is 4.79%
  • key color value is 34.51%

CMYK: (1,0,5,35)
C1M0Y5K35 (1%, 0%, 5%, 35%)
(0.01 / 0.00 / 0.05 / 0.35)

CMYK percentages

%0.6
%0
%4.79
%34.51

Codes

Color #A6A79F in popluar color models

A6 A7 9F
RGB 166 167 159
HSL 68° 4.35% 63.92%
HSB/HSV 68° 4.79% 65.49%
CMYK 0.60% 0.00% 4.79%
34.51%

Color #A6A79F in popluar number systems.

HEX A6 A7 9F
Decimal 166 167 159
Binary 10100110 10100111 10011111
Octal 246 247 237

Shades and tints

Shades of #A6A79F

#A6A79F
(166,167,159)
#979891
(151,152,145)
#888983
(136,137,131)
#797A75
(121,122,117)
#6A6B67
(106,107,103)
#5B5C59
(91,92,89)
#4C4D4B
(76,77,75)
#3D3E3D
(61,62,61)
#2E2F2F
(46,47,47)
#1F2021
(31,32,33)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #A6A79F

#A6A79F
(166,167,159)
#AEAFA7
(174,175,167)
#B6B7AF
(182,183,175)
#BEBFB7
(190,191,183)
#C6C7BF
(198,199,191)
#CECFC7
(206,207,199)
#D6D7CF
(214,215,207)
#DEDFD7
(222,223,215)
#E6E7DF
(230,231,223)
#EEEFE7
(238,239,231)
#F6F7EF
(246,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A79F; }

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

This text font color is #A6A79F.

Background Color

.myBgColor { background-color: #A6A79F; }

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

This div background color is #A6A79F.

Border color

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

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

This div border color is #A6A79F.

Opacity

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

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

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

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

This text has shadow with #A6A79F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6A79F.

Preview

Color preview on black background

This text has color #A6A79F on black background.


Color preview on white background

This text has color #A6A79F on white background.


Black color preview on #A6A79F background

This text has black color on #A6A79F background.


White color preview on #A6A79F background

This text has white color on #A6A79F background.


Related colors

Complementary color

Complementary color for #hex is #595860.


I love getcolorcode.com

Triadic colors

1 #9FA6A7 and #A79FA6 with #A6A79F are triadic colors.

2 #9FA7A6 and #A7A69F with #A6A79F are triadic colors.