#A58289

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

Shades of Tapestry #A58289

Tints of Tapestry #A58289

Color information

#A58289 (or 0xA58289) is unknown color: approx Tapestry. HEX triplet: A5, 82 and 89. RGB value is (165,130,137). Sum of RGB (Red+Green+Blue) = 165+130+137=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 165 - color contains mainly: red. Hex color #A58289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58289 is #5A7D76. Grayscale: #8D8D8D. Windows color (decimal): -5930359 or 9011877. OLE color: 9011877.

HSL color Cylindrical-coordinate representation of color #A58289: hue angle of 348º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A58289 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB165130137-
CMYK00.210.170.35
HSL348º16.28%57.84%-
HSV(B)348º21.21%64.71%-
XYZ28.0225.7727.16-
YUV141.26125.6144.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.19%
GREEN value IS 130 (51.17% from 255) = 30.09%
BLUE value IS 137 (53.91% from 255) = 31.71%
R=38.19%
G=30.09%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513013700.210.170.3534816.2857.84
HexA58289015112315c103a
Octal24520221102521435342072
Binary1010010110000010100010010101011000110001110101110010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58289; }

 p { color: rgb(165,130,137); }

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

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

 a { background-color: rgb(165,130,137); }

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

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

 span { border-color: rgb(165,130,137); }

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