#A66B82

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

Shades of Tapestry #A66B82

Tints of Tapestry #A66B82

Color information

#A66B82 (or 0xA66B82) is unknown color: approx Tapestry. HEX triplet: A6, 6B and 82. RGB value is (166,107,130). Sum of RGB (Red+Green+Blue) = 166+107+130=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66B82 is #59947D. Grayscale: #7F7F7F. Windows color (decimal): -5870718 or 8547238. OLE color: 8547238.

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

Color convert

RGB166107130-
CMYK00.360.220.35
HSL336.61º24.89%53.53%-
HSV(B)336.61º35.54%65.1%-
XYZ25.0120.2323.71-
YUV127.26129.55155.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.19%
GREEN value IS 107 (42.19% from 255) = 26.55%
BLUE value IS 130 (51.17% from 255) = 32.26%
R=41.19%
G=26.55%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610713000.360.220.35336.6124.8953.53
HexA66B8202416231511936
Octal24615320204426435213166
Binary1010011011010111000001001001001011010001110101000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66B82; }

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

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

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

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

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

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

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

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