#A6808C

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

Shades of Tapestry #A6808C

Tints of Tapestry #A6808C

Color information

#A6808C (or 0xA6808C) is unknown color: approx Tapestry. HEX triplet: A6, 80 and 8C. RGB value is (166,128,140). Sum of RGB (Red+Green+Blue) = 166+128+140=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 166 - color contains mainly: red. Hex color #A6808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6808C is #597F73. Grayscale: #8C8C8C. Windows color (decimal): -5865332 or 9207974. OLE color: 9207974.

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

Color convert

RGB166128140-
CMYK00.230.160.35
HSL341.05º17.59%57.65%-
HSV(B)341.05º22.89%65.1%-
XYZ28.1825.4428.24-
YUV140.73127.59146.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.25%
GREEN value IS 128 (50.39% from 255) = 29.49%
BLUE value IS 140 (55.08% from 255) = 32.26%
R=38.25%
G=29.49%
B=32.26%

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
Decimal16612814000.230.160.35341.0517.5957.65
HexA6808C0171023155123a
Octal24620021402720435252272
Binary1010011010000000100011000101111000010001110101010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6808C; }

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

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

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

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

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

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

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

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