#A36F84

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

Shades of Tapestry #A36F84

Tints of Tapestry #A36F84

Color information

#A36F84 (or 0xA36F84) is unknown color: approx Tapestry. HEX triplet: A3, 6F and 84. RGB value is (163,111,132). Sum of RGB (Red+Green+Blue) = 163+111+132=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36F84 is #5C907B. Grayscale: #808080. Windows color (decimal): -6066300 or 8679331. OLE color: 8679331.

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

Color convert

RGB163111132-
CMYK00.320.190.36
HSL335.77º22.03%53.73%-
HSV(B)335.77º31.9%63.92%-
XYZ24.9520.8224.53-
YUV128.94129.73152.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.15%
GREEN value IS 111 (43.75% from 255) = 27.34%
BLUE value IS 132 (51.95% from 255) = 32.51%
R=40.15%
G=27.34%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311113200.320.190.36335.7722.0353.73
HexA36F8402013241501636
Octal24315720404023445202666
Binary1010001111011111000010001000001001110010010101000010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36F84; }

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

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

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

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

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

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

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

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