#A96079

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

Shades of Tapestry #A96079

Tints of Tapestry #A96079

Color information

#A96079 (or 0xA96079) is unknown color: approx Tapestry. HEX triplet: A9, 60 and 79. RGB value is (169,96,121). Sum of RGB (Red+Green+Blue) = 169+96+121=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A96079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96079 is #569F86. Grayscale: #787878. Windows color (decimal): -5676935 or 7954601. OLE color: 7954601.

HSL color Cylindrical-coordinate representation of color #A96079: hue angle of 339.45º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A96079 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB16996121-
CMYK00.430.280.34
HSL339.45º29.8%51.96%-
HSV(B)339.45º43.2%66.27%-
XYZ2418.1820.33-
YUV120.68128.18162.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.78%
GREEN value IS 96 (37.89% from 255) = 24.87%
BLUE value IS 121 (47.66% from 255) = 31.35%
R=43.78%
G=24.87%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699612100.430.280.34339.4529.851.96
HexA9607902B1C221531e34
Octal25114017105334425233664
Binary101010011100000111100101010111110010001010101001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96079; }

 p { color: rgb(169,96,121); }

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

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

 a { background-color: rgb(169,96,121); }

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

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

 span { border-color: rgb(169,96,121); }

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