COLOR #A87D64

HEX: #A87D64
RGB: (168,125,100)

Color info

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

RGB color model

#A87D64 color RGB value is (168,125,100).

  • red value is 168;
  • green value is 125;
  • blue value is 100.
RGB:
(168,125,100)
(66%,49%,39%)

RGB channels and saturation

R 168 of 255 = 66%
G 125 of 255 = 49%
B 100 of 255 = 39%

168
125
100

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

Portions of RGB colors in percentages

R + G + B =
168 + 125 + 100 = 393 (100%)
R 168 of 393 ~ 42.75%
G 125 of 393 ~ 31.81%
B 100 of 393 ~ 25.45%

%42.75
%31.81
%25.45

CMYK color model

#A87D64 color CMYK value is (0,26,40,34).

  • cyan value is 0.00%
  • magenta value is 25.60%
  • yellow value is 40.48%
  • key color value is 34.12%
CMYK:
(0,26,40,34)
C0M26Y40K34 
(0%,26%,40%,34%)
(0.00/0.26/0.40/0.34)	

CMYK percentages

%0
%25.6
%40.48
%34.12

Codes

Color #A87D64 in popluar color models

A87D64
RGB168125100
HSL22°28.10%52.55%
HSB/HSV22°40.48%65.88%
CMYK0.00%25.60%40.48%
34.12%

Color #A87D64 in popluar number systems.

HEXA87D64
Decimal168125100
Binary1010100011111011100100
Octal250175144

Shades and tints

Shades of #A87D64

#A87D64
(168,125,100)
#99725B
(153,114,91)
#8A6752
(138,103,82)
#7B5C49
(123,92,73)
#6C5140
(108,81,64)
#5D4637
(93,70,55)
#4E3B2E
(78,59,46)
#3F3025
(63,48,37)
#30251C
(48,37,28)
#211A13
(33,26,19)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #A87D64

#A87D64
(168,125,100)
#AF8872
(175,136,114)
#B69380
(182,147,128)
#BD9E8E
(189,158,142)
#C4A99C
(196,169,156)
#CBB4AA
(203,180,170)
#D2BFB8
(210,191,184)
#D9CAC6
(217,202,198)
#E0D5D4
(224,213,212)
#E7E0E2
(231,224,226)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87D64; }

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

This text font color is #A87D64.


Background Color

.myBgColor { background-color: #A87D64; }

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

This div background color is #A87D64.


Border color

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

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

This div border color is #A87D64.


Opacity

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

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

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

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

This text has shadow with #A87D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87D64 on black background.


Color preview on white background

This text has color #A87D64 on white background.



Black color preview on #A87D64 background

This text has black color on #A87D64 background.


White color preview on #A87D64 background

This text has white color on #A87D64 background.