#A66581

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

Shades of Tapestry #A66581

Tints of Tapestry #A66581

Color information

#A66581 (or 0xA66581) is unknown color: approx Tapestry. HEX triplet: A6, 65 and 81. RGB value is (166,101,129). Sum of RGB (Red+Green+Blue) = 166+101+129=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A66581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66581 is #599A7E. Grayscale: #7B7B7B. Windows color (decimal): -5872255 or 8480166. OLE color: 8480166.

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

Color convert

RGB166101129-
CMYK00.390.220.35
HSL334.15º26.75%52.35%-
HSV(B)334.15º39.16%65.1%-
XYZ24.341923.15-
YUV123.63131.03158.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.92%
GREEN value IS 101 (39.84% from 255) = 25.51%
BLUE value IS 129 (50.78% from 255) = 32.58%
R=41.92%
G=25.51%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610112900.390.220.35334.1526.7552.35
HexA66581027162314e1b34
Octal24614520104726435163364
Binary1010011011001011000000101001111011010001110100111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66581; }

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

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

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

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

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

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

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

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