COLOR #A6977F

HEX: #A6977F
RGB: (166,151,127)

Color info

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

RGB color model

#A6977F color RGB value is (166,151,127).

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

RGB channels and saturation

R 166 of 255 = 65%
G 151 of 255 = 59%
B 127 of 255 = 50%

166
151
127

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

Portions of RGB colors in percentages

R + G + B =
166 + 151 + 127 = 444 (100%)
R 166 of 444 ~ 37.39%
G 151 of 444 ~ 34.01%
B 127 of 444 ~ 28.6%

%37.39
%34.01
%28.6

CMYK color model

#A6977F color CMYK value is (0,9,23,35).

  • cyan value is 0.00%
  • magenta value is 9.04%
  • yellow value is 23.49%
  • key color value is 34.90%
CMYK:
(0,9,23,35)
C0M9Y23K35 
(0%,9%,23%,35%)
(0.00/0.09/0.23/0.35)	

CMYK percentages

%0
%9.04
%23.49
%34.9

Codes

Color #A6977F in popluar color models

A6977F
RGB166151127
HSL37°17.97%57.45%
HSB/HSV37°23.49%65.10%
CMYK0.00%9.04%23.49%
34.90%

Color #A6977F in popluar number systems.

HEXA6977F
Decimal166151127
Binary10100110100101111111111
Octal246227177

Shades and tints

Shades of #A6977F

#A6977F
(166,151,127)
#978A74
(151,138,116)
#887D69
(136,125,105)
#79705E
(121,112,94)
#6A6353
(106,99,83)
#5B5648
(91,86,72)
#4C493D
(76,73,61)
#3D3C32
(61,60,50)
#2E2F27
(46,47,39)
#1F221C
(31,34,28)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #A6977F

#A6977F
(166,151,127)
#AEA08A
(174,160,138)
#B6A995
(182,169,149)
#BEB2A0
(190,178,160)
#C6BBAB
(198,187,171)
#CEC4B6
(206,196,182)
#D6CDC1
(214,205,193)
#DED6CC
(222,214,204)
#E6DFD7
(230,223,215)
#EEE8E2
(238,232,226)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6977F; }

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

This text font color is #A6977F.


Background Color

.myBgColor { background-color: #A6977F; }

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

This div background color is #A6977F.


Border color

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

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

This div border color is #A6977F.


Opacity

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

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

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

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

This text has shadow with #A6977F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6977F on black background.


Color preview on white background

This text has color #A6977F on white background.



Black color preview on #A6977F background

This text has black color on #A6977F background.


White color preview on #A6977F background

This text has white color on #A6977F background.