#A17682

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

Shades of Tapestry #A17682

Tints of Tapestry #A17682

Color information

#A17682 (or 0xA17682) is unknown color: approx Tapestry. HEX triplet: A1, 76 and 82. RGB value is (161,118,130). Sum of RGB (Red+Green+Blue) = 161+118+130=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A17682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17682 is #5E897D. Grayscale: #848484. Windows color (decimal): -6195582 or 8550049. OLE color: 8550049.

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

Color convert

RGB161118130-
CMYK00.270.190.37
HSL343.26º18.61%54.71%-
HSV(B)343.26º26.71%63.14%-
XYZ25.2122.1524.07-
YUV132.22126.75148.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.36%
GREEN value IS 118 (46.48% from 255) = 28.85%
BLUE value IS 130 (51.17% from 255) = 31.78%
R=39.36%
G=28.85%
B=31.78%

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
Decimal16111813000.270.190.37343.2618.6154.71
HexA1768201B13251571337
Octal24116620203323455272367
Binary101000011110110100000100110111001110010110101011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17682; }

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

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

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

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

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

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

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

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