#A57886

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

Shades of Tapestry #A57886

Tints of Tapestry #A57886

Color information

#A57886 (or 0xA57886) is unknown color: approx Tapestry. HEX triplet: A5, 78 and 86. RGB value is (165,120,134). Sum of RGB (Red+Green+Blue) = 165+120+134=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A57886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57886 is #5A8779. Grayscale: #878787. Windows color (decimal): -5932922 or 8812709. OLE color: 8812709.

HSL color Cylindrical-coordinate representation of color #A57886: hue angle of 341.33º 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 #A57886 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB165120134-
CMYK00.270.190.35
HSL341.33º20%55.88%-
HSV(B)341.33º27.27%64.71%-
XYZ26.5423.1525.62-
YUV135.05127.41149.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.38%
GREEN value IS 120 (47.27% from 255) = 28.64%
BLUE value IS 134 (52.73% from 255) = 31.98%
R=39.38%
G=28.64%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512013400.270.190.35341.332055.88
HexA5788601B13231551438
Octal24517020603323435252470
Binary101001011111000100001100110111001110001110101010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57886; }

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

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

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

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

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

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

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

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