#A6657B

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

Shades of Tapestry #A6657B

Tints of Tapestry #A6657B

Color information

#A6657B (or 0xA6657B) is unknown color: approx Tapestry. HEX triplet: A6, 65 and 7B. RGB value is (166,101,123). Sum of RGB (Red+Green+Blue) = 166+101+123=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A6657B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6657B is #599A84. Grayscale: #7A7A7A. Windows color (decimal): -5872261 or 8086950. OLE color: 8086950.

HSL color Cylindrical-coordinate representation of color #A6657B: hue angle of 339.69º 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 #A6657B is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB166101123-
CMYK00.390.260.35
HSL339.69º26.75%52.35%-
HSV(B)339.69º39.16%65.1%-
XYZ23.9518.8421.11-
YUV122.94128.03158.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.56%
GREEN value IS 101 (39.84% from 255) = 25.90%
BLUE value IS 123 (48.44% from 255) = 31.54%
R=42.56%
G=25.90%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610112300.390.260.35339.6926.7552.35
HexA6657B0271A231541b34
Octal24614517304732435243364
Binary101001101100101111101101001111101010001110101010011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6657B; }

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

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

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

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

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

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

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

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