#A96A84

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

Shades of Tapestry #A96A84

Tints of Tapestry #A96A84

Color information

#A96A84 (or 0xA96A84) is unknown color: approx Tapestry. HEX triplet: A9, 6A and 84. RGB value is (169,106,132). Sum of RGB (Red+Green+Blue) = 169+106+132=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96A84 is #56957B. Grayscale: #7F7F7F. Windows color (decimal): -5674364 or 8678057. OLE color: 8678057.

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

Color convert

RGB169106132-
CMYK00.370.220.34
HSL335.24º26.81%53.92%-
HSV(B)335.24º37.28%66.27%-
XYZ25.6820.4124.42-
YUV127.8130.37157.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.52%
GREEN value IS 106 (41.80% from 255) = 26.04%
BLUE value IS 132 (51.95% from 255) = 32.43%
R=41.52%
G=26.04%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910613200.370.220.34335.2426.8153.92
HexA96A84025162214f1b36
Octal25115220404526425173366
Binary1010100111010101000010001001011011010001010100111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96A84; }

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

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

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

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

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

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

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

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