COLOR #A6736F

HEX: #A6736F
RGB: (166,115,111)

Color info

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

RGB color model

#A6736F color RGB value is (166,115,111).

  • red value is 166;
  • green value is 115;
  • blue value is 111.
RGB:
(166,115,111)
(65%,45%,44%)

RGB channels and saturation

R 166 of 255 = 65%
G 115 of 255 = 45%
B 111 of 255 = 44%

166
115
111

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

Portions of RGB colors in percentages

R + G + B =
166 + 115 + 111 = 392 (100%)
R 166 of 392 ~ 42.35%
G 115 of 392 ~ 29.34%
B 111 of 392 ~ 28.32%

%42.35
%29.34
%28.32

CMYK color model

#A6736F color CMYK value is (0,31,33,35).

  • cyan value is 0.00%
  • magenta value is 30.72%
  • yellow value is 33.13%
  • key color value is 34.90%
CMYK:
(0,31,33,35)
C0M31Y33K35 
(0%,31%,33%,35%)
(0.00/0.31/0.33/0.35)	

CMYK percentages

%0
%30.72
%33.13
%34.9

Codes

Color #A6736F in popluar color models

A6736F
RGB166115111
HSL23.61%54.31%
HSB/HSV33.13%65.10%
CMYK0.00%30.72%33.13%
34.90%

Color #A6736F in popluar number systems.

HEXA6736F
Decimal166115111
Binary1010011011100111101111
Octal246163157

Shades and tints

Shades of #A6736F

#A6736F
(166,115,111)
#976965
(151,105,101)
#885F5B
(136,95,91)
#795551
(121,85,81)
#6A4B47
(106,75,71)
#5B413D
(91,65,61)
#4C3733
(76,55,51)
#3D2D29
(61,45,41)
#2E231F
(46,35,31)
#1F1915
(31,25,21)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #A6736F

#A6736F
(166,115,111)
#AE7F7C
(174,127,124)
#B68B89
(182,139,137)
#BE9796
(190,151,150)
#C6A3A3
(198,163,163)
#CEAFB0
(206,175,176)
#D6BBBD
(214,187,189)
#DEC7CA
(222,199,202)
#E6D3D7
(230,211,215)
#EEDFE4
(238,223,228)
#F6EBF1
(246,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6736F color. Also use rgb(166,115,111) instead hex code.

Text Font Color

.myTextColor { color: #A6736F; }

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

This text font color is #A6736F.


Background Color

.myBgColor { background-color: #A6736F; }

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

This div background color is #A6736F.


Border color

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

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

This div border color is #A6736F.


Opacity

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

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

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

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

This text has shadow with #A6736F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6736F on black background.


Color preview on white background

This text has color #A6736F on white background.



Black color preview on #A6736F background

This text has black color on #A6736F background.


White color preview on #A6736F background

This text has white color on #A6736F background.