#A97585

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

Shades of Tapestry #A97585

Tints of Tapestry #A97585

Color information

#A97585 (or 0xA97585) is unknown color: approx Tapestry. HEX triplet: A9, 75 and 85. RGB value is (169,117,133). Sum of RGB (Red+Green+Blue) = 169+117+133=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A97585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97585 is #568A7A. Grayscale: #868686. Windows color (decimal): -5671547 or 8746409. OLE color: 8746409.

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

Color convert

RGB169117133-
CMYK00.310.210.34
HSL341.54º23.21%56.08%-
HSV(B)341.54º30.77%66.27%-
XYZ26.9622.8525.18-
YUV134.37127.23152.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.33%
GREEN value IS 117 (46.09% from 255) = 27.92%
BLUE value IS 133 (52.34% from 255) = 31.74%
R=40.33%
G=27.92%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911713300.310.210.34341.5423.2156.08
HexA9758501F15221561738
Octal25116520503725425262770
Binary101010011110101100001010111111010110001010101011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97585; }

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

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

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

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

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

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

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

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