COLOR #A6937F

HEX: #A6937F
RGB: (166,147,127)

Color info

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

RGB color model

#A6937F color RGB value is (166,147,127).

  • red value is 166;
  • green value is 147;
  • blue value is 127.
RGB:
(166,147,127)
(65%,58%,50%)

RGB channels and saturation

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

166
147
127

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

Portions of RGB colors in percentages

R + G + B =
166 + 147 + 127 = 440 (100%)
R 166 of 440 ~ 37.73%
G 147 of 440 ~ 33.41%
B 127 of 440 ~ 28.86%

%37.73
%33.41
%28.86

CMYK color model

#A6937F color CMYK value is (0,11,23,35).

  • cyan value is 0.00%
  • magenta value is 11.45%
  • yellow value is 23.49%
  • key color value is 34.90%
CMYK:
(0,11,23,35)
C0M11Y23K35 
(0%,11%,23%,35%)
(0.00/0.11/0.23/0.35)	

CMYK percentages

%0
%11.45
%23.49
%34.9

Codes

Color #A6937F in popluar color models

A6937F
RGB166147127
HSL31°17.97%57.45%
HSB/HSV31°23.49%65.10%
CMYK0.00%11.45%23.49%
34.90%

Color #A6937F in popluar number systems.

HEXA6937F
Decimal166147127
Binary10100110100100111111111
Octal246223177

Shades and tints

Shades of #A6937F

#A6937F
(166,147,127)
#978674
(151,134,116)
#887969
(136,121,105)
#796C5E
(121,108,94)
#6A5F53
(106,95,83)
#5B5248
(91,82,72)
#4C453D
(76,69,61)
#3D3832
(61,56,50)
#2E2B27
(46,43,39)
#1F1E1C
(31,30,28)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #A6937F

#A6937F
(166,147,127)
#AE9C8A
(174,156,138)
#B6A595
(182,165,149)
#BEAEA0
(190,174,160)
#C6B7AB
(198,183,171)
#CEC0B6
(206,192,182)
#D6C9C1
(214,201,193)
#DED2CC
(222,210,204)
#E6DBD7
(230,219,215)
#EEE4E2
(238,228,226)
#F6EDED
(246,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6937F; }

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

This text font color is #A6937F.


Background Color

.myBgColor { background-color: #A6937F; }

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

This div background color is #A6937F.


Border color

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

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

This div border color is #A6937F.


Opacity

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

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

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

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

This text has shadow with #A6937F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6937F on black background.


Color preview on white background

This text has color #A6937F on white background.



Black color preview on #A6937F background

This text has black color on #A6937F background.


White color preview on #A6937F background

This text has white color on #A6937F background.