#A56781

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

Shades of Tapestry #A56781

Tints of Tapestry #A56781

Color information

#A56781 (or 0xA56781) is unknown color: approx Tapestry. HEX triplet: A5, 67 and 81. RGB value is (165,103,129). Sum of RGB (Red+Green+Blue) = 165+103+129=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A56781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56781 is #5A987E. Grayscale: #7C7C7C. Windows color (decimal): -5937279 or 8480677. OLE color: 8480677.

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

Color convert

RGB165103129-
CMYK00.380.220.35
HSL334.84º25.62%52.55%-
HSV(B)334.84º37.58%64.71%-
XYZ24.3319.2823.21-
YUV124.5130.54156.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.56%
GREEN value IS 103 (40.62% from 255) = 25.94%
BLUE value IS 129 (50.78% from 255) = 32.49%
R=41.56%
G=25.94%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510312900.380.220.35334.8425.6252.55
HexA56781026162314f1a35
Octal24514720104626435173265
Binary1010010111001111000000101001101011010001110100111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56781; }

 p { color: rgb(165,103,129); }

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

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

 a { background-color: rgb(165,103,129); }

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

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

 span { border-color: rgb(165,103,129); }

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