#A56A83

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

Shades of Tapestry #A56A83

Tints of Tapestry #A56A83

Color information

#A56A83 (or 0xA56A83) is unknown color: approx Tapestry. HEX triplet: A5, 6A and 83. RGB value is (165,106,131). Sum of RGB (Red+Green+Blue) = 165+106+131=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56A83 is #5A957C. Grayscale: #7E7E7E. Windows color (decimal): -5936509 or 8612517. OLE color: 8612517.

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

Color convert

RGB165106131-
CMYK00.360.210.35
HSL334.58º24.69%53.14%-
HSV(B)334.58º35.76%64.71%-
XYZ24.7719.9524.02-
YUV126.49130.55155.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.04%
GREEN value IS 106 (41.80% from 255) = 26.37%
BLUE value IS 131 (51.56% from 255) = 32.59%
R=41.04%
G=26.37%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510613100.360.210.35334.5824.6953.14
HexA56A83024152314f1935
Octal24515220304425435173165
Binary1010010111010101000001101001001010110001110100111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56A83; }

 p { color: rgb(165,106,131); }

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

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

 a { background-color: rgb(165,106,131); }

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

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

 span { border-color: rgb(165,106,131); }

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