#A6717F

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

Shades of Tapestry #A6717F

Tints of Tapestry #A6717F

Color information

#A6717F (or 0xA6717F) is unknown color: approx Tapestry. HEX triplet: A6, 71 and 7F. RGB value is (166,113,127). Sum of RGB (Red+Green+Blue) = 166+113+127=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A6717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6717F is #598E80. Grayscale: #828282. Windows color (decimal): -5869185 or 8352166. OLE color: 8352166.

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

Color convert

RGB166113127-
CMYK00.320.230.35
HSL344.15º22.94%54.71%-
HSV(B)344.15º31.93%65.1%-
XYZ25.4621.4522.88-
YUV130.44126.06153.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 113 (44.53% from 255) = 27.83%
BLUE value IS 127 (50% from 255) = 31.28%
R=40.89%
G=27.83%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611312700.320.230.35344.1522.9454.71
HexA6717F02017231581737
Octal24616117704027435302767
Binary101001101110001111111101000001011110001110101100010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6717F; }

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

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

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

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

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

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

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

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