#A37F86

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

Shades of Tapestry #A37F86

Tints of Tapestry #A37F86

Color information

#A37F86 (or 0xA37F86) is unknown color: approx Tapestry. HEX triplet: A3, 7F and 86. RGB value is (163,127,134). Sum of RGB (Red+Green+Blue) = 163+127+134=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37F86 is #5C8079. Grayscale: #8A8A8A. Windows color (decimal): -6062202 or 8814499. OLE color: 8814499.

HSL color Cylindrical-coordinate representation of color #A37F86: hue angle of 348.33º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A37F86 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB163127134-
CMYK00.220.180.36
HSL348.33º16.36%56.86%-
HSV(B)348.33º22.09%63.92%-
XYZ2724.6925.9-
YUV138.56125.43145.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.44%
GREEN value IS 127 (50% from 255) = 29.95%
BLUE value IS 134 (52.73% from 255) = 31.60%
R=38.44%
G=29.95%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312713400.220.180.36348.3316.3656.86
HexA37F86016122415c1039
Octal24317720602622445342071
Binary101000111111111100001100101101001010010010101110010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37F86; }

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

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

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

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

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

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

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

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