COLOR #A6735B

HEX: #A6735B
RGB: (166,115,91)

Color info

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

RGB color model

#A6735B color RGB value is (166,115,91).

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

RGB channels and saturation

R 166 of 255 = 65%
G 115 of 255 = 45%
B 91 of 255 = 36%

166
115
91

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

Portions of RGB colors in percentages

R + G + B =
166 + 115 + 91 = 372 (100%)
R 166 of 372 ~ 44.62%
G 115 of 372 ~ 30.91%
B 91 of 372 ~ 24.46%

%44.62
%30.91
%24.46

CMYK color model

#A6735B color CMYK value is (0,31,45,35).

  • cyan value is 0.00%
  • magenta value is 30.72%
  • yellow value is 45.18%
  • key color value is 34.90%
CMYK:
(0,31,45,35)
C0M31Y45K35 
(0%,31%,45%,35%)
(0.00/0.31/0.45/0.35)	

CMYK percentages

%0
%30.72
%45.18
%34.9

Codes

Color #A6735B in popluar color models

A6735B
RGB16611591
HSL19°29.64%50.39%
HSB/HSV19°45.18%65.10%
CMYK0.00%30.72%45.18%
34.90%

Color #A6735B in popluar number systems.

HEXA6735B
Decimal16611591
Binary1010011011100111011011
Octal246163133

Shades and tints

Shades of #A6735B

#A6735B
(166,115,91)
#976953
(151,105,83)
#885F4B
(136,95,75)
#795543
(121,85,67)
#6A4B3B
(106,75,59)
#5B4133
(91,65,51)
#4C372B
(76,55,43)
#3D2D23
(61,45,35)
#2E231B
(46,35,27)
#1F1913
(31,25,19)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #A6735B

#A6735B
(166,115,91)
#AE7F69
(174,127,105)
#B68B77
(182,139,119)
#BE9785
(190,151,133)
#C6A393
(198,163,147)
#CEAFA1
(206,175,161)
#D6BBAF
(214,187,175)
#DEC7BD
(222,199,189)
#E6D3CB
(230,211,203)
#EEDFD9
(238,223,217)
#F6EBE7
(246,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6735B; }

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

This text font color is #A6735B.


Background Color

.myBgColor { background-color: #A6735B; }

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

This div background color is #A6735B.


Border color

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

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

This div border color is #A6735B.


Opacity

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

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

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

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

This text has shadow with #A6735B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6735B on black background.


Color preview on white background

This text has color #A6735B on white background.



Black color preview on #A6735B background

This text has black color on #A6735B background.


White color preview on #A6735B background

This text has white color on #A6735B background.