#A56880

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

Shades of Tapestry #A56880

Tints of Tapestry #A56880

Color information

#A56880 (or 0xA56880) is unknown color: approx Tapestry. HEX triplet: A5, 68 and 80. RGB value is (165,104,128). Sum of RGB (Red+Green+Blue) = 165+104+128=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A56880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56880 is #5A977F. Grayscale: #7C7C7C. Windows color (decimal): -5937024 or 8415397. OLE color: 8415397.

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

Color convert

RGB165104128-
CMYK00.370.220.35
HSL336.39º25.31%52.75%-
HSV(B)336.39º36.97%64.71%-
XYZ24.3619.4622.89-
YUV124.98129.71156.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.56%
GREEN value IS 104 (41.02% from 255) = 26.20%
BLUE value IS 128 (50.39% from 255) = 32.24%
R=41.56%
G=26.20%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510412800.370.220.35336.3925.3152.75
HexA5688002516231501935
Octal24515020004526435203165
Binary1010010111010001000000001001011011010001110101000011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56880; }

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

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

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

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

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

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

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

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