COLOR #A87963

HEX: #A87963
RGB: (168,121,99)

Color info

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

RGB color model

#A87963 color RGB value is (168,121,99).

  • red value is 168;
  • green value is 121;
  • blue value is 99.
RGB:
(168,121,99)
(66%,47%,39%)

RGB channels and saturation

R 168 of 255 = 66%
G 121 of 255 = 47%
B 99 of 255 = 39%

168
121
99

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

Portions of RGB colors in percentages

R + G + B =
168 + 121 + 99 = 388 (100%)
R 168 of 388 ~ 43.3%
G 121 of 388 ~ 31.19%
B 99 of 388 ~ 25.52%

%43.3
%31.19
%25.52

CMYK color model

#A87963 color CMYK value is (0,28,41,34).

  • cyan value is 0.00%
  • magenta value is 27.98%
  • yellow value is 41.07%
  • key color value is 34.12%
CMYK:
(0,28,41,34)
C0M28Y41K34 
(0%,28%,41%,34%)
(0.00/0.28/0.41/0.34)	

CMYK percentages

%0
%27.98
%41.07
%34.12

Codes

Color #A87963 in popluar color models

A87963
RGB16812199
HSL19°28.40%52.35%
HSB/HSV19°41.07%65.88%
CMYK0.00%27.98%41.07%
34.12%

Color #A87963 in popluar number systems.

HEXA87963
Decimal16812199
Binary1010100011110011100011
Octal250171143

Shades and tints

Shades of #A87963

#A87963
(168,121,99)
#996E5A
(153,110,90)
#8A6351
(138,99,81)
#7B5848
(123,88,72)
#6C4D3F
(108,77,63)
#5D4236
(93,66,54)
#4E372D
(78,55,45)
#3F2C24
(63,44,36)
#30211B
(48,33,27)
#211612
(33,22,18)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #A87963

#A87963
(168,121,99)
#AF8571
(175,133,113)
#B6917F
(182,145,127)
#BD9D8D
(189,157,141)
#C4A99B
(196,169,155)
#CBB5A9
(203,181,169)
#D2C1B7
(210,193,183)
#D9CDC5
(217,205,197)
#E0D9D3
(224,217,211)
#E7E5E1
(231,229,225)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87963 color. Also use rgb(168,121,99) instead hex code.

Text Font Color

.myTextColor { color: #A87963; }

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

This text font color is #A87963.


Background Color

.myBgColor { background-color: #A87963; }

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

This div background color is #A87963.


Border color

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

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

This div border color is #A87963.


Opacity

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

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

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

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

This text has shadow with #A87963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87963 on black background.


Color preview on white background

This text has color #A87963 on white background.



Black color preview on #A87963 background

This text has black color on #A87963 background.


White color preview on #A87963 background

This text has white color on #A87963 background.