#A17586

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

Shades of Tapestry #A17586

Tints of Tapestry #A17586

Color information

#A17586 (or 0xA17586) is unknown color: approx Tapestry. HEX triplet: A1, 75 and 86. RGB value is (161,117,134). Sum of RGB (Red+Green+Blue) = 161+117+134=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 161 - color contains mainly: red. Hex color #A17586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17586 is #5E8A79. Grayscale: #848484. Windows color (decimal): -6195834 or 8811937. OLE color: 8811937.

HSL color Cylindrical-coordinate representation of color #A17586: hue angle of 336.82º 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 #A17586 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB161117134-
CMYK00.270.170.37
HSL336.82º18.97%54.51%-
HSV(B)336.82º27.33%63.14%-
XYZ25.3622.0225.47-
YUV132.09129.08148.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.08%
GREEN value IS 117 (46.09% from 255) = 28.40%
BLUE value IS 134 (52.73% from 255) = 32.52%
R=39.08%
G=28.40%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111713400.270.170.37336.8218.9754.51
HexA1758601B11251511337
Octal24116520603321455212367
Binary101000011110101100001100110111000110010110101000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17586; }

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

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

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

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

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

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

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

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