#A17684

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

Shades of Tapestry #A17684

Tints of Tapestry #A17684

Color information

#A17684 (or 0xA17684) is unknown color: approx Tapestry. HEX triplet: A1, 76 and 84. RGB value is (161,118,132). Sum of RGB (Red+Green+Blue) = 161+118+132=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 161 - color contains mainly: red. Hex color #A17684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17684 is #5E897B. Grayscale: #848484. Windows color (decimal): -6195580 or 8681121. OLE color: 8681121.

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

Color convert

RGB161118132-
CMYK00.270.180.37
HSL340.47º18.61%54.71%-
HSV(B)340.47º26.71%63.14%-
XYZ25.3422.224.78-
YUV132.45127.75148.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.17%
GREEN value IS 118 (46.48% from 255) = 28.71%
BLUE value IS 132 (51.95% from 255) = 32.12%
R=39.17%
G=28.71%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111813200.270.180.37340.4718.6154.71
HexA1768401B12251541337
Octal24116620403322455242367
Binary101000011110110100001000110111001010010110101010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17684; }

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

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

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

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

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

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

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

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