#A66F80

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

Shades of Tapestry #A66F80

Tints of Tapestry #A66F80

Color information

#A66F80 (or 0xA66F80) is unknown color: approx Tapestry. HEX triplet: A6, 6F and 80. RGB value is (166,111,128). Sum of RGB (Red+Green+Blue) = 166+111+128=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66F80 is #59907F. Grayscale: #818181. Windows color (decimal): -5869696 or 8417190. OLE color: 8417190.

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

Color convert

RGB166111128-
CMYK00.330.230.35
HSL341.45º23.61%54.31%-
HSV(B)341.45º33.13%65.1%-
XYZ25.3121.0323.15-
YUV129.38127.22154.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.99%
GREEN value IS 111 (43.75% from 255) = 27.41%
BLUE value IS 128 (50.39% from 255) = 31.60%
R=40.99%
G=27.41%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611112800.330.230.35341.4523.6154.31
HexA66F8002117231551836
Octal24615720004127435253066
Binary1010011011011111000000001000011011110001110101010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66F80; }

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

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

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

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

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

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

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

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