COLOR #A76B57

HEX: #A76B57
RGB: (167,107,87)

Color info

#A76B57 contains mainly red color. Web safe color of #A76B57 is #996666 (or #966).

RGB color model

#A76B57 color RGB value is (167,107,87).

  • red value is 167;
  • green value is 107;
  • blue value is 87.
RGB:
(167,107,87)
(65%,42%,34%)

RGB channels and saturation

R 167 of 255 = 65%
G 107 of 255 = 42%
B 87 of 255 = 34%

167
107
87

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

Portions of RGB colors in percentages

R + G + B =
167 + 107 + 87 = 361 (100%)
R 167 of 361 ~ 46.26%
G 107 of 361 ~ 29.64%
B 87 of 361 ~ 24.1%

%46.26
%29.64
%24.1

CMYK color model

#A76B57 color CMYK value is (0,36,48,35).

  • cyan value is 0.00%
  • magenta value is 35.93%
  • yellow value is 47.90%
  • key color value is 34.51%
CMYK:
(0,36,48,35)
C0M36Y48K35 
(0%,36%,48%,35%)
(0.00/0.36/0.48/0.35)	

CMYK percentages

%0
%35.93
%47.9
%34.51

Codes

Color #A76B57 in popluar color models

A76B57
RGB16710787
HSL15°31.50%49.80%
HSB/HSV15°47.90%65.49%
CMYK0.00%35.93%47.90%
34.51%

Color #A76B57 in popluar number systems.

HEXA76B57
Decimal16710787
Binary1010011111010111010111
Octal247153127

Shades and tints

Shades of #A76B57

#A76B57
(167,107,87)
#986250
(152,98,80)
#895949
(137,89,73)
#7A5042
(122,80,66)
#6B473B
(107,71,59)
#5C3E34
(92,62,52)
#4D352D
(77,53,45)
#3E2C26
(62,44,38)
#2F231F
(47,35,31)
#201A18
(32,26,24)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #A76B57

#A76B57
(167,107,87)
#AF7866
(175,120,102)
#B78575
(183,133,117)
#BF9284
(191,146,132)
#C79F93
(199,159,147)
#CFACA2
(207,172,162)
#D7B9B1
(215,185,177)
#DFC6C0
(223,198,192)
#E7D3CF
(231,211,207)
#EFE0DE
(239,224,222)
#F7EDED
(247,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76B57 color. Also use rgb(167,107,87) instead hex code.

Text Font Color

.myTextColor { color: #A76B57; }

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

This text font color is #A76B57.


Background Color

.myBgColor { background-color: #A76B57; }

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

This div background color is #A76B57.


Border color

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

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

This div border color is #A76B57.


Opacity

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

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

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

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

This text has shadow with #A76B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76B57 on black background.


Color preview on white background

This text has color #A76B57 on white background.



Black color preview on #A76B57 background

This text has black color on #A76B57 background.


White color preview on #A76B57 background

This text has white color on #A76B57 background.