#A96B7C

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

Shades of Tapestry #A96B7C

Tints of Tapestry #A96B7C

Color information

#A96B7C (or 0xA96B7C) is unknown color: approx Tapestry. HEX triplet: A9, 6B and 7C. RGB value is (169,107,124). Sum of RGB (Red+Green+Blue) = 169+107+124=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96B7C is #569483. Grayscale: #7F7F7F. Windows color (decimal): -5674116 or 8154025. OLE color: 8154025.

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

Color convert

RGB169107124-
CMYK00.370.270.34
HSL343.55º26.5%54.12%-
HSV(B)343.55º36.69%66.27%-
XYZ25.2620.4121.68-
YUV127.48126.04157.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.25%
GREEN value IS 107 (42.19% from 255) = 26.75%
BLUE value IS 124 (48.83% from 255) = 31%
R=42.25%
G=26.75%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910712400.370.270.34343.5526.554.12
HexA96B7C0251B221581a36
Octal25115317404533425303266
Binary101010011101011111110001001011101110001010101100011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96B7C; }

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

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

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

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

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

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

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

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