#A97588

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

Shades of Tapestry #A97588

Tints of Tapestry #A97588

Color information

#A97588 (or 0xA97588) is unknown color: approx Tapestry. HEX triplet: A9, 75 and 88. RGB value is (169,117,136). Sum of RGB (Red+Green+Blue) = 169+117+136=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A97588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97588 is #568A77. Grayscale: #868686. Windows color (decimal): -5671544 or 8943017. OLE color: 8943017.

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

Color convert

RGB169117136-
CMYK00.310.200.34
HSL338.08º23.21%56.08%-
HSV(B)338.08º30.77%66.27%-
XYZ27.1722.9426.29-
YUV134.71128.73152.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.05%
GREEN value IS 117 (46.09% from 255) = 27.73%
BLUE value IS 136 (53.52% from 255) = 32.23%
R=40.05%
G=27.73%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911713600.310.200.34338.0823.2156.08
HexA9758801F14221521738
Octal25116521003724425222770
Binary101010011110101100010000111111010010001010101001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97588; }

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

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

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

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

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

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

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

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