#A17C87

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

Shades of Tapestry #A17C87

Tints of Tapestry #A17C87

Color information

#A17C87 (or 0xA17C87) is unknown color: approx Tapestry. HEX triplet: A1, 7C and 87. RGB value is (161,124,135). Sum of RGB (Red+Green+Blue) = 161+124+135=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17C87 is #5E8378. Grayscale: #888888. Windows color (decimal): -6194041 or 8879265. OLE color: 8879265.

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

Color convert

RGB161124135-
CMYK00.230.160.37
HSL342.16º16.44%55.88%-
HSV(B)342.16º22.98%63.14%-
XYZ26.2823.7426.12-
YUV136.32127.26145.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.33%
GREEN value IS 124 (48.83% from 255) = 29.52%
BLUE value IS 135 (53.12% from 255) = 32.14%
R=38.33%
G=29.52%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112413500.230.160.37342.1616.4455.88
HexA17C8701710251561038
Octal24117420702720455262070
Binary101000011111100100001110101111000010010110101011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17C87; }

 p { color: rgb(161,124,135); }

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

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

 a { background-color: rgb(161,124,135); }

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

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

 span { border-color: rgb(161,124,135); }

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