#A6878B

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

Shades of Tapestry #A6878B

Tints of Tapestry #A6878B

Color information

#A6878B (or 0xA6878B) is unknown color: approx Tapestry. HEX triplet: A6, 87 and 8B. RGB value is (166,135,139). Sum of RGB (Red+Green+Blue) = 166+135+139=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 166 - color contains mainly: red. Hex color #A6878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6878B is #597874. Grayscale: #909090. Windows color (decimal): -5863541 or 9144230. OLE color: 9144230.

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

Color convert

RGB166135139-
CMYK00.190.160.35
HSL352.26º14.83%59.02%-
HSV(B)352.26º18.67%65.1%-
XYZ29.0527.328.16-
YUV144.72124.77143.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 135 (53.12% from 255) = 30.68%
BLUE value IS 139 (54.69% from 255) = 31.59%
R=37.73%
G=30.68%
B=31.59%

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
Decimal16613513900.190.160.35352.2614.8359.02
HexA6878B0131023160f3b
Octal24620721302320435401773
Binary101001101000011110001011010011100001000111011000001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6878B; }

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

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

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

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

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

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

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

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