#A86B87

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

Shades of Tapestry #A86B87

Tints of Tapestry #A86B87

Color information

#A86B87 (or 0xA86B87) is unknown color: approx Tapestry. HEX triplet: A8, 6B and 87. RGB value is (168,107,135). Sum of RGB (Red+Green+Blue) = 168+107+135=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A86B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86B87 is #579478. Grayscale: #808080. Windows color (decimal): -5739641 or 8874920. OLE color: 8874920.

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

Color convert

RGB168107135-
CMYK00.360.200.34
HSL332.46º25.96%53.92%-
HSV(B)332.46º36.31%65.88%-
XYZ25.7820.5925.54-
YUV128.43131.71156.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.98%
GREEN value IS 107 (42.19% from 255) = 26.10%
BLUE value IS 135 (53.12% from 255) = 32.93%
R=40.98%
G=26.10%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810713500.360.200.34332.4625.9653.92
HexA86B87024142214c1a36
Octal25015320704424425143266
Binary1010100011010111000011101001001010010001010100110011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86B87; }

 p { color: rgb(168,107,135); }

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

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

 a { background-color: rgb(168,107,135); }

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

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

 span { border-color: rgb(168,107,135); }

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