#A6808A

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

Shades of Tapestry #A6808A

Tints of Tapestry #A6808A

Color information

#A6808A (or 0xA6808A) is unknown color: approx Tapestry. HEX triplet: A6, 80 and 8A. RGB value is (166,128,138). Sum of RGB (Red+Green+Blue) = 166+128+138=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A6808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6808A is #597F75. Grayscale: #8C8C8C. Windows color (decimal): -5865334 or 9076902. OLE color: 9076902.

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

Color convert

RGB166128138-
CMYK00.230.170.35
HSL344.21º17.59%57.65%-
HSV(B)344.21º22.89%65.1%-
XYZ28.0325.3827.47-
YUV140.5126.59146.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 128 (50.39% from 255) = 29.63%
BLUE value IS 138 (54.30% from 255) = 31.94%
R=38.43%
G=29.63%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612813800.230.170.35344.2117.5957.65
HexA6808A0171123158123a
Octal24620021202721435302272
Binary1010011010000000100010100101111000110001110101100010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6808A; }

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

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

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

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

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

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

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

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