COLOR #A76744

HEX: #A76744
RGB: (167,103,68)

Color info

#A76744 contains mainly red color. Web safe color of #A76744 is #996633 (or #963).

RGB color model

#A76744 color RGB value is (167,103,68).

  • red value is 167;
  • green value is 103;
  • blue value is 68.
RGB:
(167,103,68)
(65%,40%,27%)

RGB channels and saturation

R 167 of 255 = 65%
G 103 of 255 = 40%
B 68 of 255 = 27%

167
103
68

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

Portions of RGB colors in percentages

R + G + B =
167 + 103 + 68 = 338 (100%)
R 167 of 338 ~ 49.41%
G 103 of 338 ~ 30.47%
B 68 of 338 ~ 20.12%

%49.41
%30.47
%20.12

CMYK color model

#A76744 color CMYK value is (0,38,59,35).

  • cyan value is 0.00%
  • magenta value is 38.32%
  • yellow value is 59.28%
  • key color value is 34.51%
CMYK:
(0,38,59,35)
C0M38Y59K35 
(0%,38%,59%,35%)
(0.00/0.38/0.59/0.35)	

CMYK percentages

%0
%38.32
%59.28
%34.51

Codes

Color #A76744 in popluar color models

A76744
RGB16710368
HSL21°42.13%46.08%
HSB/HSV21°59.28%65.49%
CMYK0.00%38.32%59.28%
34.51%

Color #A76744 in popluar number systems.

HEXA76744
Decimal16710368
Binary1010011111001111000100
Octal247147104

Shades and tints

Shades of #A76744

#A76744
(167,103,68)
#985E3E
(152,94,62)
#895538
(137,85,56)
#7A4C32
(122,76,50)
#6B432C
(107,67,44)
#5C3A26
(92,58,38)
#4D3120
(77,49,32)
#3E281A
(62,40,26)
#2F1F14
(47,31,20)
#20160E
(32,22,14)
#110D08
(17,13,8)
#000000
(0,0,0)

Tints of #A76744

#A76744
(167,103,68)
#AF7455
(175,116,85)
#B78166
(183,129,102)
#BF8E77
(191,142,119)
#C79B88
(199,155,136)
#CFA899
(207,168,153)
#D7B5AA
(215,181,170)
#DFC2BB
(223,194,187)
#E7CFCC
(231,207,204)
#EFDCDD
(239,220,221)
#F7E9EE
(247,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76744 color. Also use rgb(167,103,68) instead hex code.

Text Font Color

.myTextColor { color: #A76744; }

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

This text font color is #A76744.


Background Color

.myBgColor { background-color: #A76744; }

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

This div background color is #A76744.


Border color

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

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

This div border color is #A76744.


Opacity

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

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

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

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

This text has shadow with #A76744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76744 on black background.


Color preview on white background

This text has color #A76744 on white background.



Black color preview on #A76744 background

This text has black color on #A76744 background.


White color preview on #A76744 background

This text has white color on #A76744 background.