#A6707F

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

Shades of Tapestry #A6707F

Tints of Tapestry #A6707F

Color information

#A6707F (or 0xA6707F) is unknown color: approx Tapestry. HEX triplet: A6, 70 and 7F. RGB value is (166,112,127). Sum of RGB (Red+Green+Blue) = 166+112+127=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A6707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6707F is #598F80. Grayscale: #818181. Windows color (decimal): -5869441 or 8351910. OLE color: 8351910.

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

Color convert

RGB166112127-
CMYK00.330.230.35
HSL343.33º23.28%54.51%-
HSV(B)343.33º32.53%65.1%-
XYZ25.3521.2322.84-
YUV129.86126.39153.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.99%
GREEN value IS 112 (44.14% from 255) = 27.65%
BLUE value IS 127 (50% from 255) = 31.36%
R=40.99%
G=27.65%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611212700.330.230.35343.3323.2854.51
HexA6707F02117231571737
Octal24616017704127435272767
Binary101001101110000111111101000011011110001110101011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6707F; }

 p { color: rgb(166,112,127); }

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

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

 a { background-color: rgb(166,112,127); }

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

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

 span { border-color: rgb(166,112,127); }

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