#A6838E

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

Shades of Tapestry #A6838E

Tints of Tapestry #A6838E

Color information

#A6838E (or 0xA6838E) is unknown color: approx Tapestry. HEX triplet: A6, 83 and 8E. RGB value is (166,131,142). Sum of RGB (Red+Green+Blue) = 166+131+142=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 166 - color contains mainly: red. Hex color #A6838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6838E is #597C71. Grayscale: #8E8E8E. Windows color (decimal): -5864562 or 9339814. OLE color: 9339814.

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

Color convert

RGB166131142-
CMYK00.210.140.35
HSL341.14º16.43%58.24%-
HSV(B)341.14º21.08%65.1%-
XYZ28.7226.2929.15-
YUV142.72127.6144.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.81%
GREEN value IS 131 (51.56% from 255) = 29.84%
BLUE value IS 142 (55.86% from 255) = 32.35%
R=37.81%
G=29.84%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613114200.210.140.35341.1416.4358.24
HexA6838E015E23155103a
Octal24620321602516435252072
Binary101001101000001110001110010101111010001110101010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6838E; }

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

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

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

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

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

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

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

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