#A96A7C

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

Shades of Tapestry #A96A7C

Tints of Tapestry #A96A7C

Color information

#A96A7C (or 0xA96A7C) is unknown color: approx Tapestry. HEX triplet: A9, 6A and 7C. RGB value is (169,106,124). Sum of RGB (Red+Green+Blue) = 169+106+124=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96A7C is #569583. Grayscale: #7E7E7E. Windows color (decimal): -5674372 or 8153769. OLE color: 8153769.

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

Color convert

RGB169106124-
CMYK00.370.270.34
HSL342.86º26.81%53.92%-
HSV(B)342.86º37.28%66.27%-
XYZ25.1520.221.64-
YUV126.89126.37158.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.36%
GREEN value IS 106 (41.80% from 255) = 26.57%
BLUE value IS 124 (48.83% from 255) = 31.08%
R=42.36%
G=26.57%
B=31.08%

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
Decimal16910612400.370.270.34342.8626.8153.92
HexA96A7C0251B221571b36
Octal25115217404533425273366
Binary101010011101010111110001001011101110001010101011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96A7C; }

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

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

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

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

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

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

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

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