#A58389

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

Shades of Tapestry #A58389

Tints of Tapestry #A58389

Color information

#A58389 (or 0xA58389) is unknown color: approx Tapestry. HEX triplet: A5, 83 and 89. RGB value is (165,131,137). Sum of RGB (Red+Green+Blue) = 165+131+137=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A58389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58389 is #5A7C76. Grayscale: #8D8D8D. Windows color (decimal): -5930103 or 9012133. OLE color: 9012133.

HSL color Cylindrical-coordinate representation of color #A58389: hue angle of 349.41º 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 #A58389 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB165131137-
CMYK00.210.170.35
HSL349.41º15.89%58.04%-
HSV(B)349.41º20.61%64.71%-
XYZ28.1526.0427.21-
YUV141.85125.26144.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 131 (51.56% from 255) = 30.25%
BLUE value IS 137 (53.91% from 255) = 31.64%
R=38.11%
G=30.25%
B=31.64%

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
Decimal16513113700.210.170.35349.4115.8958.04
HexA58389015112315d103a
Octal24520321102521435352072
Binary1010010110000011100010010101011000110001110101110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58389; }

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

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

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

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

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

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

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

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