COLOR #A6766E

HEX: #A6766E
RGB: (166,118,110)

Color info

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

RGB color model

#A6766E color RGB value is (166,118,110).

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

RGB channels and saturation

R 166 of 255 = 65%
G 118 of 255 = 46%
B 110 of 255 = 43%

166
118
110

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

Portions of RGB colors in percentages

R + G + B =
166 + 118 + 110 = 394 (100%)
R 166 of 394 ~ 42.13%
G 118 of 394 ~ 29.95%
B 110 of 394 ~ 27.92%

%42.13
%29.95
%27.92

CMYK color model

#A6766E color CMYK value is (0,29,34,35).

  • cyan value is 0.00%
  • magenta value is 28.92%
  • yellow value is 33.73%
  • key color value is 34.90%
CMYK:
(0,29,34,35)
C0M29Y34K35 
(0%,29%,34%,35%)
(0.00/0.29/0.34/0.35)	

CMYK percentages

%0
%28.92
%33.73
%34.9

Codes

Color #A6766E in popluar color models

A6766E
RGB166118110
HSL23.93%54.12%
HSB/HSV33.73%65.10%
CMYK0.00%28.92%33.73%
34.90%

Color #A6766E in popluar number systems.

HEXA6766E
Decimal166118110
Binary1010011011101101101110
Octal246166156

Shades and tints

Shades of #A6766E

#A6766E
(166,118,110)
#976C64
(151,108,100)
#88625A
(136,98,90)
#795850
(121,88,80)
#6A4E46
(106,78,70)
#5B443C
(91,68,60)
#4C3A32
(76,58,50)
#3D3028
(61,48,40)
#2E261E
(46,38,30)
#1F1C14
(31,28,20)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #A6766E

#A6766E
(166,118,110)
#AE827B
(174,130,123)
#B68E88
(182,142,136)
#BE9A95
(190,154,149)
#C6A6A2
(198,166,162)
#CEB2AF
(206,178,175)
#D6BEBC
(214,190,188)
#DECAC9
(222,202,201)
#E6D6D6
(230,214,214)
#EEE2E3
(238,226,227)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6766E; }

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

This text font color is #A6766E.


Background Color

.myBgColor { background-color: #A6766E; }

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

This div background color is #A6766E.


Border color

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

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

This div border color is #A6766E.


Opacity

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

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

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

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

This text has shadow with #A6766E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6766E on black background.


Color preview on white background

This text has color #A6766E on white background.



Black color preview on #A6766E background

This text has black color on #A6766E background.


White color preview on #A6766E background

This text has white color on #A6766E background.