#A96C7F

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

Shades of Tapestry #A96C7F

Tints of Tapestry #A96C7F

Color information

#A96C7F (or 0xA96C7F) is unknown color: approx Tapestry. HEX triplet: A9, 6C and 7F. RGB value is (169,108,127). Sum of RGB (Red+Green+Blue) = 169+108+127=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96C7F is #569380. Grayscale: #808080. Windows color (decimal): -5673857 or 8350889. OLE color: 8350889.

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

Color convert

RGB169108127-
CMYK00.360.250.34
HSL341.31º26.18%54.31%-
HSV(B)341.31º36.09%66.27%-
XYZ25.5620.6922.73-
YUV128.4127.21156.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.83%
GREEN value IS 108 (42.58% from 255) = 26.73%
BLUE value IS 127 (50% from 255) = 31.44%
R=41.83%
G=26.73%
B=31.44%

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
Decimal16910812700.360.250.34341.3126.1854.31
HexA96C7F02419221551a36
Octal25115417704431425253266
Binary101010011101100111111101001001100110001010101010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96C7F; }

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

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

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

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

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

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

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

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