COLOR #A87F7F

HEX: #A87F7F
RGB: (168,127,127)

Color info

#A87F7F contains red, green and blue colors in about the same proportion. Web safe color of #A87F7F is #996666 (or #966).

RGB color model

#A87F7F color RGB value is (168,127,127).

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

RGB channels and saturation

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

168
127
127

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

Portions of RGB colors in percentages

R + G + B =
168 + 127 + 127 = 422 (100%)
R 168 of 422 ~ 39.81%
G 127 of 422 ~ 30.09%
B 127 of 422 ~ 30.09%

%39.81
%30.09
%30.09

CMYK color model

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

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

CMYK percentages

%0
%24.4
%24.4
%34.12

Codes

Color #A87F7F in popluar color models

A87F7F
RGB168127127
HSL19.07%57.84%
HSB/HSV24.40%65.88%
CMYK0.00%24.40%24.40%
34.12%

Color #A87F7F in popluar number systems.

HEXA87F7F
Decimal168127127
Binary1010100011111111111111
Octal250177177

Shades and tints

Shades of #A87F7F

#A87F7F
(168,127,127)
#997474
(153,116,116)
#8A6969
(138,105,105)
#7B5E5E
(123,94,94)
#6C5353
(108,83,83)
#5D4848
(93,72,72)
#4E3D3D
(78,61,61)
#3F3232
(63,50,50)
#302727
(48,39,39)
#211C1C
(33,28,28)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #A87F7F

#A87F7F
(168,127,127)
#AF8A8A
(175,138,138)
#B69595
(182,149,149)
#BDA0A0
(189,160,160)
#C4ABAB
(196,171,171)
#CBB6B6
(203,182,182)
#D2C1C1
(210,193,193)
#D9CCCC
(217,204,204)
#E0D7D7
(224,215,215)
#E7E2E2
(231,226,226)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87F7F; }

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

This text font color is #A87F7F.


Background Color

.myBgColor { background-color: #A87F7F; }

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

This div background color is #A87F7F.


Border color

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

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

This div border color is #A87F7F.


Opacity

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

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

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

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

This text has shadow with #A87F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87F7F on black background.


Color preview on white background

This text has color #A87F7F on white background.



Black color preview on #A87F7F background

This text has black color on #A87F7F background.


White color preview on #A87F7F background

This text has white color on #A87F7F background.