#A96A80

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

Shades of Tapestry #A96A80

Tints of Tapestry #A96A80

Color information

#A96A80 (or 0xA96A80) is unknown color: approx Tapestry. HEX triplet: A9, 6A and 80. RGB value is (169,106,128). Sum of RGB (Red+Green+Blue) = 169+106+128=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96A80 is #56957F. Grayscale: #7F7F7F. Windows color (decimal): -5674368 or 8415913. OLE color: 8415913.

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

Color convert

RGB169106128-
CMYK00.370.240.34
HSL339.05º26.81%53.92%-
HSV(B)339.05º37.28%66.27%-
XYZ25.4120.323-
YUV127.34128.37157.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.94%
GREEN value IS 106 (41.80% from 255) = 26.30%
BLUE value IS 128 (50.39% from 255) = 31.76%
R=41.94%
G=26.30%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910612800.370.240.34339.0526.8153.92
HexA96A8002518221531b36
Octal25115220004530425233366
Binary1010100111010101000000001001011100010001010101001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96A80; }

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

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

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

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

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

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

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

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