#A37181

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

Shades of Tapestry #A37181

Tints of Tapestry #A37181

Color information

#A37181 (or 0xA37181) is unknown color: approx Tapestry. HEX triplet: A3, 71 and 81. RGB value is (163,113,129). Sum of RGB (Red+Green+Blue) = 163+113+129=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A37181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37181 is #5C8E7E. Grayscale: #818181. Windows color (decimal): -6065791 or 8483235. OLE color: 8483235.

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

Color convert

RGB163113129-
CMYK00.310.210.36
HSL340.8º21.37%54.12%-
HSV(B)340.8º30.67%63.92%-
XYZ24.9721.1823.54-
YUV129.77127.56151.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.25%
GREEN value IS 113 (44.53% from 255) = 27.90%
BLUE value IS 129 (50.78% from 255) = 31.85%
R=40.25%
G=27.90%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311312900.310.210.36340.821.3754.12
HexA3718101F15241551536
Octal24316120103725445252566
Binary101000111110001100000010111111010110010010101010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37181; }

 p { color: rgb(163,113,129); }

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

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

 a { background-color: rgb(163,113,129); }

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

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

 span { border-color: rgb(163,113,129); }

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