#A6878C

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

Shades of Tapestry #A6878C

Tints of Tapestry #A6878C

Color information

#A6878C (or 0xA6878C) is unknown color: approx Tapestry. HEX triplet: A6, 87 and 8C. RGB value is (166,135,140). Sum of RGB (Red+Green+Blue) = 166+135+140=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A6878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6878C is #597873. Grayscale: #909090. Windows color (decimal): -5863540 or 9209766. OLE color: 9209766.

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

Color convert

RGB166135140-
CMYK00.190.160.35
HSL350.32º14.83%59.02%-
HSV(B)350.32º18.67%65.1%-
XYZ29.1227.3328.55-
YUV144.84125.27143.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.64%
GREEN value IS 135 (53.12% from 255) = 30.61%
BLUE value IS 140 (55.08% from 255) = 31.75%
R=37.64%
G=30.61%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613514000.190.160.35350.3214.8359.02
HexA6878C013102315ef3b
Octal24620721402320435361773
Binary101001101000011110001100010011100001000111010111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6878C; }

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

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

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

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

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

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

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

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