#A97984

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

Shades of Tapestry #A97984

Tints of Tapestry #A97984

Color information

#A97984 (or 0xA97984) is unknown color: approx Tapestry. HEX triplet: A9, 79 and 84. RGB value is (169,121,132). Sum of RGB (Red+Green+Blue) = 169+121+132=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A97984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97984 is #56867B. Grayscale: #888888. Windows color (decimal): -5670524 or 8681897. OLE color: 8681897.

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

Color convert

RGB169121132-
CMYK00.280.220.34
HSL346.25º21.82%56.86%-
HSV(B)346.25º28.4%66.27%-
XYZ27.3623.7824.98-
YUV136.61125.4151.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.05%
GREEN value IS 121 (47.66% from 255) = 28.67%
BLUE value IS 132 (51.95% from 255) = 31.28%
R=40.05%
G=28.67%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912113200.280.220.34346.2521.8256.86
HexA9798401C162215a1639
Octal25117120403426425322671
Binary101010011111001100001000111001011010001010101101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97984; }

 p { color: rgb(169,121,132); }

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

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

 a { background-color: rgb(169,121,132); }

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

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

 span { border-color: rgb(169,121,132); }

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