#A6808B

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

Shades of Tapestry #A6808B

Tints of Tapestry #A6808B

Color information

#A6808B (or 0xA6808B) is unknown color: approx Tapestry. HEX triplet: A6, 80 and 8B. RGB value is (166,128,139). Sum of RGB (Red+Green+Blue) = 166+128+139=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A6808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6808B is #597F74. Grayscale: #8C8C8C. Windows color (decimal): -5865333 or 9142438. OLE color: 9142438.

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

Color convert

RGB166128139-
CMYK00.230.160.35
HSL342.63º17.59%57.65%-
HSV(B)342.63º22.89%65.1%-
XYZ28.1125.4127.85-
YUV140.62127.09146.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.34%
GREEN value IS 128 (50.39% from 255) = 29.56%
BLUE value IS 139 (54.69% from 255) = 32.10%
R=38.34%
G=29.56%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612813900.230.160.35342.6317.5957.65
HexA6808B0171023157123a
Octal24620021302720435272272
Binary1010011010000000100010110101111000010001110101011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6808B; }

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

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

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

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

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

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

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

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