#A96586

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

Shades of Tapestry #A96586

Tints of Tapestry #A96586

Color information

#A96586 (or 0xA96586) is unknown color: approx Tapestry. HEX triplet: A9, 65 and 86. RGB value is (169,101,134). Sum of RGB (Red+Green+Blue) = 169+101+134=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A96586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96586 is #569A79. Grayscale: #7D7D7D. Windows color (decimal): -5675642 or 8807849. OLE color: 8807849.

HSL color Cylindrical-coordinate representation of color #A96586: hue angle of 330.88º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A96586 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB169101134-
CMYK00.400.210.34
HSL330.88º28.33%52.94%-
HSV(B)330.88º40.24%66.27%-
XYZ25.3219.4624.98-
YUV125.09133.03159.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.83%
GREEN value IS 101 (39.84% from 255) = 25%
BLUE value IS 134 (52.73% from 255) = 33.17%
R=41.83%
G=25%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910113400.400.210.34330.8828.3352.94
HexA96586028152214b1c35
Octal25114520605025425133465
Binary1010100111001011000011001010001010110001010100101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96586; }

 p { color: rgb(169,101,134); }

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

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

 a { background-color: rgb(169,101,134); }

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

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

 span { border-color: rgb(169,101,134); }

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