#A57586

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

Shades of Tapestry #A57586

Tints of Tapestry #A57586

Color information

#A57586 (or 0xA57586) is unknown color: approx Tapestry. HEX triplet: A5, 75 and 86. RGB value is (165,117,134). Sum of RGB (Red+Green+Blue) = 165+117+134=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A57586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57586 is #5A8A79. Grayscale: #858585. Windows color (decimal): -5933690 or 8811941. OLE color: 8811941.

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

Color convert

RGB165117134-
CMYK00.290.190.35
HSL338.75º21.05%55.29%-
HSV(B)338.75º29.09%64.71%-
XYZ26.1822.4425.51-
YUV133.29128.4150.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.66%
GREEN value IS 117 (46.09% from 255) = 28.12%
BLUE value IS 134 (52.73% from 255) = 32.21%
R=39.66%
G=28.12%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511713400.290.190.35338.7521.0555.29
HexA5758601D13231531537
Octal24516520603523435232567
Binary101001011110101100001100111011001110001110101001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57586; }

 p { color: rgb(165,117,134); }

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

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

 a { background-color: rgb(165,117,134); }

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

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

 span { border-color: rgb(165,117,134); }

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