#A66B81

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

Shades of Tapestry #A66B81

Tints of Tapestry #A66B81

Color information

#A66B81 (or 0xA66B81) is unknown color: approx Tapestry. HEX triplet: A6, 6B and 81. RGB value is (166,107,129). Sum of RGB (Red+Green+Blue) = 166+107+129=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66B81 is #59947E. Grayscale: #7F7F7F. Windows color (decimal): -5870719 or 8481702. OLE color: 8481702.

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

Color convert

RGB166107129-
CMYK00.360.220.35
HSL337.63º24.89%53.53%-
HSV(B)337.63º35.54%65.1%-
XYZ24.9520.2123.35-
YUV127.15129.05155.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.29%
GREEN value IS 107 (42.19% from 255) = 26.62%
BLUE value IS 129 (50.78% from 255) = 32.09%
R=41.29%
G=26.62%
B=32.09%

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
Decimal16610712900.360.220.35337.6324.8953.53
HexA66B8102416231521936
Octal24615320104426435223166
Binary1010011011010111000000101001001011010001110101001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66B81; }

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

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

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

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

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

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

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

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