COLOR #A6744C

HEX: #A6744C
RGB: (166,116,76)

Color info

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

RGB color model

#A6744C color RGB value is (166,116,76).

  • red value is 166;
  • green value is 116;
  • blue value is 76.
RGB:
(166,116,76)
(65%,45%,30%)

RGB channels and saturation

R 166 of 255 = 65%
G 116 of 255 = 45%
B 76 of 255 = 30%

166
116
76

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

Portions of RGB colors in percentages

R + G + B =
166 + 116 + 76 = 358 (100%)
R 166 of 358 ~ 46.37%
G 116 of 358 ~ 32.4%
B 76 of 358 ~ 21.23%

%46.37
%32.4
%21.23

CMYK color model

#A6744C color CMYK value is (0,30,54,35).

  • cyan value is 0.00%
  • magenta value is 30.12%
  • yellow value is 54.22%
  • key color value is 34.90%
CMYK:
(0,30,54,35)
C0M30Y54K35 
(0%,30%,54%,35%)
(0.00/0.30/0.54/0.35)	

CMYK percentages

%0
%30.12
%54.22
%34.9

Codes

Color #A6744C in popluar color models

A6744C
RGB16611676
HSL27°37.19%47.45%
HSB/HSV27°54.22%65.10%
CMYK0.00%30.12%54.22%
34.90%

Color #A6744C in popluar number systems.

HEXA6744C
Decimal16611676
Binary1010011011101001001100
Octal246164114

Shades and tints

Shades of #A6744C

#A6744C
(166,116,76)
#976A46
(151,106,70)
#886040
(136,96,64)
#79563A
(121,86,58)
#6A4C34
(106,76,52)
#5B422E
(91,66,46)
#4C3828
(76,56,40)
#3D2E22
(61,46,34)
#2E241C
(46,36,28)
#1F1A16
(31,26,22)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #A6744C

#A6744C
(166,116,76)
#AE805C
(174,128,92)
#B68C6C
(182,140,108)
#BE987C
(190,152,124)
#C6A48C
(198,164,140)
#CEB09C
(206,176,156)
#D6BCAC
(214,188,172)
#DEC8BC
(222,200,188)
#E6D4CC
(230,212,204)
#EEE0DC
(238,224,220)
#F6ECEC
(246,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6744C color. Also use rgb(166,116,76) instead hex code.

Text Font Color

.myTextColor { color: #A6744C; }

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

This text font color is #A6744C.


Background Color

.myBgColor { background-color: #A6744C; }

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

This div background color is #A6744C.


Border color

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

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

This div border color is #A6744C.


Opacity

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

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

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

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

This text has shadow with #A6744C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6744C on black background.


Color preview on white background

This text has color #A6744C on white background.



Black color preview on #A6744C background

This text has black color on #A6744C background.


White color preview on #A6744C background

This text has white color on #A6744C background.