#A37983

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

Shades of Tapestry #A37983

Tints of Tapestry #A37983

Color information

#A37983 (or 0xA37983) is unknown color: approx Tapestry. HEX triplet: A3, 79 and 83. RGB value is (163,121,131). Sum of RGB (Red+Green+Blue) = 163+121+131=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 163 - color contains mainly: red. Hex color #A37983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37983 is #5C867C. Grayscale: #868686. Windows color (decimal): -6063741 or 8616355. OLE color: 8616355.

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

Color convert

RGB163121131-
CMYK00.260.200.36
HSL345.71º18.58%55.69%-
HSV(B)345.71º25.77%63.92%-
XYZ26.0423.124.56-
YUV134.7125.91148.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.28%
GREEN value IS 121 (47.66% from 255) = 29.16%
BLUE value IS 131 (51.56% from 255) = 31.57%
R=39.28%
G=29.16%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312113100.260.200.36345.7118.5855.69
HexA3798301A142415a1338
Octal24317120303224445322370
Binary101000111111001100000110110101010010010010101101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37983; }

 p { color: rgb(163,121,131); }

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

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

 a { background-color: rgb(163,121,131); }

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

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

 span { border-color: rgb(163,121,131); }

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