#A37084

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

Shades of Tapestry #A37084

Tints of Tapestry #A37084

Color information

#A37084 (or 0xA37084) is unknown color: approx Tapestry. HEX triplet: A3, 70 and 84. RGB value is (163,112,132). Sum of RGB (Red+Green+Blue) = 163+112+132=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A37084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37084 is #5C8F7B. Grayscale: #818181. Windows color (decimal): -6066044 or 8679587. OLE color: 8679587.

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

Color convert

RGB163112132-
CMYK00.310.190.36
HSL336.47º21.7%53.92%-
HSV(B)336.47º31.29%63.92%-
XYZ25.0621.0424.57-
YUV129.53129.4151.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.05%
GREEN value IS 112 (44.14% from 255) = 27.52%
BLUE value IS 132 (51.95% from 255) = 32.43%
R=40.05%
G=27.52%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311213200.310.190.36336.4721.753.92
HexA3708401F13241501636
Octal24316020403723445202666
Binary101000111110000100001000111111001110010010101000010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37084; }

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

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

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

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

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

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

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

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