COLOR #A76642

HEX: #A76642
RGB: (167,102,66)

Color info

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

RGB color model

#A76642 color RGB value is (167,102,66).

  • red value is 167;
  • green value is 102;
  • blue value is 66.
RGB:
(167,102,66)
(65%,40%,26%)

RGB channels and saturation

R 167 of 255 = 65%
G 102 of 255 = 40%
B 66 of 255 = 26%

167
102
66

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

Portions of RGB colors in percentages

R + G + B =
167 + 102 + 66 = 335 (100%)
R 167 of 335 ~ 49.85%
G 102 of 335 ~ 30.45%
B 66 of 335 ~ 19.7%

%49.85
%30.45
%19.7

CMYK color model

#A76642 color CMYK value is (0,39,60,35).

  • cyan value is 0.00%
  • magenta value is 38.92%
  • yellow value is 60.48%
  • key color value is 34.51%
CMYK:
(0,39,60,35)
C0M39Y60K35 
(0%,39%,60%,35%)
(0.00/0.39/0.60/0.35)	

CMYK percentages

%0
%38.92
%60.48
%34.51

Codes

Color #A76642 in popluar color models

A76642
RGB16710266
HSL21°43.35%45.69%
HSB/HSV21°60.48%65.49%
CMYK0.00%38.92%60.48%
34.51%

Color #A76642 in popluar number systems.

HEXA76642
Decimal16710266
Binary1010011111001101000010
Octal247146102

Shades and tints

Shades of #A76642

#A76642
(167,102,66)
#985D3C
(152,93,60)
#895436
(137,84,54)
#7A4B30
(122,75,48)
#6B422A
(107,66,42)
#5C3924
(92,57,36)
#4D301E
(77,48,30)
#3E2718
(62,39,24)
#2F1E12
(47,30,18)
#20150C
(32,21,12)
#110C06
(17,12,6)
#000000
(0,0,0)

Tints of #A76642

#A76642
(167,102,66)
#AF7353
(175,115,83)
#B78064
(183,128,100)
#BF8D75
(191,141,117)
#C79A86
(199,154,134)
#CFA797
(207,167,151)
#D7B4A8
(215,180,168)
#DFC1B9
(223,193,185)
#E7CECA
(231,206,202)
#EFDBDB
(239,219,219)
#F7E8EC
(247,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76642 color. Also use rgb(167,102,66) instead hex code.

Text Font Color

.myTextColor { color: #A76642; }

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

This text font color is #A76642.


Background Color

.myBgColor { background-color: #A76642; }

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

This div background color is #A76642.


Border color

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

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

This div border color is #A76642.


Opacity

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

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

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

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

This text has shadow with #A76642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76642 on black background.


Color preview on white background

This text has color #A76642 on white background.



Black color preview on #A76642 background

This text has black color on #A76642 background.


White color preview on #A76642 background

This text has white color on #A76642 background.