#A97080

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

Shades of Tapestry #A97080

Tints of Tapestry #A97080

Color information

#A97080 (or 0xA97080) is unknown color: approx Tapestry. HEX triplet: A9, 70 and 80. RGB value is (169,112,128). Sum of RGB (Red+Green+Blue) = 169+112+128=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A97080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97080 is #568F7F. Grayscale: #828282. Windows color (decimal): -5672832 or 8417449. OLE color: 8417449.

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

Color convert

RGB169112128-
CMYK00.340.240.34
HSL343.16º24.89%55.1%-
HSV(B)343.16º33.73%66.27%-
XYZ26.0521.5823.21-
YUV130.87126.38155.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.32%
GREEN value IS 112 (44.14% from 255) = 27.38%
BLUE value IS 128 (50.39% from 255) = 31.30%
R=41.32%
G=27.38%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911212800.340.240.34343.1624.8955.1
HexA9708002218221571937
Octal25116020004230425273167
Binary1010100111100001000000001000101100010001010101011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97080; }

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

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

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

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

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

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

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

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