#A6738A

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

Shades of Tapestry #A6738A

Tints of Tapestry #A6738A

Color information

#A6738A (or 0xA6738A) is unknown color: approx Tapestry. HEX triplet: A6, 73 and 8A. RGB value is (166,115,138). Sum of RGB (Red+Green+Blue) = 166+115+138=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A6738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6738A is #598C75. Grayscale: #848484. Windows color (decimal): -5868662 or 9073574. OLE color: 9073574.

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

Color convert

RGB166115138-
CMYK00.310.170.35
HSL332.94º22.27%55.1%-
HSV(B)332.94º30.72%65.1%-
XYZ26.4422.226.94-
YUV132.87130.9151.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.62%
GREEN value IS 115 (45.31% from 255) = 27.45%
BLUE value IS 138 (54.30% from 255) = 32.94%
R=39.62%
G=27.45%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611513800.310.170.35332.9422.2755.1
HexA6738A01F112314d1637
Octal24616321203721435152667
Binary101001101110011100010100111111000110001110100110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6738A; }

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

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

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

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

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

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

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

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