#A56B7D

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

Shades of Tapestry #A56B7D

Tints of Tapestry #A56B7D

Color information

#A56B7D (or 0xA56B7D) is unknown color: approx Tapestry. HEX triplet: A5, 6B and 7D. RGB value is (165,107,125). Sum of RGB (Red+Green+Blue) = 165+107+125=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56B7D is #5A9482. Grayscale: #7E7E7E. Windows color (decimal): -5936259 or 8219557. OLE color: 8219557.

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

Color convert

RGB165107125-
CMYK00.350.240.35
HSL341.38º24.37%53.33%-
HSV(B)341.38º35.15%64.71%-
XYZ24.482021.97-
YUV126.39127.22155.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.56%
GREEN value IS 107 (42.19% from 255) = 26.95%
BLUE value IS 125 (49.22% from 255) = 31.49%
R=41.56%
G=26.95%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510712500.350.240.35341.3824.3753.33
HexA56B7D02318231551835
Octal24515317504330435253065
Binary101001011101011111110101000111100010001110101010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B7D; }

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

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

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

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

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

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

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

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