COLOR #A87767

HEX: #A87767
RGB: (168,119,103)

Color info

#A87767 contains mainly red and green colors. Web safe color of #A87767 is #996666 (or #966).

RGB color model

#A87767 color RGB value is (168,119,103).

  • red value is 168;
  • green value is 119;
  • blue value is 103.
RGB:
(168,119,103)
(66%,47%,40%)

RGB channels and saturation

R 168 of 255 = 66%
G 119 of 255 = 47%
B 103 of 255 = 40%

168
119
103

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

Portions of RGB colors in percentages

R + G + B =
168 + 119 + 103 = 390 (100%)
R 168 of 390 ~ 43.08%
G 119 of 390 ~ 30.51%
B 103 of 390 ~ 26.41%

%43.08
%30.51
%26.41

CMYK color model

#A87767 color CMYK value is (0,29,39,34).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 38.69%
  • key color value is 34.12%
CMYK:
(0,29,39,34)
C0M29Y39K34 
(0%,29%,39%,34%)
(0.00/0.29/0.39/0.34)	

CMYK percentages

%0
%29.17
%38.69
%34.12

Codes

Color #A87767 in popluar color models

A87767
RGB168119103
HSL15°27.20%53.14%
HSB/HSV15°38.69%65.88%
CMYK0.00%29.17%38.69%
34.12%

Color #A87767 in popluar number systems.

HEXA87767
Decimal168119103
Binary1010100011101111100111
Octal250167147

Shades and tints

Shades of #A87767

#A87767
(168,119,103)
#996D5E
(153,109,94)
#8A6355
(138,99,85)
#7B594C
(123,89,76)
#6C4F43
(108,79,67)
#5D453A
(93,69,58)
#4E3B31
(78,59,49)
#3F3128
(63,49,40)
#30271F
(48,39,31)
#211D16
(33,29,22)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #A87767

#A87767
(168,119,103)
#AF8374
(175,131,116)
#B68F81
(182,143,129)
#BD9B8E
(189,155,142)
#C4A79B
(196,167,155)
#CBB3A8
(203,179,168)
#D2BFB5
(210,191,181)
#D9CBC2
(217,203,194)
#E0D7CF
(224,215,207)
#E7E3DC
(231,227,220)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87767 color. Also use rgb(168,119,103) instead hex code.

Text Font Color

.myTextColor { color: #A87767; }

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

This text font color is #A87767.


Background Color

.myBgColor { background-color: #A87767; }

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

This div background color is #A87767.


Border color

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

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

This div border color is #A87767.


Opacity

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

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

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

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

This text has shadow with #A87767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87767 on black background.


Color preview on white background

This text has color #A87767 on white background.



Black color preview on #A87767 background

This text has black color on #A87767 background.


White color preview on #A87767 background

This text has white color on #A87767 background.