#A6838C

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

Shades of Tapestry #A6838C

Tints of Tapestry #A6838C

Color information

#A6838C (or 0xA6838C) is unknown color: approx Tapestry. HEX triplet: A6, 83 and 8C. RGB value is (166,131,140). Sum of RGB (Red+Green+Blue) = 166+131+140=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 166 - color contains mainly: red. Hex color #A6838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6838C is #597C73. Grayscale: #8E8E8E. Windows color (decimal): -5864564 or 9208742. OLE color: 9208742.

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

Color convert

RGB166131140-
CMYK00.210.160.35
HSL344.57º16.43%58.24%-
HSV(B)344.57º21.08%65.1%-
XYZ28.5826.2328.37-
YUV142.49126.6144.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.99%
GREEN value IS 131 (51.56% from 255) = 29.98%
BLUE value IS 140 (55.08% from 255) = 32.04%
R=37.99%
G=29.98%
B=32.04%

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
Decimal16613114000.210.160.35344.5716.4358.24
HexA6838C0151023159103a
Octal24620321402520435312072
Binary1010011010000011100011000101011000010001110101100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6838C; }

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

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

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

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

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

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

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

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