#A17083

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

Shades of Tapestry #A17083

Tints of Tapestry #A17083

Color information

#A17083 (or 0xA17083) is unknown color: approx Tapestry. HEX triplet: A1, 70 and 83. RGB value is (161,112,131). Sum of RGB (Red+Green+Blue) = 161+112+131=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A17083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17083 is #5E8F7C. Grayscale: #808080. Windows color (decimal): -6197117 or 8614049. OLE color: 8614049.

HSL color Cylindrical-coordinate representation of color #A17083: hue angle of 336.73º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17083 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB161112131-
CMYK00.300.190.37
HSL336.73º20.68%53.53%-
HSV(B)336.73º30.43%63.14%-
XYZ24.5920.824.19-
YUV128.82129.23150.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.85%
GREEN value IS 112 (44.14% from 255) = 27.72%
BLUE value IS 131 (51.56% from 255) = 32.43%
R=39.85%
G=27.72%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111213100.300.190.37336.7320.6853.53
HexA1708301E13251511536
Octal24116020303623455212566
Binary101000011110000100000110111101001110010110101000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17083; }

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

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

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

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

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

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

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

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