COLOR #A6957F

HEX: #A6957F RGB: (166,149,127)

Color info

#A6957F contains red, green and blue colors in about the same proportion. Web safe color of #A6957F is #999966 (or #996).

RGB color model

#A6957F color RGB value is (166,149,127).

RGB: (166,149,127) (65%, 58%, 50%)

RGB channels and saturation

R 166 of 255 = 65%
G 149 of 255 = 58%
B 127 of 255 = 50%

166
149
127

R + G + B ~ 58%. #A6957F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 166 + 149 + 127 = 442 (100%)
R 166 of 442 ~ 37.56%
G 149 of 442 ~ 33.71%
B 127 of 442 ~ 28.73'%

%37.56
%33.71
%28.73

CMYK color model

#A6957F color CMYK value is (0,10,23,35).

  • cyan value is 0.00%
  • magenta value is 10.24%
  • yellow value is 23.49%
  • key color value is 34.90%
CMYK: (0,10,23,35) C0M10Y23K35 (0%,10%,23%,35%) (0.00/0.10/0.23/0.35) 

CMYK percentages

%0
%10.24
%23.49
%34.9

Codes

Color #A6957F in popluar color models

A6 95 7F
RGB 166 149 127
HSL 34° 17.97% 57.45%
HSB/HSV 34° 23.49% 65.10%
CMYK 0.00% 10.24% 23.49%
34.90%

Color #A6957F in popluar number systems.

HEX A6 95 7F
Decimal 166 149 127
Binary 10100110 10010101 1111111
Octal 246 225 177

Shades and tints

Shades of #A6957F

#A6957F
(166,149,127)
#978874
(151,136,116)
#887B69
(136,123,105)
#796E5E
(121,110,94)
#6A6153
(106,97,83)
#5B5448
(91,84,72)
#4C473D
(76,71,61)
#3D3A32
(61,58,50)
#2E2D27
(46,45,39)
#1F201C
(31,32,28)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #A6957F

#A6957F
(166,149,127)
#AE9E8A
(174,158,138)
#B6A795
(182,167,149)
#BEB0A0
(190,176,160)
#C6B9AB
(198,185,171)
#CEC2B6
(206,194,182)
#D6CBC1
(214,203,193)
#DED4CC
(222,212,204)
#E6DDD7
(230,221,215)
#EEE6E2
(238,230,226)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6957F color. Also use rgb(166,149,127) instead hex code.

Text Font Color

.myTextColor { color: #A6957F; }

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

This text font color is #A6957F.

Background Color

.myBgColor { background-color: #A6957F; }

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

This div background color is #A6957F.

Border color

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

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

This div border color is #A6957F.

Opacity

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

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

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

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

This text has shadow with #A6957F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6957F.

Preview

Color preview on black background

This text has color #A6957F on black background.


Color preview on white background

This text has color #A6957F on white background.


Black color preview on #A6957F background

This text has black color on #A6957F background.


White color preview on #A6957F background

This text has white color on #A6957F background.


Related colors

Complementary color

Complementary color for #hex is #596A80.


I love getcolorcode.com

Triadic colors

1 #7FA695 and #957FA6 with #A6957F are triadic colors.

2 #7F95A6 and #95A67F with #A6957F are triadic colors.