#A6858B

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

Shades of Tapestry #A6858B

Tints of Tapestry #A6858B

Color information

#A6858B (or 0xA6858B) is unknown color: approx Tapestry. HEX triplet: A6, 85 and 8B. RGB value is (166,133,139). Sum of RGB (Red+Green+Blue) = 166+133+139=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A6858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6858B is #597A74. Grayscale: #8F8F8F. Windows color (decimal): -5864053 or 9143718. OLE color: 9143718.

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

Color convert

RGB166133139-
CMYK00.200.160.35
HSL349.09º15.64%58.63%-
HSV(B)349.09º19.88%65.1%-
XYZ28.7726.7528.07-
YUV143.55125.43144.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.90%
GREEN value IS 133 (52.34% from 255) = 30.37%
BLUE value IS 139 (54.69% from 255) = 31.74%
R=37.90%
G=30.37%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613313900.200.160.35349.0915.6458.63
HexA6858B014102315d103b
Octal24620521302420435352073
Binary1010011010000101100010110101001000010001110101110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6858B; }

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

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

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

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

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

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

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

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