#A97180

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

Shades of Tapestry #A97180

Tints of Tapestry #A97180

Color information

#A97180 (or 0xA97180) is unknown color: approx Tapestry. HEX triplet: A9, 71 and 80. RGB value is (169,113,128). Sum of RGB (Red+Green+Blue) = 169+113+128=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A97180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97180 is #568E7F. Grayscale: #838383. Windows color (decimal): -5672576 or 8417705. OLE color: 8417705.

HSL color Cylindrical-coordinate representation of color #A97180: hue angle of 343.93º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A97180 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB169113128-
CMYK00.330.240.34
HSL343.93º24.56%55.29%-
HSV(B)343.93º33.14%66.27%-
XYZ26.1621.823.25-
YUV131.45126.05154.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.22%
GREEN value IS 113 (44.53% from 255) = 27.56%
BLUE value IS 128 (50.39% from 255) = 31.22%
R=41.22%
G=27.56%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911312800.330.240.34343.9324.5655.29
HexA9718002118221581937
Octal25116120004130425303167
Binary1010100111100011000000001000011100010001010101100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97180; }

 p { color: rgb(169,113,128); }

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

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

 a { background-color: rgb(169,113,128); }

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

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

 span { border-color: rgb(169,113,128); }

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