COLOR #A87A7F

HEX: #A87A7F
RGB: (168,122,127)

Color info

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

RGB color model

#A87A7F color RGB value is (168,122,127).

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

RGB channels and saturation

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

168
122
127

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

Portions of RGB colors in percentages

R + G + B =
168 + 122 + 127 = 417 (100%)
R 168 of 417 ~ 40.29%
G 122 of 417 ~ 29.26%
B 127 of 417 ~ 30.46%

%40.29
%29.26
%30.46

CMYK color model

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

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

CMYK percentages

%0
%27.38
%24.4
%34.12

Codes

Color #A87A7F in popluar color models

A87A7F
RGB168122127
HSL353°20.91%56.86%
HSB/HSV353°27.38%65.88%
CMYK0.00%27.38%24.40%
34.12%

Color #A87A7F in popluar number systems.

HEXA87A7F
Decimal168122127
Binary1010100011110101111111
Octal250172177

Shades and tints

Shades of #A87A7F

#A87A7F
(168,122,127)
#996F74
(153,111,116)
#8A6469
(138,100,105)
#7B595E
(123,89,94)
#6C4E53
(108,78,83)
#5D4348
(93,67,72)
#4E383D
(78,56,61)
#3F2D32
(63,45,50)
#302227
(48,34,39)
#21171C
(33,23,28)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #A87A7F

#A87A7F
(168,122,127)
#AF868A
(175,134,138)
#B69295
(182,146,149)
#BD9EA0
(189,158,160)
#C4AAAB
(196,170,171)
#CBB6B6
(203,182,182)
#D2C2C1
(210,194,193)
#D9CECC
(217,206,204)
#E0DAD7
(224,218,215)
#E7E6E2
(231,230,226)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87A7F; }

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

This text font color is #A87A7F.


Background Color

.myBgColor { background-color: #A87A7F; }

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

This div background color is #A87A7F.


Border color

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

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

This div border color is #A87A7F.


Opacity

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

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

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

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

This text has shadow with #A87A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87A7F on black background.


Color preview on white background

This text has color #A87A7F on white background.



Black color preview on #A87A7F background

This text has black color on #A87A7F background.


White color preview on #A87A7F background

This text has white color on #A87A7F background.