#A57887

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

Shades of Tapestry #A57887

Tints of Tapestry #A57887

Color information

#A57887 (or 0xA57887) is unknown color: approx Tapestry. HEX triplet: A5, 78 and 87. RGB value is (165,120,135). Sum of RGB (Red+Green+Blue) = 165+120+135=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A57887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57887 is #5A8778. Grayscale: #878787. Windows color (decimal): -5932921 or 8878245. OLE color: 8878245.

HSL color Cylindrical-coordinate representation of color #A57887: hue angle of 340º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A57887 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB165120135-
CMYK00.270.180.35
HSL340º20%55.88%-
HSV(B)340º27.27%64.71%-
XYZ26.6123.1825.99-
YUV135.17127.91149.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 120 (47.27% from 255) = 28.57%
BLUE value IS 135 (53.12% from 255) = 32.14%
R=39.29%
G=28.57%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512013500.270.180.353402055.88
HexA5788701B12231541438
Octal24517020703322435242470
Binary101001011111000100001110110111001010001110101010010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57887; }

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

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

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

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

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

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

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

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