#A57383

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

Shades of Tapestry #A57383

Tints of Tapestry #A57383

Color information

#A57383 (or 0xA57383) is unknown color: approx Tapestry. HEX triplet: A5, 73 and 83. RGB value is (165,115,131). Sum of RGB (Red+Green+Blue) = 165+115+131=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A57383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57383 is #5A8C7C. Grayscale: #838383. Windows color (decimal): -5934205 or 8614821. OLE color: 8614821.

HSL color Cylindrical-coordinate representation of color #A57383: hue angle of 340.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 #A57383 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB165115131-
CMYK00.300.210.35
HSL340.8º21.74%54.9%-
HSV(B)340.8º30.3%64.71%-
XYZ25.7421.924.34-
YUV131.77127.56151.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 115 (45.31% from 255) = 27.98%
BLUE value IS 131 (51.56% from 255) = 31.87%
R=40.15%
G=27.98%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511513100.300.210.35340.821.7454.9
HexA5738301E15231551637
Octal24516320303625435252667
Binary101001011110011100000110111101010110001110101010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57383; }

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

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

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

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

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

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

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

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