#A56A84

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

Shades of Tapestry #A56A84

Tints of Tapestry #A56A84

Color information

#A56A84 (or 0xA56A84) is unknown color: approx Tapestry. HEX triplet: A5, 6A and 84. RGB value is (165,106,132). Sum of RGB (Red+Green+Blue) = 165+106+132=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56A84 is #5A957B. Grayscale: #7E7E7E. Windows color (decimal): -5936508 or 8678053. OLE color: 8678053.

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

Color convert

RGB165106132-
CMYK00.360.200.35
HSL333.56º24.69%53.14%-
HSV(B)333.56º35.76%64.71%-
XYZ24.8419.9724.38-
YUV126.6131.05155.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.94%
GREEN value IS 106 (41.80% from 255) = 26.30%
BLUE value IS 132 (51.95% from 255) = 32.75%
R=40.94%
G=26.30%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510613200.360.200.35333.5624.6953.14
HexA56A84024142314e1935
Octal24515220404424435163165
Binary1010010111010101000010001001001010010001110100111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56A84; }

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

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

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

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

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

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

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

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