#A66C82

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

Shades of Tapestry #A66C82

Tints of Tapestry #A66C82

Color information

#A66C82 (or 0xA66C82) is unknown color: approx Tapestry. HEX triplet: A6, 6C and 82. RGB value is (166,108,130). Sum of RGB (Red+Green+Blue) = 166+108+130=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66C82 is #59937D. Grayscale: #7F7F7F. Windows color (decimal): -5870462 or 8547494. OLE color: 8547494.

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

Color convert

RGB166108130-
CMYK00.350.220.35
HSL337.24º24.58%53.73%-
HSV(B)337.24º34.94%65.1%-
XYZ25.1220.4423.74-
YUV127.85129.22155.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 108 (42.58% from 255) = 26.73%
BLUE value IS 130 (51.17% from 255) = 32.18%
R=41.09%
G=26.73%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610813000.350.220.35337.2424.5853.73
HexA66C8202316231511936
Octal24615420204326435213166
Binary1010011011011001000001001000111011010001110101000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C82; }

 p { color: rgb(166,108,130); }

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

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

 a { background-color: rgb(166,108,130); }

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

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

 span { border-color: rgb(166,108,130); }

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