#A66A81

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

Shades of Tapestry #A66A81

Tints of Tapestry #A66A81

Color information

#A66A81 (or 0xA66A81) is unknown color: approx Tapestry. HEX triplet: A6, 6A and 81. RGB value is (166,106,129). Sum of RGB (Red+Green+Blue) = 166+106+129=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66A81 is #59957E. Grayscale: #7E7E7E. Windows color (decimal): -5870975 or 8481446. OLE color: 8481446.

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

Color convert

RGB166106129-
CMYK00.360.220.35
HSL337º25.21%53.33%-
HSV(B)337º36.14%65.1%-
XYZ24.842023.32-
YUV126.56129.38156.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.40%
GREEN value IS 106 (41.80% from 255) = 26.43%
BLUE value IS 129 (50.78% from 255) = 32.17%
R=41.40%
G=26.43%
B=32.17%

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
Decimal16610612900.360.220.3533725.2153.33
HexA66A8102416231511935
Octal24615220104426435213165
Binary1010011011010101000000101001001011010001110101000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66A81; }

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

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

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

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

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

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

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

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