#A57180

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

Shades of Tapestry #A57180

Tints of Tapestry #A57180

Color information

#A57180 (or 0xA57180) is unknown color: approx Tapestry. HEX triplet: A5, 71 and 80. RGB value is (165,113,128). Sum of RGB (Red+Green+Blue) = 165+113+128=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A57180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57180 is #5A8E7F. Grayscale: #828282. Windows color (decimal): -5934720 or 8417701. OLE color: 8417701.

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

Color convert

RGB165113128-
CMYK00.320.220.35
HSL342.69º22.41%54.51%-
HSV(B)342.69º31.52%64.71%-
XYZ25.3221.3723.21-
YUV130.26126.73152.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.64%
GREEN value IS 113 (44.53% from 255) = 27.83%
BLUE value IS 128 (50.39% from 255) = 31.53%
R=40.64%
G=27.83%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511312800.320.220.35342.6922.4154.51
HexA5718002016231571637
Octal24516120004026435272667
Binary1010010111100011000000001000001011010001110101011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57180; }

 p { color: rgb(165,113,128); }

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

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

 a { background-color: rgb(165,113,128); }

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

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

 span { border-color: rgb(165,113,128); }

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