#A96A82

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

Shades of Tapestry #A96A82

Tints of Tapestry #A96A82

Color information

#A96A82 (or 0xA96A82) is unknown color: approx Tapestry. HEX triplet: A9, 6A and 82. RGB value is (169,106,130). Sum of RGB (Red+Green+Blue) = 169+106+130=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96A82 is #56957D. Grayscale: #7F7F7F. Windows color (decimal): -5674366 or 8546985. OLE color: 8546985.

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

Color convert

RGB169106130-
CMYK00.370.230.34
HSL337.14º26.81%53.92%-
HSV(B)337.14º37.28%66.27%-
XYZ25.5520.3523.7-
YUV127.57129.37157.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.73%
GREEN value IS 106 (41.80% from 255) = 26.17%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=41.73%
G=26.17%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910613000.370.230.34337.1426.8153.92
HexA96A8202517221511b36
Octal25115220204527425213366
Binary1010100111010101000001001001011011110001010101000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96A82; }

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

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

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

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

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

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

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

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