#A96B80

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

Shades of Tapestry #A96B80

Tints of Tapestry #A96B80

Color information

#A96B80 (or 0xA96B80) is unknown color: approx Tapestry. HEX triplet: A9, 6B and 80. RGB value is (169,107,128). Sum of RGB (Red+Green+Blue) = 169+107+128=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96B80 is #56947F. Grayscale: #7F7F7F. Windows color (decimal): -5674112 or 8416169. OLE color: 8416169.

HSL color Cylindrical-coordinate representation of color #A96B80: hue angle of 339.68º degrees, saturation: 0.26, 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 #A96B80 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB169107128-
CMYK00.370.240.34
HSL339.68º26.5%54.12%-
HSV(B)339.68º36.69%66.27%-
XYZ25.5220.5123.04-
YUV127.93128.04157.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.83%
GREEN value IS 107 (42.19% from 255) = 26.49%
BLUE value IS 128 (50.39% from 255) = 31.68%
R=41.83%
G=26.49%
B=31.68%

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
Decimal16910712800.370.240.34339.6826.554.12
HexA96B8002518221541a36
Octal25115320004530425243266
Binary1010100111010111000000001001011100010001010101010011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96B80; }

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

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

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

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

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

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

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

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