COLOR #A87D5F

HEX: #A87D5F RGB: (168,125,95)

Color info

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

RGB color model

#A87D5F color RGB value is (168,125,95).

RGB: (168,125,95) (66%, 49%, 37%)

RGB channels and saturation

R 168 of 255 = 66%
G 125 of 255 = 49%
B 95 of 255 = 37%

168
125
95

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

Portions of RGB colors in percentages

R + G + B = 168 + 125 + 95 = 388 (100%)
R 168 of 388 ~ 43.3%
G 125 of 388 ~ 32.22%
B 95 of 388 ~ 24.48'%

%43.3
%32.22
%24.48

CMYK color model

#A87D5F color CMYK value is (0,26,43,34).

  • cyan value is 0.00%
  • magenta value is 25.60%
  • yellow value is 43.45%
  • key color value is 34.12%
CMYK: (0,26,43,34) C0M26Y43K34 (0%,26%,43%,34%) (0.00/0.26/0.43/0.34) 

CMYK percentages

%0
%25.6
%43.45
%34.12

Codes

Color #A87D5F in popluar color models

A8 7D 5F
RGB 168 125 95
HSL 25° 29.55% 51.57%
HSB/HSV 25° 43.45% 65.88%
CMYK 0.00% 25.60% 43.45%
34.12%

Color #A87D5F in popluar number systems.

HEX A8 7D 5F
Decimal 168 125 95
Binary 10101000 1111101 1011111
Octal 250 175 137

Shades and tints

Shades of #A87D5F

#A87D5F
(168,125,95)
#997257
(153,114,87)
#8A674F
(138,103,79)
#7B5C47
(123,92,71)
#6C513F
(108,81,63)
#5D4637
(93,70,55)
#4E3B2F
(78,59,47)
#3F3027
(63,48,39)
#30251F
(48,37,31)
#211A17
(33,26,23)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #A87D5F

#A87D5F
(168,125,95)
#AF886D
(175,136,109)
#B6937B
(182,147,123)
#BD9E89
(189,158,137)
#C4A997
(196,169,151)
#CBB4A5
(203,180,165)
#D2BFB3
(210,191,179)
#D9CAC1
(217,202,193)
#E0D5CF
(224,213,207)
#E7E0DD
(231,224,221)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87D5F color. Also use rgb(168,125,95) instead hex code.

Text Font Color

.myTextColor { color: #A87D5F; }

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

This text font color is #A87D5F.

Background Color

.myBgColor { background-color: #A87D5F; }

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

This div background color is #A87D5F.

Border color

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

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

This div border color is #A87D5F.

Opacity

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

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

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

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

This text has shadow with #A87D5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A87D5F.

Preview

Color preview on black background

This text has color #A87D5F on black background.


Color preview on white background

This text has color #A87D5F on white background.


Black color preview on #A87D5F background

This text has black color on #A87D5F background.


White color preview on #A87D5F background

This text has white color on #A87D5F background.


Related colors

Complementary color

Complementary color for #hex is #5782A0.


I love getcolorcode.com

Triadic colors

1 #5FA87D and #7D5FA8 with #A87D5F are triadic colors.

2 #5F7DA8 and #7DA85F with #A87D5F are triadic colors.