COLOR #A87F54

HEX: #A87F54
RGB: (168,127,84)

Color info

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

RGB color model

#A87F54 color RGB value is (168,127,84).

  • red value is 168;
  • green value is 127;
  • blue value is 84.
RGB:
(168,127,84)
(66%,50%,33%)

RGB channels and saturation

R 168 of 255 = 66%
G 127 of 255 = 50%
B 84 of 255 = 33%

168
127
84

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

Portions of RGB colors in percentages

R + G + B =
168 + 127 + 84 = 379 (100%)
R 168 of 379 ~ 44.33%
G 127 of 379 ~ 33.51%
B 84 of 379 ~ 22.16%

%44.33
%33.51
%22.16

CMYK color model

#A87F54 color CMYK value is (0,24,50,34).

  • cyan value is 0.00%
  • magenta value is 24.40%
  • yellow value is 50.00%
  • key color value is 34.12%
CMYK:
(0,24,50,34)
C0M24Y50K34 
(0%,24%,50%,34%)
(0.00/0.24/0.50/0.34)	

CMYK percentages

%0
%24.4
%50
%34.12

Codes

Color #A87F54 in popluar color models

A87F54
RGB16812784
HSL31°33.33%49.41%
HSB/HSV31°50.00%65.88%
CMYK0.00%24.40%50.00%
34.12%

Color #A87F54 in popluar number systems.

HEXA87F54
Decimal16812784
Binary1010100011111111010100
Octal250177124

Shades and tints

Shades of #A87F54

#A87F54
(168,127,84)
#99744D
(153,116,77)
#8A6946
(138,105,70)
#7B5E3F
(123,94,63)
#6C5338
(108,83,56)
#5D4831
(93,72,49)
#4E3D2A
(78,61,42)
#3F3223
(63,50,35)
#30271C
(48,39,28)
#211C15
(33,28,21)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #A87F54

#A87F54
(168,127,84)
#AF8A63
(175,138,99)
#B69572
(182,149,114)
#BDA081
(189,160,129)
#C4AB90
(196,171,144)
#CBB69F
(203,182,159)
#D2C1AE
(210,193,174)
#D9CCBD
(217,204,189)
#E0D7CC
(224,215,204)
#E7E2DB
(231,226,219)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87F54 color. Also use rgb(168,127,84) instead hex code.

Text Font Color

.myTextColor { color: #A87F54; }

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

This text font color is #A87F54.


Background Color

.myBgColor { background-color: #A87F54; }

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

This div background color is #A87F54.


Border color

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

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

This div border color is #A87F54.


Opacity

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

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

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

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

This text has shadow with #A87F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87F54 on black background.


Color preview on white background

This text has color #A87F54 on white background.



Black color preview on #A87F54 background

This text has black color on #A87F54 background.


White color preview on #A87F54 background

This text has white color on #A87F54 background.