COLOR #A6A29F

HEX: #A6A29F RGB: (166,162,159)

Color info

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

RGB color model

#A6A29F color RGB value is (166,162,159).

RGB: (166,162,159) (65%, 64%, 62%)

RGB channels and saturation

R 166 of 255 = 65%
G 162 of 255 = 64%
B 159 of 255 = 62%

166
162
159

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

Portions of RGB colors in percentages

R + G + B = 166 + 162 + 159 = 487 (100%)
R 166 of 487 ~ 34.09%
G 162 of 487 ~ 33.26%
B 159 of 487 ~ 32.65'%

%34.09
%33.26
%32.65

CMYK color model

#A6A29F color CMYK value is (0,2,4,35).

  • cyan value is 0.00%
  • magenta value is 2.41%
  • yellow value is 4.22%
  • key color value is 34.90%
CMYK: (0,2,4,35) C0M2Y4K35 (0%,2%,4%,35%) (0.00/0.02/0.04/0.35) 

CMYK percentages

%0
%2.41
%4.22
%34.9

Codes

Color #A6A29F in popluar color models

A6 A2 9F
RGB 166 162 159
HSL 26° 3.78% 63.73%
HSB/HSV 26° 4.22% 65.10%
CMYK 0.00% 2.41% 4.22%
34.90%

Color #A6A29F in popluar number systems.

HEX A6 A2 9F
Decimal 166 162 159
Binary 10100110 10100010 10011111
Octal 246 242 237

Shades and tints

Shades of #A6A29F

#A6A29F
(166,162,159)
#979491
(151,148,145)
#888683
(136,134,131)
#797875
(121,120,117)
#6A6A67
(106,106,103)
#5B5C59
(91,92,89)
#4C4E4B
(76,78,75)
#3D403D
(61,64,61)
#2E322F
(46,50,47)
#1F2421
(31,36,33)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #A6A29F

#A6A29F
(166,162,159)
#AEAAA7
(174,170,167)
#B6B2AF
(182,178,175)
#BEBAB7
(190,186,183)
#C6C2BF
(198,194,191)
#CECAC7
(206,202,199)
#D6D2CF
(214,210,207)
#DEDAD7
(222,218,215)
#E6E2DF
(230,226,223)
#EEEAE7
(238,234,231)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A29F; }

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

This text font color is #A6A29F.

Background Color

.myBgColor { background-color: #A6A29F; }

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

This div background color is #A6A29F.

Border color

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

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

This div border color is #A6A29F.

Opacity

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

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

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

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

This text has shadow with #A6A29F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6A29F.

Preview

Color preview on black background

This text has color #A6A29F on black background.


Color preview on white background

This text has color #A6A29F on white background.


Black color preview on #A6A29F background

This text has black color on #A6A29F background.


White color preview on #A6A29F background

This text has white color on #A6A29F background.


Related colors

Complementary color

Complementary color for #hex is #595D60.


I love getcolorcode.com

Triadic colors

1 #9FA6A2 and #A29FA6 with #A6A29F are triadic colors.

2 #9FA2A6 and #A2A69F with #A6A29F are triadic colors.