#A56B7F

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

Shades of Tapestry #A56B7F

Tints of Tapestry #A56B7F

Color information

#A56B7F (or 0xA56B7F) is unknown color: approx Tapestry. HEX triplet: A5, 6B and 7F. RGB value is (165,107,127). Sum of RGB (Red+Green+Blue) = 165+107+127=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56B7F is #5A9480. Grayscale: #7E7E7E. Windows color (decimal): -5936257 or 8350629. OLE color: 8350629.

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

Color convert

RGB165107127-
CMYK00.350.230.35
HSL339.31º24.37%53.33%-
HSV(B)339.31º35.15%64.71%-
XYZ24.6120.0522.65-
YUV126.62128.22155.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.35%
GREEN value IS 107 (42.19% from 255) = 26.82%
BLUE value IS 127 (50% from 255) = 31.83%
R=41.35%
G=26.82%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510712700.350.230.35339.3124.3753.33
HexA56B7F02317231531835
Octal24515317704327435233065
Binary101001011101011111111101000111011110001110101001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B7F; }

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

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

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

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

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

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

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

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