#A6838B

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

Shades of Tapestry #A6838B

Tints of Tapestry #A6838B

Color information

#A6838B (or 0xA6838B) is unknown color: approx Tapestry. HEX triplet: A6, 83 and 8B. RGB value is (166,131,139). Sum of RGB (Red+Green+Blue) = 166+131+139=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A6838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6838B is #597C74. Grayscale: #8E8E8E. Windows color (decimal): -5864565 or 9143206. OLE color: 9143206.

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

Color convert

RGB166131139-
CMYK00.210.160.35
HSL346.29º16.43%58.24%-
HSV(B)346.29º21.08%65.1%-
XYZ28.526.227.98-
YUV142.38126.1144.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.07%
GREEN value IS 131 (51.56% from 255) = 30.05%
BLUE value IS 139 (54.69% from 255) = 31.88%
R=38.07%
G=30.05%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613113900.210.160.35346.2916.4358.24
HexA6838B015102315a103a
Octal24620321302520435322072
Binary1010011010000011100010110101011000010001110101101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6838B; }

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

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

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

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

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

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

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

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