#A56E80

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

Shades of Tapestry #A56E80

Tints of Tapestry #A56E80

Color information

#A56E80 (or 0xA56E80) is unknown color: approx Tapestry. HEX triplet: A5, 6E and 80. RGB value is (165,110,128). Sum of RGB (Red+Green+Blue) = 165+110+128=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56E80 is #5A917F. Grayscale: #808080. Windows color (decimal): -5935488 or 8416933. OLE color: 8416933.

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

Color convert

RGB165110128-
CMYK00.330.220.35
HSL340.36º23.4%53.92%-
HSV(B)340.36º33.33%64.71%-
XYZ24.9920.7123.1-
YUV128.5127.72154.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.94%
GREEN value IS 110 (43.36% from 255) = 27.30%
BLUE value IS 128 (50.39% from 255) = 31.76%
R=40.94%
G=27.30%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511012800.330.220.35340.3623.453.92
HexA56E8002116231541736
Octal24515620004126435242766
Binary1010010111011101000000001000011011010001110101010010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56E80; }

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

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

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

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

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

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

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

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