COLOR #A6713B

HEX: #A6713B RGB: (166,113,59)

Color info

#A6713B contains mainly red and green colors. Web safe color of #A6713B is #996633 (or #963).

RGB color model

#A6713B color RGB value is (166,113,59).

RGB: (166,113,59) (65%, 44%, 23%)

RGB channels and saturation

R 166 of 255 = 65%
G 113 of 255 = 44%
B 59 of 255 = 23%

166
113
59

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

Portions of RGB colors in percentages

R + G + B = 166 + 113 + 59 = 338 (100%)
R 166 of 338 ~ 49.11%
G 113 of 338 ~ 33.43%
B 59 of 338 ~ 17.46'%

%49.11
%33.43
%17.46

CMYK color model

#A6713B color CMYK value is (0,32,64,35).

  • cyan value is 0.00%
  • magenta value is 31.93%
  • yellow value is 64.46%
  • key color value is 34.90%

CMYK: (0,32,64,35)
C0M32Y64K35 (0%, 32%, 64%, 35%)
(0.00 / 0.32 / 0.64 / 0.35)

CMYK percentages

%0
%31.93
%64.46
%34.9

Codes

Color #A6713B in popluar color models

A6 71 3B
RGB 166 113 59
HSL 30° 47.56% 44.12%
HSB/HSV 30° 64.46% 65.10%
CMYK 0.00% 31.93% 64.46%
34.90%

Color #A6713B in popluar number systems.

HEX A6 71 3B
Decimal 166 113 59
Binary 10100110 1110001 111011
Octal 246 161 73

Shades and tints

Shades of #A6713B

#A6713B
(166,113,59)
#976736
(151,103,54)
#885D31
(136,93,49)
#79532C
(121,83,44)
#6A4927
(106,73,39)
#5B3F22
(91,63,34)
#4C351D
(76,53,29)
#3D2B18
(61,43,24)
#2E2113
(46,33,19)
#1F170E
(31,23,14)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #A6713B

#A6713B
(166,113,59)
#AE7D4C
(174,125,76)
#B6895D
(182,137,93)
#BE956E
(190,149,110)
#C6A17F
(198,161,127)
#CEAD90
(206,173,144)
#D6B9A1
(214,185,161)
#DEC5B2
(222,197,178)
#E6D1C3
(230,209,195)
#EEDDD4
(238,221,212)
#F6E9E5
(246,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6713B color. Also use rgb(166,113,59) instead hex code.

Text Font Color

.myTextColor { color: #A6713B; }

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

This text font color is #A6713B.

Background Color

.myBgColor { background-color: #A6713B; }

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

This div background color is #A6713B.

Border color

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

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

This div border color is #A6713B.

Opacity

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

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

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

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

This text has shadow with #A6713B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6713B.

Preview

Color preview on black background

This text has color #A6713B on black background.


Color preview on white background

This text has color #A6713B on white background.


Black color preview on #A6713B background

This text has black color on #A6713B background.


White color preview on #A6713B background

This text has white color on #A6713B background.


Related colors

Complementary color

Complementary color for #hex is #598EC4.


I love getcolorcode.com

Triadic colors

1 #3BA671 and #713BA6 with #A6713B are triadic colors.

2 #3B71A6 and #71A63B with #A6713B are triadic colors.