#A6878F

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

Shades of Tapestry #A6878F

Tints of Tapestry #A6878F

Color information

#A6878F (or 0xA6878F) is unknown color: approx Tapestry. HEX triplet: A6, 87 and 8F. RGB value is (166,135,143). Sum of RGB (Red+Green+Blue) = 166+135+143=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 166 - color contains mainly: red. Hex color #A6878F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6878F is #597870. Grayscale: #919191. Windows color (decimal): -5863537 or 9406374. OLE color: 9406374.

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

Color convert

RGB166135143-
CMYK00.190.140.35
HSL344.52º14.83%59.02%-
HSV(B)344.52º18.67%65.1%-
XYZ29.3527.4229.73-
YUV145.18126.77142.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.39%
GREEN value IS 135 (53.12% from 255) = 30.41%
BLUE value IS 143 (56.25% from 255) = 32.21%
R=37.39%
G=30.41%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613514300.190.140.35344.5214.8359.02
HexA6878F013E23159f3b
Octal24620721702316435311773
Binary10100110100001111000111101001111101000111010110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6878F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6878F; }

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

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

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

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

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

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

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

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