#A57382

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

Shades of Tapestry #A57382

Tints of Tapestry #A57382

Color information

#A57382 (or 0xA57382) is unknown color: approx Tapestry. HEX triplet: A5, 73 and 82. RGB value is (165,115,130). Sum of RGB (Red+Green+Blue) = 165+115+130=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A57382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57382 is #5A8C7D. Grayscale: #838383. Windows color (decimal): -5934206 or 8549285. OLE color: 8549285.

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

Color convert

RGB165115130-
CMYK00.300.210.35
HSL342º21.74%54.9%-
HSV(B)342º30.3%64.71%-
XYZ25.6821.8723.99-
YUV131.66127.06151.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.24%
GREEN value IS 115 (45.31% from 255) = 28.05%
BLUE value IS 130 (51.17% from 255) = 31.71%
R=40.24%
G=28.05%
B=31.71%

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
Decimal16511513000.300.210.3534221.7454.9
HexA5738201E15231561637
Octal24516320203625435262667
Binary101001011110011100000100111101010110001110101011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57382; }

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

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

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

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

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

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

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

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