#A37383

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

Shades of Tapestry #A37383

Tints of Tapestry #A37383

Color information

#A37383 (or 0xA37383) is unknown color: approx Tapestry. HEX triplet: A3, 73 and 83. RGB value is (163,115,131). Sum of RGB (Red+Green+Blue) = 163+115+131=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A37383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37383 is #5C8C7C. Grayscale: #838383. Windows color (decimal): -6065277 or 8614819. OLE color: 8614819.

HSL color Cylindrical-coordinate representation of color #A37383: hue angle of 340º 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 #A37383 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB163115131-
CMYK00.290.200.36
HSL340º20.69%54.51%-
HSV(B)340º29.45%63.92%-
XYZ25.3321.6924.32-
YUV131.18127.9150.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.85%
GREEN value IS 115 (45.31% from 255) = 28.12%
BLUE value IS 131 (51.56% from 255) = 32.03%
R=39.85%
G=28.12%
B=32.03%

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
Decimal16311513100.290.200.3634020.6954.51
HexA3738301D14241541537
Octal24316320303524445242567
Binary101000111110011100000110111011010010010010101010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37383; }

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

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

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

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

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

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

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

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