#A17786

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

Shades of Tapestry #A17786

Tints of Tapestry #A17786

Color information

#A17786 (or 0xA17786) is unknown color: approx Tapestry. HEX triplet: A1, 77 and 86. RGB value is (161,119,134). Sum of RGB (Red+Green+Blue) = 161+119+134=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A17786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17786 is #5E8879. Grayscale: #858585. Windows color (decimal): -6195322 or 8812449. OLE color: 8812449.

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

Color convert

RGB161119134-
CMYK00.260.170.37
HSL338.57º18.26%54.9%-
HSV(B)338.57º26.09%63.14%-
XYZ25.622.4925.55-
YUV133.27128.41147.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.89%
GREEN value IS 119 (46.88% from 255) = 28.74%
BLUE value IS 134 (52.73% from 255) = 32.37%
R=38.89%
G=28.74%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111913400.260.170.37338.5718.2654.9
HexA1778601A11251531237
Octal24116720603221455232267
Binary101000011110111100001100110101000110010110101001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17786; }

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

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

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

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

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

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

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

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