#A56D7F

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

Shades of Tapestry #A56D7F

Tints of Tapestry #A56D7F

Color information

#A56D7F (or 0xA56D7F) is unknown color: approx Tapestry. HEX triplet: A5, 6D and 7F. RGB value is (165,109,127). Sum of RGB (Red+Green+Blue) = 165+109+127=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56D7F is #5A9280. Grayscale: #7F7F7F. Windows color (decimal): -5935745 or 8351141. OLE color: 8351141.

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

Color convert

RGB165109127-
CMYK00.340.230.35
HSL340.71º23.73%53.73%-
HSV(B)340.71º33.94%64.71%-
XYZ24.8220.4722.72-
YUV127.8127.55154.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 109 (42.97% from 255) = 27.18%
BLUE value IS 127 (50% from 255) = 31.67%
R=41.15%
G=27.18%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510912700.340.230.35340.7123.7353.73
HexA56D7F02217231551836
Octal24515517704227435253066
Binary101001011101101111111101000101011110001110101010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56D7F; }

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

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

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

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

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

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

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

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