#A98488

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

Shades of Tapestry #A98488

Tints of Tapestry #A98488

Color information

#A98488 (or 0xA98488) is unknown color: approx Tapestry. HEX triplet: A9, 84 and 88. RGB value is (169,132,136). Sum of RGB (Red+Green+Blue) = 169+132+136=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 169 - color contains mainly: red. Hex color #A98488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98488 is #567B77. Grayscale: #8F8F8F. Windows color (decimal): -5667704 or 8946857. OLE color: 8946857.

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

Color convert

RGB169132136-
CMYK00.220.200.34
HSL353.51º17.7%59.02%-
HSV(B)353.51º21.89%66.27%-
XYZ29.0626.7226.92-
YUV143.52123.76146.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.67%
GREEN value IS 132 (51.95% from 255) = 30.21%
BLUE value IS 136 (53.52% from 255) = 31.12%
R=38.67%
G=30.21%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913213600.220.200.34353.5117.759.02
HexA984880161422162123b
Octal25120421002624425422273
Binary1010100110000100100010000101101010010001010110001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98488; }

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

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

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

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

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

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

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

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