#A67686

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

Shades of Tapestry #A67686

Tints of Tapestry #A67686

Color information

#A67686 (or 0xA67686) is unknown color: approx Tapestry. HEX triplet: A6, 76 and 86. RGB value is (166,118,134). Sum of RGB (Red+Green+Blue) = 166+118+134=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A67686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67686 is #598979. Grayscale: #868686. Windows color (decimal): -5867898 or 8812198. OLE color: 8812198.

HSL color Cylindrical-coordinate representation of color #A67686: hue angle of 340º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A67686 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB166118134-
CMYK00.290.190.35
HSL340º21.24%55.69%-
HSV(B)340º28.92%65.1%-
XYZ26.5122.7925.56-
YUV134.18127.9150.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.71%
GREEN value IS 118 (46.48% from 255) = 28.23%
BLUE value IS 134 (52.73% from 255) = 32.06%
R=39.71%
G=28.23%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611813400.290.190.3534021.2455.69
HexA6768601D13231541538
Octal24616620603523435242570
Binary101001101110110100001100111011001110001110101010010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67686; }

 p { color: rgb(166,118,134); }

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

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

 a { background-color: rgb(166,118,134); }

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

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

 span { border-color: rgb(166,118,134); }

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