#A97580

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

Shades of Tapestry #A97580

Tints of Tapestry #A97580

Color information

#A97580 (or 0xA97580) is unknown color: approx Tapestry. HEX triplet: A9, 75 and 80. RGB value is (169,117,128). Sum of RGB (Red+Green+Blue) = 169+117+128=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A97580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97580 is #568A7F. Grayscale: #858585. Windows color (decimal): -5671552 or 8418729. OLE color: 8418729.

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

Color convert

RGB169117128-
CMYK00.310.240.34
HSL347.31º23.21%56.08%-
HSV(B)347.31º30.77%66.27%-
XYZ26.6222.7223.4-
YUV133.8124.73153.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 117 (46.09% from 255) = 28.26%
BLUE value IS 128 (50.39% from 255) = 30.92%
R=40.82%
G=28.26%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911712800.310.240.34347.3123.2156.08
HexA9758001F182215b1738
Octal25116520003730425332770
Binary101010011110101100000000111111100010001010101101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97580; }

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

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

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

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

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

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

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

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