#A68086

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

Shades of Tapestry #A68086

Tints of Tapestry #A68086

Color information

#A68086 (or 0xA68086) is unknown color: approx Tapestry. HEX triplet: A6, 80 and 86. RGB value is (166,128,134). Sum of RGB (Red+Green+Blue) = 166+128+134=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A68086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68086 is #597F79. Grayscale: #8C8C8C. Windows color (decimal): -5865338 or 8814758. OLE color: 8814758.

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

Color convert

RGB166128134-
CMYK00.230.190.35
HSL350.53º17.59%57.65%-
HSV(B)350.53º22.89%65.1%-
XYZ27.7525.2725.97-
YUV140.05124.59146.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.79%
GREEN value IS 128 (50.39% from 255) = 29.91%
BLUE value IS 134 (52.73% from 255) = 31.31%
R=38.79%
G=29.91%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612813400.230.190.35350.5317.5957.65
HexA68086017132315f123a
Octal24620020602723435372272
Binary1010011010000000100001100101111001110001110101111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68086; }

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

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

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

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

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

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

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

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