#A97680

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

Shades of Tapestry #A97680

Tints of Tapestry #A97680

Color information

#A97680 (or 0xA97680) is unknown color: approx Tapestry. HEX triplet: A9, 76 and 80. RGB value is (169,118,128). Sum of RGB (Red+Green+Blue) = 169+118+128=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A97680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97680 is #56897F. Grayscale: #868686. Windows color (decimal): -5671296 or 8418985. OLE color: 8418985.

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

Color convert

RGB169118128-
CMYK00.300.240.34
HSL348.24º22.87%56.27%-
HSV(B)348.24º30.18%66.27%-
XYZ26.7422.9523.44-
YUV134.39124.4152.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.72%
GREEN value IS 118 (46.48% from 255) = 28.43%
BLUE value IS 128 (50.39% from 255) = 30.84%
R=40.72%
G=28.43%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911812800.300.240.34348.2422.8756.27
HexA9768001E182215c1738
Octal25116620003630425342770
Binary101010011110110100000000111101100010001010101110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97680; }

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

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

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

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

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

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

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

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