#A96179

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

Shades of Tapestry #A96179

Tints of Tapestry #A96179

Color information

#A96179 (or 0xA96179) is unknown color: approx Tapestry. HEX triplet: A9, 61 and 79. RGB value is (169,97,121). Sum of RGB (Red+Green+Blue) = 169+97+121=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A96179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96179 is #569E86. Grayscale: #797979. Windows color (decimal): -5676679 or 7954857. OLE color: 7954857.

HSL color Cylindrical-coordinate representation of color #A96179: hue angle of 340º 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 #A96179 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB16997121-
CMYK00.430.280.34
HSL340º29.51%52.16%-
HSV(B)340º42.6%66.27%-
XYZ24.0918.3620.36-
YUV121.26127.85162.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.67%
GREEN value IS 97 (38.28% from 255) = 25.06%
BLUE value IS 121 (47.66% from 255) = 31.27%
R=43.67%
G=25.06%
B=31.27%

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
Decimal1699712100.430.280.3434029.5152.16
HexA9617902B1C221541e34
Octal25114117105334425243664
Binary101010011100001111100101010111110010001010101010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96179; }

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

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

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

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

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

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

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

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