#A17582

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

Shades of Tapestry #A17582

Tints of Tapestry #A17582

Color information

#A17582 (or 0xA17582) is unknown color: approx Tapestry. HEX triplet: A1, 75 and 82. RGB value is (161,117,130). Sum of RGB (Red+Green+Blue) = 161+117+130=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 161 - color contains mainly: red. Hex color #A17582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17582 is #5E8A7D. Grayscale: #838383. Windows color (decimal): -6195838 or 8549793. OLE color: 8549793.

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

Color convert

RGB161117130-
CMYK00.270.190.37
HSL342.27º18.97%54.51%-
HSV(B)342.27º27.33%63.14%-
XYZ25.0921.9124.03-
YUV131.64127.08148.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.46%
GREEN value IS 117 (46.09% from 255) = 28.68%
BLUE value IS 130 (51.17% from 255) = 31.86%
R=39.46%
G=28.68%
B=31.86%

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
Decimal16111713000.270.190.37342.2718.9754.51
HexA1758201B13251561337
Octal24116520203323455262367
Binary101000011110101100000100110111001110010110101011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17582; }

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

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

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

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

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

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

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

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