#A97C85

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

Shades of Tapestry #A97C85

Tints of Tapestry #A97C85

Color information

#A97C85 (or 0xA97C85) is unknown color: approx Tapestry. HEX triplet: A9, 7C and 85. RGB value is (169,124,133). Sum of RGB (Red+Green+Blue) = 169+124+133=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97C85 is #56837A. Grayscale: #8A8A8A. Windows color (decimal): -5669755 or 8748201. OLE color: 8748201.

HSL color Cylindrical-coordinate representation of color #A97C85: hue angle of 348º 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 #A97C85 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB169124133-
CMYK00.270.210.34
HSL348º20.74%57.45%-
HSV(B)348º26.63%66.27%-
XYZ27.824.5425.46-
YUV138.48124.91149.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.67%
GREEN value IS 124 (48.83% from 255) = 29.11%
BLUE value IS 133 (52.34% from 255) = 31.22%
R=39.67%
G=29.11%
B=31.22%

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
Decimal16912413300.270.210.3434820.7457.45
HexA97C8501B152215c1539
Octal25117420503325425342571
Binary101010011111100100001010110111010110001010101110010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97C85; }

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

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

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

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

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

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

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

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