#A56E82

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

Shades of Tapestry #A56E82

Tints of Tapestry #A56E82

Color information

#A56E82 (or 0xA56E82) is unknown color: approx Tapestry. HEX triplet: A5, 6E and 82. RGB value is (165,110,130). Sum of RGB (Red+Green+Blue) = 165+110+130=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56E82 is #5A917D. Grayscale: #808080. Windows color (decimal): -5935486 or 8548005. OLE color: 8548005.

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

Color convert

RGB165110130-
CMYK00.330.210.35
HSL338.18º23.4%53.92%-
HSV(B)338.18º33.33%64.71%-
XYZ25.1220.7623.8-
YUV128.72128.72153.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.74%
GREEN value IS 110 (43.36% from 255) = 27.16%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=40.74%
G=27.16%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511013000.330.210.35338.1823.453.92
HexA56E8202115231521736
Octal24515620204125435222766
Binary1010010111011101000001001000011010110001110101001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56E82; }

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

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

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

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

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

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

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

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