#A56F87

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

Shades of Tapestry #A56F87

Tints of Tapestry #A56F87

Color information

#A56F87 (or 0xA56F87) is unknown color: approx Tapestry. HEX triplet: A5, 6F and 87. RGB value is (165,111,135). Sum of RGB (Red+Green+Blue) = 165+111+135=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56F87 is #5A9078. Grayscale: #818181. Windows color (decimal): -5935225 or 8875941. OLE color: 8875941.

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

Color convert

RGB165111135-
CMYK00.330.180.35
HSL333.33º23.08%54.12%-
HSV(B)333.33º32.73%64.71%-
XYZ25.5721.1225.65-
YUV129.88130.89153.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 111 (43.75% from 255) = 27.01%
BLUE value IS 135 (53.12% from 255) = 32.85%
R=40.15%
G=27.01%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511113500.330.180.35333.3323.0854.12
HexA56F87021122314d1736
Octal24515720704122435152766
Binary1010010111011111000011101000011001010001110100110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F87; }

 p { color: rgb(165,111,135); }

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

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

 a { background-color: rgb(165,111,135); }

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

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

 span { border-color: rgb(165,111,135); }

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