#A97D8B

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

Shades of Tapestry #A97D8B

Tints of Tapestry #A97D8B

Color information

#A97D8B (or 0xA97D8B) is unknown color: approx Tapestry. HEX triplet: A9, 7D and 8B. RGB value is (169,125,139). Sum of RGB (Red+Green+Blue) = 169+125+139=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97D8B is #568274. Grayscale: #8B8B8B. Windows color (decimal): -5669493 or 9141673. OLE color: 9141673.

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

Color convert

RGB169125139-
CMYK00.260.180.34
HSL340.91º20.37%57.65%-
HSV(B)340.91º26.04%66.27%-
XYZ28.3624.9727.75-
YUV139.75127.58148.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.03%
GREEN value IS 125 (49.22% from 255) = 28.87%
BLUE value IS 139 (54.69% from 255) = 32.10%
R=39.03%
G=28.87%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912513900.260.180.34340.9120.3757.65
HexA97D8B01A1222155143a
Octal25117521303222425252472
Binary101010011111101100010110110101001010001010101010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97D8B; }

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

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

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

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

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

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

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

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