#A96C80

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

Shades of Tapestry #A96C80

Tints of Tapestry #A96C80

Color information

#A96C80 (or 0xA96C80) is unknown color: approx Tapestry. HEX triplet: A9, 6C and 80. RGB value is (169,108,128). Sum of RGB (Red+Green+Blue) = 169+108+128=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96C80 is #56937F. Grayscale: #808080. Windows color (decimal): -5673856 or 8416425. OLE color: 8416425.

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

Color convert

RGB169108128-
CMYK00.360.240.34
HSL340.33º26.18%54.31%-
HSV(B)340.33º36.09%66.27%-
XYZ25.6220.7223.07-
YUV128.52127.71156.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.73%
GREEN value IS 108 (42.58% from 255) = 26.67%
BLUE value IS 128 (50.39% from 255) = 31.60%
R=41.73%
G=26.67%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910812800.360.240.34340.3326.1854.31
HexA96C8002418221541a36
Octal25115420004430425243266
Binary1010100111011001000000001001001100010001010101010011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96C80; }

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

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

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

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

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

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

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

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