#A66B83

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

Shades of Tapestry #A66B83

Tints of Tapestry #A66B83

Color information

#A66B83 (or 0xA66B83) is unknown color: approx Tapestry. HEX triplet: A6, 6B and 83. RGB value is (166,107,131). Sum of RGB (Red+Green+Blue) = 166+107+131=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66B83 is #59947C. Grayscale: #7F7F7F. Windows color (decimal): -5870717 or 8612774. OLE color: 8612774.

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

Color convert

RGB166107131-
CMYK00.360.210.35
HSL335.59º24.89%53.53%-
HSV(B)335.59º35.54%65.1%-
XYZ25.0820.2624.06-
YUV127.38130.05155.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 107 (42.19% from 255) = 26.49%
BLUE value IS 131 (51.56% from 255) = 32.43%
R=41.09%
G=26.49%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610713100.360.210.35335.5924.8953.53
HexA66B8302415231501936
Octal24615320304425435203166
Binary1010011011010111000001101001001010110001110101000011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66B83; }

 p { color: rgb(166,107,131); }

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

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

 a { background-color: rgb(166,107,131); }

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

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

 span { border-color: rgb(166,107,131); }

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