#A98588

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

Shades of Tapestry #A98588

Tints of Tapestry #A98588

Color information

#A98588 (or 0xA98588) is unknown color: approx Tapestry. HEX triplet: A9, 85 and 88. RGB value is (169,133,136). Sum of RGB (Red+Green+Blue) = 169+133+136=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 169 - color contains mainly: red. Hex color #A98588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98588 is #567A77. Grayscale: #909090. Windows color (decimal): -5667448 or 8947113. OLE color: 8947113.

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

Color convert

RGB169133136-
CMYK00.210.200.34
HSL355º17.31%59.22%-
HSV(B)355º21.3%66.27%-
XYZ29.1926.9926.96-
YUV144.11123.43145.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.58%
GREEN value IS 133 (52.34% from 255) = 30.37%
BLUE value IS 136 (53.52% from 255) = 31.05%
R=38.58%
G=30.37%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913313600.210.200.3435517.3159.22
HexA985880151422163113b
Octal25120521002524425432173
Binary1010100110000101100010000101011010010001010110001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98588; }

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

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

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

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

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

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

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

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