#A66C85

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

Shades of Tapestry #A66C85

Tints of Tapestry #A66C85

Color information

#A66C85 (or 0xA66C85) is unknown color: approx Tapestry. HEX triplet: A6, 6C and 85. RGB value is (166,108,133). Sum of RGB (Red+Green+Blue) = 166+108+133=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66C85 is #59937A. Grayscale: #808080. Windows color (decimal): -5870459 or 8744102. OLE color: 8744102.

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

Color convert

RGB166108133-
CMYK00.350.200.35
HSL334.14º24.58%53.73%-
HSV(B)334.14º34.94%65.1%-
XYZ25.3220.5324.82-
YUV128.19130.72154.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.79%
GREEN value IS 108 (42.58% from 255) = 26.54%
BLUE value IS 133 (52.34% from 255) = 32.68%
R=40.79%
G=26.54%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610813300.350.200.35334.1424.5853.73
HexA66C85023142314e1936
Octal24615420504324435163166
Binary1010011011011001000010101000111010010001110100111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C85; }

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

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

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

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

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

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

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

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