COLOR #A6796E

HEX: #A6796E
RGB: (166,121,110)

Color info

#A6796E contains red, green and blue colors in about the same proportion. Web safe color of #A6796E is #996666 (or #966).

RGB color model

#A6796E color RGB value is (166,121,110).

  • red value is 166;
  • green value is 121;
  • blue value is 110.
RGB:
(166,121,110)
(65%,47%,43%)

RGB channels and saturation

R 166 of 255 = 65%
G 121 of 255 = 47%
B 110 of 255 = 43%

166
121
110

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

Portions of RGB colors in percentages

R + G + B =
166 + 121 + 110 = 397 (100%)
R 166 of 397 ~ 41.81%
G 121 of 397 ~ 30.48%
B 110 of 397 ~ 27.71%

%41.81
%30.48
%27.71

CMYK color model

#A6796E color CMYK value is (0,27,34,35).

  • cyan value is 0.00%
  • magenta value is 27.11%
  • yellow value is 33.73%
  • key color value is 34.90%
CMYK:
(0,27,34,35)
C0M27Y34K35 
(0%,27%,34%,35%)
(0.00/0.27/0.34/0.35)	

CMYK percentages

%0
%27.11
%33.73
%34.9

Codes

Color #A6796E in popluar color models

A6796E
RGB166121110
HSL12°23.93%54.12%
HSB/HSV12°33.73%65.10%
CMYK0.00%27.11%33.73%
34.90%

Color #A6796E in popluar number systems.

HEXA6796E
Decimal166121110
Binary1010011011110011101110
Octal246171156

Shades and tints

Shades of #A6796E

#A6796E
(166,121,110)
#976E64
(151,110,100)
#88635A
(136,99,90)
#795850
(121,88,80)
#6A4D46
(106,77,70)
#5B423C
(91,66,60)
#4C3732
(76,55,50)
#3D2C28
(61,44,40)
#2E211E
(46,33,30)
#1F1614
(31,22,20)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #A6796E

#A6796E
(166,121,110)
#AE857B
(174,133,123)
#B69188
(182,145,136)
#BE9D95
(190,157,149)
#C6A9A2
(198,169,162)
#CEB5AF
(206,181,175)
#D6C1BC
(214,193,188)
#DECDC9
(222,205,201)
#E6D9D6
(230,217,214)
#EEE5E3
(238,229,227)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6796E color. Also use rgb(166,121,110) instead hex code.

Text Font Color

.myTextColor { color: #A6796E; }

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

This text font color is #A6796E.


Background Color

.myBgColor { background-color: #A6796E; }

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

This div background color is #A6796E.


Border color

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

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

This div border color is #A6796E.


Opacity

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

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

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

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

This text has shadow with #A6796E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6796E on black background.


Color preview on white background

This text has color #A6796E on white background.



Black color preview on #A6796E background

This text has black color on #A6796E background.


White color preview on #A6796E background

This text has white color on #A6796E background.