#A6838A

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

Shades of Tapestry #A6838A

Tints of Tapestry #A6838A

Color information

#A6838A (or 0xA6838A) is unknown color: approx Tapestry. HEX triplet: A6, 83 and 8A. RGB value is (166,131,138). Sum of RGB (Red+Green+Blue) = 166+131+138=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A6838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6838A is #597C75. Grayscale: #8E8E8E. Windows color (decimal): -5864566 or 9077670. OLE color: 9077670.

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

Color convert

RGB166131138-
CMYK00.210.170.35
HSL348º16.43%58.24%-
HSV(B)348º21.08%65.1%-
XYZ28.4326.1727.6-
YUV142.26125.6144.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.16%
GREEN value IS 131 (51.56% from 255) = 30.11%
BLUE value IS 138 (54.30% from 255) = 31.72%
R=38.16%
G=30.11%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613113800.210.170.3534816.4358.24
HexA6838A015112315c103a
Octal24620321202521435342072
Binary1010011010000011100010100101011000110001110101110010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6838A; }

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

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

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

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

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

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

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

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