COLOR #A6705D

HEX: #A6705D
RGB: (166,112,93)

Color info

#A6705D contains mainly red and green colors. Web safe color of #A6705D is #996666 (or #966).

RGB color model

#A6705D color RGB value is (166,112,93).

  • red value is 166;
  • green value is 112;
  • blue value is 93.
RGB:
(166,112,93)
(65%,44%,36%)

RGB channels and saturation

R 166 of 255 = 65%
G 112 of 255 = 44%
B 93 of 255 = 36%

166
112
93

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

Portions of RGB colors in percentages

R + G + B =
166 + 112 + 93 = 371 (100%)
R 166 of 371 ~ 44.74%
G 112 of 371 ~ 30.19%
B 93 of 371 ~ 25.07%

%44.74
%30.19
%25.07

CMYK color model

#A6705D color CMYK value is (0,33,44,35).

  • cyan value is 0.00%
  • magenta value is 32.53%
  • yellow value is 43.98%
  • key color value is 34.90%
CMYK:
(0,33,44,35)
C0M33Y44K35 
(0%,33%,44%,35%)
(0.00/0.33/0.44/0.35)	

CMYK percentages

%0
%32.53
%43.98
%34.9

Codes

Color #A6705D in popluar color models

A6705D
RGB16611293
HSL16°29.08%50.78%
HSB/HSV16°43.98%65.10%
CMYK0.00%32.53%43.98%
34.90%

Color #A6705D in popluar number systems.

HEXA6705D
Decimal16611293
Binary1010011011100001011101
Octal246160135

Shades and tints

Shades of #A6705D

#A6705D
(166,112,93)
#976655
(151,102,85)
#885C4D
(136,92,77)
#795245
(121,82,69)
#6A483D
(106,72,61)
#5B3E35
(91,62,53)
#4C342D
(76,52,45)
#3D2A25
(61,42,37)
#2E201D
(46,32,29)
#1F1615
(31,22,21)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #A6705D

#A6705D
(166,112,93)
#AE7D6B
(174,125,107)
#B68A79
(182,138,121)
#BE9787
(190,151,135)
#C6A495
(198,164,149)
#CEB1A3
(206,177,163)
#D6BEB1
(214,190,177)
#DECBBF
(222,203,191)
#E6D8CD
(230,216,205)
#EEE5DB
(238,229,219)
#F6F2E9
(246,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6705D color. Also use rgb(166,112,93) instead hex code.

Text Font Color

.myTextColor { color: #A6705D; }

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

This text font color is #A6705D.


Background Color

.myBgColor { background-color: #A6705D; }

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

This div background color is #A6705D.


Border color

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

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

This div border color is #A6705D.


Opacity

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

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

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

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

This text has shadow with #A6705D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6705D on black background.


Color preview on white background

This text has color #A6705D on white background.



Black color preview on #A6705D background

This text has black color on #A6705D background.


White color preview on #A6705D background

This text has white color on #A6705D background.