#A87F86

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

Shades of Tapestry #A87F86

Tints of Tapestry #A87F86

Color information

#A87F86 (or 0xA87F86) is unknown color: approx Tapestry. HEX triplet: A8, 7F and 86. RGB value is (168,127,134). Sum of RGB (Red+Green+Blue) = 168+127+134=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87F86 is #578079. Grayscale: #8C8C8C. Windows color (decimal): -5734522 or 8814504. OLE color: 8814504.

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

Color convert

RGB168127134-
CMYK00.240.200.34
HSL349.76º19.07%57.84%-
HSV(B)349.76º24.4%65.88%-
XYZ28.0425.2225.95-
YUV140.06124.58147.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.16%
GREEN value IS 127 (50% from 255) = 29.60%
BLUE value IS 134 (52.73% from 255) = 31.24%
R=39.16%
G=29.60%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812713400.240.200.34349.7619.0757.84
HexA87F86018142215e133a
Octal25017720603024425362372
Binary101010001111111100001100110001010010001010101111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87F86; }

 p { color: rgb(168,127,134); }

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

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

 a { background-color: rgb(168,127,134); }

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

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

 span { border-color: rgb(168,127,134); }

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