#A07783

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

Shades of Tapestry #A07783

Tints of Tapestry #A07783

Color information

#A07783 (or 0xA07783) is unknown color: approx Tapestry. HEX triplet: A0, 77 and 83. RGB value is (160,119,131). Sum of RGB (Red+Green+Blue) = 160+119+131=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 160 - color contains mainly: red. Hex color #A07783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07783 is #5F887C. Grayscale: #848484. Windows color (decimal): -6260861 or 8615840. OLE color: 8615840.

HSL color Cylindrical-coordinate representation of color #A07783: hue angle of 342.44º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A07783 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB160119131-
CMYK00.260.180.37
HSL342.44º17.75%54.71%-
HSV(B)342.44º25.62%62.75%-
XYZ25.1922.3124.45-
YUV132.63127.08147.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.02%
GREEN value IS 119 (46.88% from 255) = 29.02%
BLUE value IS 131 (51.56% from 255) = 31.95%
R=39.02%
G=29.02%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011913100.260.180.37342.4417.7554.71
HexA0778301A12251561237
Octal24016720303222455262267
Binary101000001110111100000110110101001010010110101011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07783; }

 p { color: rgb(160,119,131); }

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

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

 a { background-color: rgb(160,119,131); }

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

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

 span { border-color: rgb(160,119,131); }

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