#A66782

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

Shades of Tapestry #A66782

Tints of Tapestry #A66782

Color information

#A66782 (or 0xA66782) is unknown color: approx Tapestry. HEX triplet: A6, 67 and 82. RGB value is (166,103,130). Sum of RGB (Red+Green+Blue) = 166+103+130=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A66782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66782 is #59987D. Grayscale: #7C7C7C. Windows color (decimal): -5871742 or 8546214. OLE color: 8546214.

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

Color convert

RGB166103130-
CMYK00.380.220.35
HSL334.29º26.14%52.75%-
HSV(B)334.29º37.95%65.1%-
XYZ24.6119.4223.57-
YUV124.92130.87157.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.60%
GREEN value IS 103 (40.62% from 255) = 25.81%
BLUE value IS 130 (51.17% from 255) = 32.58%
R=41.60%
G=25.81%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610313000.380.220.35334.2926.1452.75
HexA66782026162314e1a35
Octal24614720204626435163265
Binary1010011011001111000001001001101011010001110100111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66782; }

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

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

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

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

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

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

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

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