#A96D7F

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

Shades of Tapestry #A96D7F

Tints of Tapestry #A96D7F

Color information

#A96D7F (or 0xA96D7F) is unknown color: approx Tapestry. HEX triplet: A9, 6D and 7F. RGB value is (169,109,127). Sum of RGB (Red+Green+Blue) = 169+109+127=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A96D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96D7F is #569280. Grayscale: #808080. Windows color (decimal): -5673601 or 8351145. OLE color: 8351145.

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

Color convert

RGB169109127-
CMYK00.360.250.34
HSL342º25.86%54.51%-
HSV(B)342º35.5%66.27%-
XYZ25.6620.922.76-
YUV128.99126.88156.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.73%
GREEN value IS 109 (42.97% from 255) = 26.91%
BLUE value IS 127 (50% from 255) = 31.36%
R=41.73%
G=26.91%
B=31.36%

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
Decimal16910912700.360.250.3434225.8654.51
HexA96D7F02419221561a37
Octal25115517704431425263267
Binary101010011101101111111101001001100110001010101011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96D7F; }

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

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

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

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

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

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

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

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