#A56B80

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

Shades of Tapestry #A56B80

Tints of Tapestry #A56B80

Color information

#A56B80 (or 0xA56B80) is unknown color: approx Tapestry. HEX triplet: A5, 6B and 80. RGB value is (165,107,128). Sum of RGB (Red+Green+Blue) = 165+107+128=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56B80 is #5A947F. Grayscale: #7E7E7E. Windows color (decimal): -5936256 or 8416165. OLE color: 8416165.

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

Color convert

RGB165107128-
CMYK00.350.220.35
HSL338.28º24.37%53.33%-
HSV(B)338.28º35.15%64.71%-
XYZ24.6720.0723-
YUV126.74128.72155.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.25%
GREEN value IS 107 (42.19% from 255) = 26.75%
BLUE value IS 128 (50.39% from 255) = 32%
R=41.25%
G=26.75%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510712800.350.220.35338.2824.3753.33
HexA56B8002316231521835
Octal24515320004326435223065
Binary1010010111010111000000001000111011010001110101001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B80; }

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

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

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

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

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

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

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

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