#A17683

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

Shades of Tapestry #A17683

Tints of Tapestry #A17683

Color information

#A17683 (or 0xA17683) is unknown color: approx Tapestry. HEX triplet: A1, 76 and 83. RGB value is (161,118,131). Sum of RGB (Red+Green+Blue) = 161+118+131=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A17683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17683 is #5E897C. Grayscale: #848484. Windows color (decimal): -6195581 or 8615585. OLE color: 8615585.

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

Color convert

RGB161118131-
CMYK00.270.190.37
HSL341.86º18.61%54.71%-
HSV(B)341.86º26.71%63.14%-
XYZ25.2722.1724.42-
YUV132.34127.25148.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.27%
GREEN value IS 118 (46.48% from 255) = 28.78%
BLUE value IS 131 (51.56% from 255) = 31.95%
R=39.27%
G=28.78%
B=31.95%

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
Decimal16111813100.270.190.37341.8618.6154.71
HexA1768301B13251561337
Octal24116620303323455262367
Binary101000011110110100000110110111001110010110101011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17683; }

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

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

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

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

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

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

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

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