#A66C84

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

Shades of Tapestry #A66C84

Tints of Tapestry #A66C84

Color information

#A66C84 (or 0xA66C84) is unknown color: approx Tapestry. HEX triplet: A6, 6C and 84. RGB value is (166,108,132). Sum of RGB (Red+Green+Blue) = 166+108+132=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66C84 is #59937B. Grayscale: #808080. Windows color (decimal): -5870460 or 8678566. OLE color: 8678566.

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

Color convert

RGB166108132-
CMYK00.350.200.35
HSL335.17º24.58%53.73%-
HSV(B)335.17º34.94%65.1%-
XYZ25.2520.524.46-
YUV128.08130.22155.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 108 (42.58% from 255) = 26.60%
BLUE value IS 132 (51.95% from 255) = 32.51%
R=40.89%
G=26.60%
B=32.51%

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
Decimal16610813200.350.200.35335.1724.5853.73
HexA66C84023142314f1936
Octal24615420404324435173166
Binary1010011011011001000010001000111010010001110100111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C84; }

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

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

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

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

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

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

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

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