#A96485

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

Shades of Tapestry #A96485

Tints of Tapestry #A96485

Color information

#A96485 (or 0xA96485) is unknown color: approx Tapestry. HEX triplet: A9, 64 and 85. RGB value is (169,100,133). Sum of RGB (Red+Green+Blue) = 169+100+133=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A96485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96485 is #569B7A. Grayscale: #7C7C7C. Windows color (decimal): -5675899 or 8742057. OLE color: 8742057.

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

Color convert

RGB169100133-
CMYK00.410.210.34
HSL331.3º28.63%52.75%-
HSV(B)331.3º40.83%66.27%-
XYZ25.1519.2424.58-
YUV124.39132.86159.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.04%
GREEN value IS 100 (39.45% from 255) = 24.88%
BLUE value IS 133 (52.34% from 255) = 33.08%
R=42.04%
G=24.88%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910013300.410.210.34331.328.6352.75
HexA96485029152214b1d35
Octal25114420505125425133565
Binary1010100111001001000010101010011010110001010100101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96485; }

 p { color: rgb(169,100,133); }

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

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

 a { background-color: rgb(169,100,133); }

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

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

 span { border-color: rgb(169,100,133); }

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