#A6617B

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

Shades of Tapestry #A6617B

Tints of Tapestry #A6617B

Color information

#A6617B (or 0xA6617B) is unknown color: approx Tapestry. HEX triplet: A6, 61 and 7B. RGB value is (166,97,123). Sum of RGB (Red+Green+Blue) = 166+97+123=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A6617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6617B is #599E84. Grayscale: #787878. Windows color (decimal): -5873285 or 8085926. OLE color: 8085926.

HSL color Cylindrical-coordinate representation of color #A6617B: hue angle of 337.39º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6617B is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB16697123-
CMYK00.420.260.35
HSL337.39º27.94%51.57%-
HSV(B)337.39º41.57%65.1%-
XYZ23.5818.0920.99-
YUV120.6129.36160.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.01%
GREEN value IS 97 (38.28% from 255) = 25.13%
BLUE value IS 123 (48.44% from 255) = 31.87%
R=43.01%
G=25.13%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669712300.420.260.35337.3927.9451.57
HexA6617B02A1A231511c34
Octal24614117305232435213464
Binary101001101100001111101101010101101010001110101000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6617B; }

 p { color: rgb(166,97,123); }

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

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

 a { background-color: rgb(166,97,123); }

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

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

 span { border-color: rgb(166,97,123); }

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