#A97B85

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

Shades of Tapestry #A97B85

Tints of Tapestry #A97B85

Color information

#A97B85 (or 0xA97B85) is unknown color: approx Tapestry. HEX triplet: A9, 7B and 85. RGB value is (169,123,133). Sum of RGB (Red+Green+Blue) = 169+123+133=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97B85 is #56847A. Grayscale: #898989. Windows color (decimal): -5670011 or 8747945. OLE color: 8747945.

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

Color convert

RGB169123133-
CMYK00.270.210.34
HSL346.96º21.1%57.25%-
HSV(B)346.96º27.22%66.27%-
XYZ27.6824.2925.42-
YUV137.89125.24150.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.76%
GREEN value IS 123 (48.44% from 255) = 28.94%
BLUE value IS 133 (52.34% from 255) = 31.29%
R=39.76%
G=28.94%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912313300.270.210.34346.9621.157.25
HexA97B8501B152215b1539
Octal25117320503325425332571
Binary101010011111011100001010110111010110001010101101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97B85; }

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

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

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

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

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

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

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

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