#A97D8A

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

Shades of Tapestry #A97D8A

Tints of Tapestry #A97D8A

Color information

#A97D8A (or 0xA97D8A) is unknown color: approx Tapestry. HEX triplet: A9, 7D and 8A. RGB value is (169,125,138). Sum of RGB (Red+Green+Blue) = 169+125+138=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97D8A is #568275. Grayscale: #8B8B8B. Windows color (decimal): -5669494 or 9076137. OLE color: 9076137.

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

Color convert

RGB169125138-
CMYK00.260.180.34
HSL342.27º20.37%57.65%-
HSV(B)342.27º26.04%66.27%-
XYZ28.2824.9427.37-
YUV139.64127.08148.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.12%
GREEN value IS 125 (49.22% from 255) = 28.94%
BLUE value IS 138 (54.30% from 255) = 31.94%
R=39.12%
G=28.94%
B=31.94%

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
Decimal16912513800.260.180.34342.2720.3757.65
HexA97D8A01A1222156143a
Octal25117521203222425262472
Binary101010011111101100010100110101001010001010101011010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97D8A; }

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

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

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

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

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

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

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

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