#A97083

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

Shades of Tapestry #A97083

Tints of Tapestry #A97083

Color information

#A97083 (or 0xA97083) is unknown color: approx Tapestry. HEX triplet: A9, 70 and 83. RGB value is (169,112,131). Sum of RGB (Red+Green+Blue) = 169+112+131=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A97083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97083 is #568F7C. Grayscale: #838383. Windows color (decimal): -5672829 or 8614057. OLE color: 8614057.

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

Color convert

RGB169112131-
CMYK00.340.220.34
HSL340º24.89%55.1%-
HSV(B)340º33.73%66.27%-
XYZ26.2521.6624.27-
YUV131.21127.88154.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.02%
GREEN value IS 112 (44.14% from 255) = 27.18%
BLUE value IS 131 (51.56% from 255) = 31.80%
R=41.02%
G=27.18%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911213100.340.220.3434024.8955.1
HexA9708302216221541937
Octal25116020304226425243167
Binary1010100111100001000001101000101011010001010101010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97083; }

 p { color: rgb(169,112,131); }

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

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

 a { background-color: rgb(169,112,131); }

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

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

 span { border-color: rgb(169,112,131); }

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