#A97982

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

Shades of Tapestry #A97982

Tints of Tapestry #A97982

Color information

#A97982 (or 0xA97982) is unknown color: approx Tapestry. HEX triplet: A9, 79 and 82. RGB value is (169,121,130). Sum of RGB (Red+Green+Blue) = 169+121+130=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A97982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97982 is #56867D. Grayscale: #888888. Windows color (decimal): -5670526 or 8550825. OLE color: 8550825.

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

Color convert

RGB169121130-
CMYK00.280.230.34
HSL348.75º21.82%56.86%-
HSV(B)348.75º28.4%66.27%-
XYZ27.2323.7224.26-
YUV136.38124.4151.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.24%
GREEN value IS 121 (47.66% from 255) = 28.81%
BLUE value IS 130 (51.17% from 255) = 30.95%
R=40.24%
G=28.81%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912113000.280.230.34348.7521.8256.86
HexA9798201C172215d1639
Octal25117120203427425352671
Binary101010011111001100000100111001011110001010101110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97982; }

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

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

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

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

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

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

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

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