#A56D86

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

Shades of Tapestry #A56D86

Tints of Tapestry #A56D86

Color information

#A56D86 (or 0xA56D86) is unknown color: approx Tapestry. HEX triplet: A5, 6D and 86. RGB value is (165,109,134). Sum of RGB (Red+Green+Blue) = 165+109+134=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56D86 is #5A9279. Grayscale: #808080. Windows color (decimal): -5935738 or 8809893. OLE color: 8809893.

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

Color convert

RGB165109134-
CMYK00.340.190.35
HSL333.21º23.73%53.73%-
HSV(B)333.21º33.94%64.71%-
XYZ25.2920.6625.21-
YUV128.59131.05153.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.44%
GREEN value IS 109 (42.97% from 255) = 26.72%
BLUE value IS 134 (52.73% from 255) = 32.84%
R=40.44%
G=26.72%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510913400.340.190.35333.2123.7353.73
HexA56D86022132314d1836
Octal24515520604223435153066
Binary1010010111011011000011001000101001110001110100110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56D86; }

 p { color: rgb(165,109,134); }

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

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

 a { background-color: rgb(165,109,134); }

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

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

 span { border-color: rgb(165,109,134); }

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