#A3707F

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

Shades of Tapestry #A3707F

Tints of Tapestry #A3707F

Color information

#A3707F (or 0xA3707F) is unknown color: approx Tapestry. HEX triplet: A3, 70 and 7F. RGB value is (163,112,127). Sum of RGB (Red+Green+Blue) = 163+112+127=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 163 - color contains mainly: red. Hex color #A3707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3707F is #5C8F80. Grayscale: #808080. Windows color (decimal): -6066049 or 8351907. OLE color: 8351907.

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

Color convert

RGB163112127-
CMYK00.310.220.36
HSL342.35º21.7%53.92%-
HSV(B)342.35º31.29%63.92%-
XYZ24.7320.9122.81-
YUV128.96126.9152.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.55%
GREEN value IS 112 (44.14% from 255) = 27.86%
BLUE value IS 127 (50% from 255) = 31.59%
R=40.55%
G=27.86%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311212700.310.220.36342.3521.753.92
HexA3707F01F16241561636
Octal24316017703726445262666
Binary10100011111000011111110111111011010010010101011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3707F; }

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

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

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

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

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

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

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

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