#A97381

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

Shades of Tapestry #A97381

Tints of Tapestry #A97381

Color information

#A97381 (or 0xA97381) is unknown color: approx Tapestry. HEX triplet: A9, 73 and 81. RGB value is (169,115,129). Sum of RGB (Red+Green+Blue) = 169+115+129=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A97381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97381 is #568C7E. Grayscale: #848484. Windows color (decimal): -5672063 or 8483753. OLE color: 8483753.

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

Color convert

RGB169115129-
CMYK00.320.240.34
HSL344.44º23.89%55.69%-
HSV(B)344.44º31.95%66.27%-
XYZ26.4622.2823.68-
YUV132.74125.89153.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.92%
GREEN value IS 115 (45.31% from 255) = 27.85%
BLUE value IS 129 (50.78% from 255) = 31.23%
R=40.92%
G=27.85%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911512900.320.240.34344.4423.8955.69
HexA9738102018221581838
Octal25116320104030425303070
Binary1010100111100111000000101000001100010001010101100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97381; }

 p { color: rgb(169,115,129); }

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

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

 a { background-color: rgb(169,115,129); }

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

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

 span { border-color: rgb(169,115,129); }

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