#A17080

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

Shades of Tapestry #A17080

Tints of Tapestry #A17080

Color information

#A17080 (or 0xA17080) is unknown color: approx Tapestry. HEX triplet: A1, 70 and 80. RGB value is (161,112,128). Sum of RGB (Red+Green+Blue) = 161+112+128=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A17080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17080 is #5E8F7F. Grayscale: #808080. Windows color (decimal): -6197120 or 8417441. OLE color: 8417441.

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

Color convert

RGB161112128-
CMYK00.300.200.37
HSL340.41º20.68%53.53%-
HSV(B)340.41º30.43%63.14%-
XYZ24.3920.7223.14-
YUV128.48127.73151.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.15%
GREEN value IS 112 (44.14% from 255) = 27.93%
BLUE value IS 128 (50.39% from 255) = 31.92%
R=40.15%
G=27.93%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111212800.300.200.37340.4120.6853.53
HexA1708001E14251541536
Octal24116020003624455242566
Binary101000011110000100000000111101010010010110101010010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17080; }

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

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

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

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

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

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

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

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