#A87E8E

Color #A87E8E Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #A87E8E

Tints of Tapestry #A87E8E

Color information

#A87E8E (or 0xA87E8E) is unknown color: approx Tapestry. HEX triplet: A8, 7E and 8E. RGB value is (168,126,142). Sum of RGB (Red+Green+Blue) = 168+126+142=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87E8E is #578171. Grayscale: #8C8C8C. Windows color (decimal): -5734770 or 9338536. OLE color: 9338536.

HSL color Cylindrical-coordinate representation of color #A87E8E: hue angle of 337.14º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A87E8E is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB168126142-
CMYK00.250.150.34
HSL337.14º19.44%57.65%-
HSV(B)337.14º25%65.88%-
XYZ28.4925.228.95-
YUV140.38128.91147.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 38.53%
GREEN value IS 126 (49.61% from 255) = 28.90%
BLUE value IS 142 (55.86% from 255) = 32.57%
R=38.53%
G=28.90%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812614200.250.150.34337.1419.4457.65
HexA87E8E019F22151133a
Octal25017621603117425212372
Binary10101000111111010001110011001111110001010101000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87E8E; }

 p { color: rgb(168,126,142); }

 H1.HeaderClassName
 {
   color: #A87E8E;
 }
 .AnyTagClassName
 {
   color: #A87E8E;
 }
</style>
background-color css

<style>
 a { background-color: #A87E8E; }

 a { background-color: rgb(168,126,142); }

 div.DivClassName
 {
   background-color: #A87E8E;
 }
 .BgClassName
 {
   background-color: #A87E8E;
 }
</style>
border-color css

<style>
 span { border-color: #A87E8E; }

 span { border-color: rgb(168,126,142); }

 td.TdClassName
 {
   border-color: #A87E8E;
 }
 .TagClassName
 {
   border-color: #A87E8E;
 }
</style>