#A37382

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

Shades of Tapestry #A37382

Tints of Tapestry #A37382

Color information

#A37382 (or 0xA37382) is unknown color: approx Tapestry. HEX triplet: A3, 73 and 82. RGB value is (163,115,130). Sum of RGB (Red+Green+Blue) = 163+115+130=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A37382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37382 is #5C8C7D. Grayscale: #838383. Windows color (decimal): -6065278 or 8549283. OLE color: 8549283.

HSL color Cylindrical-coordinate representation of color #A37382: hue angle of 341.25º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A37382 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB163115130-
CMYK00.290.200.36
HSL341.25º20.69%54.51%-
HSV(B)341.25º29.45%63.92%-
XYZ25.2621.6623.97-
YUV131.06127.4150.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 115 (45.31% from 255) = 28.19%
BLUE value IS 130 (51.17% from 255) = 31.86%
R=39.95%
G=28.19%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311513000.290.200.36341.2520.6954.51
HexA3738201D14241551537
Octal24316320203524445252567
Binary101000111110011100000100111011010010010010101010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37382; }

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

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

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

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

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

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

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

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