#A56982

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

Shades of Tapestry #A56982

Tints of Tapestry #A56982

Color information

#A56982 (or 0xA56982) is unknown color: approx Tapestry. HEX triplet: A5, 69 and 82. RGB value is (165,105,130). Sum of RGB (Red+Green+Blue) = 165+105+130=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A56982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56982 is #5A967D. Grayscale: #7D7D7D. Windows color (decimal): -5936766 or 8546725. OLE color: 8546725.

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

Color convert

RGB165105130-
CMYK00.360.210.35
HSL335º25%52.94%-
HSV(B)335º36.36%64.71%-
XYZ24.619.7123.63-
YUV125.79130.38155.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.25%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 130 (51.17% from 255) = 32.5%
R=41.25%
G=26.25%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510513000.360.210.353352552.94
HexA56982024152314f1935
Octal24515120204425435173165
Binary1010010111010011000001001001001010110001110100111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56982; }

 p { color: rgb(165,105,130); }

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

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

 a { background-color: rgb(165,105,130); }

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

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

 span { border-color: rgb(165,105,130); }

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