#A37081

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

Shades of Tapestry #A37081

Tints of Tapestry #A37081

Color information

#A37081 (or 0xA37081) is unknown color: approx Tapestry. HEX triplet: A3, 70 and 81. RGB value is (163,112,129). Sum of RGB (Red+Green+Blue) = 163+112+129=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A37081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37081 is #5C8F7E. Grayscale: #818181. Windows color (decimal): -6066047 or 8482979. OLE color: 8482979.

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

Color convert

RGB163112129-
CMYK00.310.210.36
HSL340º21.7%53.92%-
HSV(B)340º31.29%63.92%-
XYZ24.8620.9623.5-
YUV129.19127.9152.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.35%
GREEN value IS 112 (44.14% from 255) = 27.72%
BLUE value IS 129 (50.78% from 255) = 31.93%
R=40.35%
G=27.72%
B=31.93%

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
Decimal16311212900.310.210.3634021.753.92
HexA3708101F15241541636
Octal24316020103725445242666
Binary101000111110000100000010111111010110010010101010010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37081; }

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

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

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

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

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

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

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

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