#A36A80

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

Shades of Tapestry #A36A80

Tints of Tapestry #A36A80

Color information

#A36A80 (or 0xA36A80) is unknown color: approx Tapestry. HEX triplet: A3, 6A and 80. RGB value is (163,106,128). Sum of RGB (Red+Green+Blue) = 163+106+128=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36A80 is #5C957F. Grayscale: #7D7D7D. Windows color (decimal): -6067584 or 8415907. OLE color: 8415907.

HSL color Cylindrical-coordinate representation of color #A36A80: hue angle of 336.84º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A36A80 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB163106128-
CMYK00.350.210.36
HSL336.84º23.65%52.75%-
HSV(B)336.84º34.97%63.92%-
XYZ24.1519.6522.94-
YUV125.55129.38154.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.06%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 128 (50.39% from 255) = 32.24%
R=41.06%
G=26.70%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310612800.350.210.36336.8423.6552.75
HexA36A8002315241511835
Octal24315220004325445213065
Binary1010001111010101000000001000111010110010010101000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36A80; }

 p { color: rgb(163,106,128); }

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

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

 a { background-color: rgb(163,106,128); }

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

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

 span { border-color: rgb(163,106,128); }

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