#A97387

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

Shades of Tapestry #A97387

Tints of Tapestry #A97387

Color information

#A97387 (or 0xA97387) is unknown color: approx Tapestry. HEX triplet: A9, 73 and 87. RGB value is (169,115,135). Sum of RGB (Red+Green+Blue) = 169+115+135=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A97387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97387 is #568C78. Grayscale: #858585. Windows color (decimal): -5672057 or 8876969. OLE color: 8876969.

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

Color convert

RGB169115135-
CMYK00.320.200.34
HSL337.78º23.89%55.69%-
HSV(B)337.78º31.95%66.27%-
XYZ26.8722.4525.84-
YUV133.43128.89153.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.33%
GREEN value IS 115 (45.31% from 255) = 27.45%
BLUE value IS 135 (53.12% from 255) = 32.22%
R=40.33%
G=27.45%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911513500.320.200.34337.7823.8955.69
HexA9738702014221521838
Octal25116320704024425223070
Binary1010100111100111000011101000001010010001010101001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97387; }

 p { color: rgb(169,115,135); }

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

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

 a { background-color: rgb(169,115,135); }

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

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

 span { border-color: rgb(169,115,135); }

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