#A66F81

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

Shades of Tapestry #A66F81

Tints of Tapestry #A66F81

Color information

#A66F81 (or 0xA66F81) is unknown color: approx Tapestry. HEX triplet: A6, 6F and 81. RGB value is (166,111,129). Sum of RGB (Red+Green+Blue) = 166+111+129=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66F81 is #59907E. Grayscale: #818181. Windows color (decimal): -5869695 or 8482726. OLE color: 8482726.

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

Color convert

RGB166111129-
CMYK00.330.220.35
HSL340.36º23.61%54.31%-
HSV(B)340.36º33.13%65.1%-
XYZ25.3721.0623.5-
YUV129.5127.72154.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 111 (43.75% from 255) = 27.34%
BLUE value IS 129 (50.78% from 255) = 31.77%
R=40.89%
G=27.34%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611112900.330.220.35340.3623.6154.31
HexA66F8102116231541836
Octal24615720104126435243066
Binary1010011011011111000000101000011011010001110101010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66F81; }

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

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

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

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

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

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

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

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