#A6657D

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

Shades of Tapestry #A6657D

Tints of Tapestry #A6657D

Color information

#A6657D (or 0xA6657D) is unknown color: approx Tapestry. HEX triplet: A6, 65 and 7D. RGB value is (166,101,125). Sum of RGB (Red+Green+Blue) = 166+101+125=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A6657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6657D is #599A82. Grayscale: #7B7B7B. Windows color (decimal): -5872259 or 8218022. OLE color: 8218022.

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

Color convert

RGB166101125-
CMYK00.390.250.35
HSL337.85º26.75%52.35%-
HSV(B)337.85º39.16%65.1%-
XYZ24.0818.921.78-
YUV123.17129.03158.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.35%
GREEN value IS 101 (39.84% from 255) = 25.77%
BLUE value IS 125 (49.22% from 255) = 31.89%
R=42.35%
G=25.77%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610112500.390.250.35337.8526.7552.35
HexA6657D02719231521b34
Octal24614517504731435223364
Binary101001101100101111110101001111100110001110101001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6657D; }

 p { color: rgb(166,101,125); }

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

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

 a { background-color: rgb(166,101,125); }

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

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

 span { border-color: rgb(166,101,125); }

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