#A56780

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

Shades of Tapestry #A56780

Tints of Tapestry #A56780

Color information

#A56780 (or 0xA56780) is unknown color: approx Tapestry. HEX triplet: A5, 67 and 80. RGB value is (165,103,128). Sum of RGB (Red+Green+Blue) = 165+103+128=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A56780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56780 is #5A987F. Grayscale: #7C7C7C. Windows color (decimal): -5937280 or 8415141. OLE color: 8415141.

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

Color convert

RGB165103128-
CMYK00.380.220.35
HSL335.81º25.62%52.55%-
HSV(B)335.81º37.58%64.71%-
XYZ24.2619.2622.86-
YUV124.39130.04156.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.67%
GREEN value IS 103 (40.62% from 255) = 26.01%
BLUE value IS 128 (50.39% from 255) = 32.32%
R=41.67%
G=26.01%
B=32.32%

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
Decimal16510312800.380.220.35335.8125.6252.55
HexA5678002616231501a35
Octal24514720004626435203265
Binary1010010111001111000000001001101011010001110101000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56780; }

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

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

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

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

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

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

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

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