#A6798A

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

Shades of Tapestry #A6798A

Tints of Tapestry #A6798A

Color information

#A6798A (or 0xA6798A) is unknown color: approx Tapestry. HEX triplet: A6, 79 and 8A. RGB value is (166,121,138). Sum of RGB (Red+Green+Blue) = 166+121+138=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A6798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6798A is #598675. Grayscale: #888888. Windows color (decimal): -5867126 or 9075110. OLE color: 9075110.

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

Color convert

RGB166121138-
CMYK00.270.170.35
HSL337.33º20.18%56.27%-
HSV(B)337.33º27.11%65.1%-
XYZ27.1523.6227.17-
YUV136.39128.91149.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.06%
GREEN value IS 121 (47.66% from 255) = 28.47%
BLUE value IS 138 (54.30% from 255) = 32.47%
R=39.06%
G=28.47%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612113800.270.170.35337.3320.1856.27
HexA6798A01B11231511438
Octal24617121203321435212470
Binary101001101111001100010100110111000110001110101000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6798A; }

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

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

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

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

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

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

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

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