#A57388

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

Shades of Tapestry #A57388

Tints of Tapestry #A57388

Color information

#A57388 (or 0xA57388) is unknown color: approx Tapestry. HEX triplet: A5, 73 and 88. RGB value is (165,115,136). Sum of RGB (Red+Green+Blue) = 165+115+136=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A57388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57388 is #5A8C77. Grayscale: #848484. Windows color (decimal): -5934200 or 8942501. OLE color: 8942501.

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

Color convert

RGB165115136-
CMYK00.300.180.35
HSL334.8º21.74%54.9%-
HSV(B)334.8º30.3%64.71%-
XYZ26.0922.0426.17-
YUV132.34130.06151.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.66%
GREEN value IS 115 (45.31% from 255) = 27.64%
BLUE value IS 136 (53.52% from 255) = 32.69%
R=39.66%
G=27.64%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511513600.300.180.35334.821.7454.9
HexA5738801E122314f1637
Octal24516321003622435172667
Binary101001011110011100010000111101001010001110100111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57388; }

 p { color: rgb(165,115,136); }

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

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

 a { background-color: rgb(165,115,136); }

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

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

 span { border-color: rgb(165,115,136); }

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