#A66781

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

Shades of Tapestry #A66781

Tints of Tapestry #A66781

Color information

#A66781 (or 0xA66781) is unknown color: approx Tapestry. HEX triplet: A6, 67 and 81. RGB value is (166,103,129). Sum of RGB (Red+Green+Blue) = 166+103+129=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A66781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66781 is #59987E. Grayscale: #7C7C7C. Windows color (decimal): -5871743 or 8480678. OLE color: 8480678.

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

Color convert

RGB166103129-
CMYK00.380.220.35
HSL335.24º26.14%52.75%-
HSV(B)335.24º37.95%65.1%-
XYZ24.5419.3923.22-
YUV124.8130.37157.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.71%
GREEN value IS 103 (40.62% from 255) = 25.88%
BLUE value IS 129 (50.78% from 255) = 32.41%
R=41.71%
G=25.88%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610312900.380.220.35335.2426.1452.75
HexA66781026162314f1a35
Octal24614720104626435173265
Binary1010011011001111000000101001101011010001110100111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66781; }

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

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

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

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

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

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

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

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