#A96C7C

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

Shades of Tapestry #A96C7C

Tints of Tapestry #A96C7C

Color information

#A96C7C (or 0xA96C7C) is unknown color: approx Tapestry. HEX triplet: A9, 6C and 7C. RGB value is (169,108,124). Sum of RGB (Red+Green+Blue) = 169+108+124=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96C7C is #569383. Grayscale: #808080. Windows color (decimal): -5673860 or 8154281. OLE color: 8154281.

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

Color convert

RGB169108124-
CMYK00.360.270.34
HSL344.26º26.18%54.31%-
HSV(B)344.26º36.09%66.27%-
XYZ25.3620.6221.71-
YUV128.06125.71157.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.14%
GREEN value IS 108 (42.58% from 255) = 26.93%
BLUE value IS 124 (48.83% from 255) = 30.92%
R=42.14%
G=26.93%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910812400.360.270.34344.2626.1854.31
HexA96C7C0241B221581a36
Octal25115417404433425303266
Binary101010011101100111110001001001101110001010101100011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96C7C; }

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

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

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

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

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

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

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

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