#A07582

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

Shades of Tapestry #A07582

Tints of Tapestry #A07582

Color information

#A07582 (or 0xA07582) is unknown color: approx Tapestry. HEX triplet: A0, 75 and 82. RGB value is (160,117,130). Sum of RGB (Red+Green+Blue) = 160+117+130=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A07582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07582 is #5F8A7D. Grayscale: #838383. Windows color (decimal): -6261374 or 8549792. OLE color: 8549792.

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

Color convert

RGB160117130-
CMYK00.270.190.37
HSL341.86º18.45%54.31%-
HSV(B)341.86º26.88%62.75%-
XYZ24.8921.8124.02-
YUV131.34127.25148.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.31%
GREEN value IS 117 (46.09% from 255) = 28.75%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=39.31%
G=28.75%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011713000.270.190.37341.8618.4554.31
HexA0758201B13251561236
Octal24016520203323455262266
Binary101000001110101100000100110111001110010110101011010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07582; }

 p { color: rgb(160,117,130); }

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

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

 a { background-color: rgb(160,117,130); }

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

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

 span { border-color: rgb(160,117,130); }

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