COLOR #A87A8F

HEX: #A87A8F RGB: (168,122,143)

Color info

#A87A8F contains red, green and blue colors in about the same proportion. Web safe color of #A87A8F is #996699 (or #969).

RGB color model

#A87A8F color RGB value is (168,122,143).

RGB: (168,122,143) (66%, 48%, 56%)

RGB channels and saturation

R 168 of 255 = 66%
G 122 of 255 = 48%
B 143 of 255 = 56%

168
122
143

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

Portions of RGB colors in percentages

R + G + B = 168 + 122 + 143 = 433 (100%)
R 168 of 433 ~ 38.8%
G 122 of 433 ~ 28.18%
B 143 of 433 ~ 33.03'%

%38.8
%28.18
%33.03

CMYK color model

#A87A8F color CMYK value is (0,27,15,34).

  • cyan value is 0.00%
  • magenta value is 27.38%
  • yellow value is 14.88%
  • key color value is 34.12%

CMYK: (0,27,15,34)
C0M27Y15K34 (0%, 27%, 15%, 34%)
(0.00 / 0.27 / 0.15 / 0.34)

CMYK percentages

%0
%27.38
%14.88
%34.12

Codes

Color #A87A8F in popluar color models

A8 7A 8F
RGB 168 122 143
HSL 333° 20.91% 56.86%
HSB/HSV 333° 27.38% 65.88%
CMYK 0.00% 27.38% 14.88%
34.12%

Color #A87A8F in popluar number systems.

HEX A8 7A 8F
Decimal 168 122 143
Binary 10101000 1111010 10001111
Octal 250 172 217

Shades and tints

Shades of #A87A8F

#A87A8F
(168,122,143)
#996F82
(153,111,130)
#8A6475
(138,100,117)
#7B5968
(123,89,104)
#6C4E5B
(108,78,91)
#5D434E
(93,67,78)
#4E3841
(78,56,65)
#3F2D34
(63,45,52)
#302227
(48,34,39)
#21171A
(33,23,26)
#120C0D
(18,12,13)
#000000
(0,0,0)

Tints of #A87A8F

#A87A8F
(168,122,143)
#AF8699
(175,134,153)
#B692A3
(182,146,163)
#BD9EAD
(189,158,173)
#C4AAB7
(196,170,183)
#CBB6C1
(203,182,193)
#D2C2CB
(210,194,203)
#D9CED5
(217,206,213)
#E0DADF
(224,218,223)
#E7E6E9
(231,230,233)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87A8F; }

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

This text font color is #A87A8F.

Background Color

.myBgColor { background-color: #A87A8F; }

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

This div background color is #A87A8F.

Border color

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

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

This div border color is #A87A8F.

Opacity

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

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

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

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

This text has shadow with #A87A8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A87A8F.

Preview

Color preview on black background

This text has color #A87A8F on black background.


Color preview on white background

This text has color #A87A8F on white background.


Black color preview on #A87A8F background

This text has black color on #A87A8F background.


White color preview on #A87A8F background

This text has white color on #A87A8F background.


Related colors

Complementary color

Complementary color for #hex is #578570.


I love getcolorcode.com

Triadic colors

1 #8FA87A and #7A8FA8 with #A87A8F are triadic colors.

2 #8F7AA8 and #7AA88F with #A87A8F are triadic colors.