#A86785

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

Shades of Tapestry #A86785

Tints of Tapestry #A86785

Color information

#A86785 (or 0xA86785) is unknown color: approx Tapestry. HEX triplet: A8, 67 and 85. RGB value is (168,103,133). Sum of RGB (Red+Green+Blue) = 168+103+133=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A86785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86785 is #57987A. Grayscale: #7D7D7D. Windows color (decimal): -5740667 or 8742824. OLE color: 8742824.

HSL color Cylindrical-coordinate representation of color #A86785: hue angle of 332.31º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A86785 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB168103133-
CMYK00.390.210.34
HSL332.31º27.2%53.14%-
HSV(B)332.31º38.69%65.88%-
XYZ25.2319.7224.67-
YUV125.86132.03158.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.58%
GREEN value IS 103 (40.62% from 255) = 25.50%
BLUE value IS 133 (52.34% from 255) = 32.92%
R=41.58%
G=25.50%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810313300.390.210.34332.3127.253.14
HexA86785027152214c1b35
Octal25014720504725425143365
Binary1010100011001111000010101001111010110001010100110011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86785; }

 p { color: rgb(168,103,133); }

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

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

 a { background-color: rgb(168,103,133); }

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

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

 span { border-color: rgb(168,103,133); }

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