COLOR #A6955E

HEX: #A6955E
RGB: (166,149,94)

Color info

#A6955E contains mainly red and green colors. Web safe color of #A6955E is #999966 (or #996).

RGB color model

#A6955E color RGB value is (166,149,94).

  • red value is 166;
  • green value is 149;
  • blue value is 94.
RGB:
(166,149,94)
(65%,58%,37%)

RGB channels and saturation

R 166 of 255 = 65%
G 149 of 255 = 58%
B 94 of 255 = 37%

166
149
94

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

Portions of RGB colors in percentages

R + G + B =
166 + 149 + 94 = 409 (100%)
R 166 of 409 ~ 40.59%
G 149 of 409 ~ 36.43%
B 94 of 409 ~ 22.98%

%40.59
%36.43
%22.98

CMYK color model

#A6955E color CMYK value is (0,10,43,35).

  • cyan value is 0.00%
  • magenta value is 10.24%
  • yellow value is 43.37%
  • key color value is 34.90%
CMYK:
(0,10,43,35)
C0M10Y43K35 
(0%,10%,43%,35%)
(0.00/0.10/0.43/0.35)	

CMYK percentages

%0
%10.24
%43.37
%34.9

Codes

Color #A6955E in popluar color models

A6955E
RGB16614994
HSL46°28.80%50.98%
HSB/HSV46°43.37%65.10%
CMYK0.00%10.24%43.37%
34.90%

Color #A6955E in popluar number systems.

HEXA6955E
Decimal16614994
Binary10100110100101011011110
Octal246225136

Shades and tints

Shades of #A6955E

#A6955E
(166,149,94)
#978856
(151,136,86)
#887B4E
(136,123,78)
#796E46
(121,110,70)
#6A613E
(106,97,62)
#5B5436
(91,84,54)
#4C472E
(76,71,46)
#3D3A26
(61,58,38)
#2E2D1E
(46,45,30)
#1F2016
(31,32,22)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #A6955E

#A6955E
(166,149,94)
#AE9E6C
(174,158,108)
#B6A77A
(182,167,122)
#BEB088
(190,176,136)
#C6B996
(198,185,150)
#CEC2A4
(206,194,164)
#D6CBB2
(214,203,178)
#DED4C0
(222,212,192)
#E6DDCE
(230,221,206)
#EEE6DC
(238,230,220)
#F6EFEA
(246,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6955E; }

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

This text font color is #A6955E.


Background Color

.myBgColor { background-color: #A6955E; }

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

This div background color is #A6955E.


Border color

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

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

This div border color is #A6955E.


Opacity

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

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

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

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

This text has shadow with #A6955E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6955E on black background.


Color preview on white background

This text has color #A6955E on white background.



Black color preview on #A6955E background

This text has black color on #A6955E background.


White color preview on #A6955E background

This text has white color on #A6955E background.