#A56980

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

Shades of Tapestry #A56980

Tints of Tapestry #A56980

Color information

#A56980 (or 0xA56980) is unknown color: approx Tapestry. HEX triplet: A5, 69 and 80. RGB value is (165,105,128). Sum of RGB (Red+Green+Blue) = 165+105+128=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A56980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56980 is #5A967F. Grayscale: #7D7D7D. Windows color (decimal): -5936768 or 8415653. OLE color: 8415653.

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

Color convert

RGB165105128-
CMYK00.360.220.35
HSL337º25%52.94%-
HSV(B)337º36.36%64.71%-
XYZ24.4619.6622.93-
YUV125.56129.38156.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.46%
GREEN value IS 105 (41.41% from 255) = 26.38%
BLUE value IS 128 (50.39% from 255) = 32.16%
R=41.46%
G=26.38%
B=32.16%

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
Decimal16510512800.360.220.353372552.94
HexA5698002416231511935
Octal24515120004426435213165
Binary1010010111010011000000001001001011010001110101000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56980; }

 p { color: rgb(165,105,128); }

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

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

 a { background-color: rgb(165,105,128); }

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

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

 span { border-color: rgb(165,105,128); }

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