#A97D87

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

Shades of Tapestry #A97D87

Tints of Tapestry #A97D87

Color information

#A97D87 (or 0xA97D87) is unknown color: approx Tapestry. HEX triplet: A9, 7D and 87. RGB value is (169,125,135). Sum of RGB (Red+Green+Blue) = 169+125+135=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97D87 is #568278. Grayscale: #8B8B8B. Windows color (decimal): -5669497 or 8879529. OLE color: 8879529.

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

Color convert

RGB169125135-
CMYK00.260.200.34
HSL346.36º20.37%57.65%-
HSV(B)346.36º26.04%66.27%-
XYZ28.0724.8526.24-
YUV139.3125.58149.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.39%
GREEN value IS 125 (49.22% from 255) = 29.14%
BLUE value IS 135 (53.12% from 255) = 31.47%
R=39.39%
G=29.14%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912513500.260.200.34346.3620.3757.65
HexA97D8701A142215a143a
Octal25117520703224425322472
Binary101010011111101100001110110101010010001010101101010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97D87; }

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

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

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

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

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

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

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

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