#A86B86

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

Shades of Tapestry #A86B86

Tints of Tapestry #A86B86

Color information

#A86B86 (or 0xA86B86) is unknown color: approx Tapestry. HEX triplet: A8, 6B and 86. RGB value is (168,107,134). Sum of RGB (Red+Green+Blue) = 168+107+134=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 168 - color contains mainly: red. Hex color #A86B86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86B86 is #579479. Grayscale: #808080. Windows color (decimal): -5739642 or 8809384. OLE color: 8809384.

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

Color convert

RGB168107134-
CMYK00.360.200.34
HSL333.44º25.96%53.92%-
HSV(B)333.44º36.31%65.88%-
XYZ25.7120.5625.17-
YUV128.32131.21156.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.08%
GREEN value IS 107 (42.19% from 255) = 26.16%
BLUE value IS 134 (52.73% from 255) = 32.76%
R=41.08%
G=26.16%
B=32.76%

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
Decimal16810713400.360.200.34333.4425.9653.92
HexA86B86024142214d1a36
Octal25015320604424425153266
Binary1010100011010111000011001001001010010001010100110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86B86; }

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

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

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

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

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

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

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

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