#A36980

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

Shades of Tapestry #A36980

Tints of Tapestry #A36980

Color information

#A36980 (or 0xA36980) is unknown color: approx Tapestry. HEX triplet: A3, 69 and 80. RGB value is (163,105,128). Sum of RGB (Red+Green+Blue) = 163+105+128=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A36980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36980 is #5C967F. Grayscale: #7C7C7C. Windows color (decimal): -6067840 or 8415651. OLE color: 8415651.

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

Color convert

RGB163105128-
CMYK00.360.210.36
HSL336.21º23.97%52.55%-
HSV(B)336.21º35.58%63.92%-
XYZ24.0519.4522.91-
YUV124.96129.72155.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.16%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 128 (50.39% from 255) = 32.32%
R=41.16%
G=26.52%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310512800.360.210.36336.2123.9752.55
HexA3698002415241501835
Octal24315120004425445203065
Binary1010001111010011000000001001001010110010010101000011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36980; }

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

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

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

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

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

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

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

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