#A86D83

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

Shades of Tapestry #A86D83

Tints of Tapestry #A86D83

Color information

#A86D83 (or 0xA86D83) is unknown color: approx Tapestry. HEX triplet: A8, 6D and 83. RGB value is (168,109,131). Sum of RGB (Red+Green+Blue) = 168+109+131=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86D83 is #57927C. Grayscale: #818181. Windows color (decimal): -5739133 or 8613288. OLE color: 8613288.

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

Color convert

RGB168109131-
CMYK00.350.220.34
HSL337.63º25.32%54.31%-
HSV(B)337.63º35.12%65.88%-
XYZ25.7120.924.15-
YUV129.15129.05155.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.18%
GREEN value IS 109 (42.97% from 255) = 26.72%
BLUE value IS 131 (51.56% from 255) = 32.11%
R=41.18%
G=26.72%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810913100.350.220.34337.6325.3254.31
HexA86D8302316221521936
Octal25015520304326425223166
Binary1010100011011011000001101000111011010001010101001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86D83; }

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

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

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

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

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

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

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

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