COLOR #A76237

HEX: #A76237
RGB: (167,98,55)

Color info

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

RGB color model

#A76237 color RGB value is (167,98,55).

  • red value is 167;
  • green value is 98;
  • blue value is 55.
RGB:
(167,98,55)
(65%,38%,22%)

RGB channels and saturation

R 167 of 255 = 65%
G 98 of 255 = 38%
B 55 of 255 = 22%

167
98
55

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

Portions of RGB colors in percentages

R + G + B =
167 + 98 + 55 = 320 (100%)
R 167 of 320 ~ 52.19%
G 98 of 320 ~ 30.63%
B 55 of 320 ~ 17.19%

%52.19
%30.63
%17.19

CMYK color model

#A76237 color CMYK value is (0,41,67,35).

  • cyan value is 0.00%
  • magenta value is 41.32%
  • yellow value is 67.07%
  • key color value is 34.51%
CMYK:
(0,41,67,35)
C0M41Y67K35 
(0%,41%,67%,35%)
(0.00/0.41/0.67/0.35)	

CMYK percentages

%0
%41.32
%67.07
%34.51

Codes

Color #A76237 in popluar color models

A76237
RGB1679855
HSL23°50.45%43.53%
HSB/HSV23°67.07%65.49%
CMYK0.00%41.32%67.07%
34.51%

Color #A76237 in popluar number systems.

HEXA76237
Decimal1679855
Binary101001111100010110111
Octal24714267

Shades and tints

Shades of #A76237

#A76237
(167,98,55)
#985A32
(152,90,50)
#89522D
(137,82,45)
#7A4A28
(122,74,40)
#6B4223
(107,66,35)
#5C3A1E
(92,58,30)
#4D3219
(77,50,25)
#3E2A14
(62,42,20)
#2F220F
(47,34,15)
#201A0A
(32,26,10)
#111205
(17,18,5)
#000000
(0,0,0)

Tints of #A76237

#A76237
(167,98,55)
#AF7049
(175,112,73)
#B77E5B
(183,126,91)
#BF8C6D
(191,140,109)
#C79A7F
(199,154,127)
#CFA891
(207,168,145)
#D7B6A3
(215,182,163)
#DFC4B5
(223,196,181)
#E7D2C7
(231,210,199)
#EFE0D9
(239,224,217)
#F7EEEB
(247,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76237 color. Also use rgb(167,98,55) instead hex code.

Text Font Color

.myTextColor { color: #A76237; }

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

This text font color is #A76237.


Background Color

.myBgColor { background-color: #A76237; }

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

This div background color is #A76237.


Border color

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

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

This div border color is #A76237.


Opacity

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

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

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

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

This text has shadow with #A76237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76237 on black background.


Color preview on white background

This text has color #A76237 on white background.



Black color preview on #A76237 background

This text has black color on #A76237 background.


White color preview on #A76237 background

This text has white color on #A76237 background.