#A37486

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

Shades of Tapestry #A37486

Tints of Tapestry #A37486

Color information

#A37486 (or 0xA37486) is unknown color: approx Tapestry. HEX triplet: A3, 74 and 86. RGB value is (163,116,134). Sum of RGB (Red+Green+Blue) = 163+116+134=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 163 - color contains mainly: red. Hex color #A37486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37486 is #5C8B79. Grayscale: #848484. Windows color (decimal): -6065018 or 8811683. OLE color: 8811683.

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

Color convert

RGB163116134-
CMYK00.290.180.36
HSL337.02º20.35%54.71%-
HSV(B)337.02º28.83%63.92%-
XYZ25.652225.45-
YUV132.1129.07150.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.47%
GREEN value IS 116 (45.70% from 255) = 28.09%
BLUE value IS 134 (52.73% from 255) = 32.45%
R=39.47%
G=28.09%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311613400.290.180.36337.0220.3554.71
HexA3748601D12241511437
Octal24316420603522445212467
Binary101000111110100100001100111011001010010010101000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37486; }

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

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

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

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

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

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

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

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