#A96D7E

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

Shades of Tapestry #A96D7E

Tints of Tapestry #A96D7E

Color information

#A96D7E (or 0xA96D7E) is unknown color: approx Tapestry. HEX triplet: A9, 6D and 7E. RGB value is (169,109,126). Sum of RGB (Red+Green+Blue) = 169+109+126=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A96D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96D7E is #569281. Grayscale: #808080. Windows color (decimal): -5673602 or 8285609. OLE color: 8285609.

HSL color Cylindrical-coordinate representation of color #A96D7E: hue angle of 343º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A96D7E is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB169109126-
CMYK00.360.250.34
HSL343º25.86%54.51%-
HSV(B)343º35.5%66.27%-
XYZ25.620.8822.42-
YUV128.88126.38156.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.83%
GREEN value IS 109 (42.97% from 255) = 26.98%
BLUE value IS 126 (49.61% from 255) = 31.19%
R=41.83%
G=26.98%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910912600.360.250.3434325.8654.51
HexA96D7E02419221571a37
Octal25115517604431425273267
Binary101010011101101111111001001001100110001010101011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96D7E; }

 p { color: rgb(169,109,126); }

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

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

 a { background-color: rgb(169,109,126); }

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

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

 span { border-color: rgb(169,109,126); }

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