#A86C81

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

Shades of Tapestry #A86C81

Tints of Tapestry #A86C81

Color information

#A86C81 (or 0xA86C81) is unknown color: approx Tapestry. HEX triplet: A8, 6C and 81. RGB value is (168,108,129). Sum of RGB (Red+Green+Blue) = 168+108+129=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 168 - color contains mainly: red. Hex color #A86C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86C81 is #57937E. Grayscale: #808080. Windows color (decimal): -5739391 or 8481960. OLE color: 8481960.

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

Color convert

RGB168108129-
CMYK00.360.230.34
HSL339º25.64%54.12%-
HSV(B)339º35.71%65.88%-
XYZ25.4720.6323.41-
YUV128.33128.38156.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.48%
GREEN value IS 108 (42.58% from 255) = 26.67%
BLUE value IS 129 (50.78% from 255) = 31.85%
R=41.48%
G=26.67%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810812900.360.230.3433925.6454.12
HexA86C8102417221531a36
Octal25015420104427425233266
Binary1010100011011001000000101001001011110001010101001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86C81; }

 p { color: rgb(168,108,129); }

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

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

 a { background-color: rgb(168,108,129); }

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

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

 span { border-color: rgb(168,108,129); }

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