#A86783

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

Shades of Tapestry #A86783

Tints of Tapestry #A86783

Color information

#A86783 (or 0xA86783) is unknown color: approx Tapestry. HEX triplet: A8, 67 and 83. RGB value is (168,103,131). Sum of RGB (Red+Green+Blue) = 168+103+131=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A86783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86783 is #57987C. Grayscale: #7D7D7D. Windows color (decimal): -5740669 or 8611752. OLE color: 8611752.

HSL color Cylindrical-coordinate representation of color #A86783: hue angle of 334.15º 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 #A86783 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB168103131-
CMYK00.390.220.34
HSL334.15º27.2%53.14%-
HSV(B)334.15º38.69%65.88%-
XYZ25.119.6623.95-
YUV125.63131.03158.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.79%
GREEN value IS 103 (40.62% from 255) = 25.62%
BLUE value IS 131 (51.56% from 255) = 32.59%
R=41.79%
G=25.62%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810313100.390.220.34334.1527.253.14
HexA86783027162214e1b35
Octal25014720304726425163365
Binary1010100011001111000001101001111011010001010100111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86783; }

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

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

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

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

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

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

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

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