#A6647A

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

Shades of Tapestry #A6647A

Tints of Tapestry #A6647A

Color information

#A6647A (or 0xA6647A) is unknown color: approx Tapestry. HEX triplet: A6, 64 and 7A. RGB value is (166,100,122). Sum of RGB (Red+Green+Blue) = 166+100+122=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A6647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6647A is #599B85. Grayscale: #7A7A7A. Windows color (decimal): -5872518 or 8021158. OLE color: 8021158.

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

Color convert

RGB166100122-
CMYK00.400.270.35
HSL340º27.05%52.16%-
HSV(B)340º39.76%65.1%-
XYZ23.818.6320.75-
YUV122.24127.87159.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.78%
GREEN value IS 100 (39.45% from 255) = 25.77%
BLUE value IS 122 (48.05% from 255) = 31.44%
R=42.78%
G=25.77%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610012200.400.270.3534027.0552.16
HexA6647A0281B231541b34
Octal24614417205033435243364
Binary101001101100100111101001010001101110001110101010011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6647A; }

 p { color: rgb(166,100,122); }

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

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

 a { background-color: rgb(166,100,122); }

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

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

 span { border-color: rgb(166,100,122); }

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