#A86D82

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

Shades of Tapestry #A86D82

Tints of Tapestry #A86D82

Color information

#A86D82 (or 0xA86D82) is unknown color: approx Tapestry. HEX triplet: A8, 6D and 82. RGB value is (168,109,130). Sum of RGB (Red+Green+Blue) = 168+109+130=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86D82 is #57927D. Grayscale: #818181. Windows color (decimal): -5739134 or 8547752. OLE color: 8547752.

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

Color convert

RGB168109130-
CMYK00.350.230.34
HSL338.64º25.32%54.31%-
HSV(B)338.64º35.12%65.88%-
XYZ25.6520.8723.8-
YUV129.04128.55155.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.28%
GREEN value IS 109 (42.97% from 255) = 26.78%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=41.28%
G=26.78%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810913000.350.230.34338.6425.3254.31
HexA86D8202317221531936
Octal25015520204327425233166
Binary1010100011011011000001001000111011110001010101001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86D82; }

 p { color: rgb(168,109,130); }

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

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

 a { background-color: rgb(168,109,130); }

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

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

 span { border-color: rgb(168,109,130); }

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