#A97088

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

Shades of Tapestry #A97088

Tints of Tapestry #A97088

Color information

#A97088 (or 0xA97088) is unknown color: approx Tapestry. HEX triplet: A9, 70 and 88. RGB value is (169,112,136). Sum of RGB (Red+Green+Blue) = 169+112+136=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A97088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97088 is #568F77. Grayscale: #838383. Windows color (decimal): -5672824 or 8941737. OLE color: 8941737.

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

Color convert

RGB169112136-
CMYK00.340.200.34
HSL334.74º24.89%55.1%-
HSV(B)334.74º33.73%66.27%-
XYZ26.621.826.1-
YUV131.78130.38154.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.53%
GREEN value IS 112 (44.14% from 255) = 26.86%
BLUE value IS 136 (53.52% from 255) = 32.61%
R=40.53%
G=26.86%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911213600.340.200.34334.7424.8955.1
HexA97088022142214f1937
Octal25116021004224425173167
Binary1010100111100001000100001000101010010001010100111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97088; }

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

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

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

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

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

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

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

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