#A58589

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

Shades of Tapestry #A58589

Tints of Tapestry #A58589

Color information

#A58589 (or 0xA58589) is unknown color: approx Tapestry. HEX triplet: A5, 85 and 89. RGB value is (165,133,137). Sum of RGB (Red+Green+Blue) = 165+133+137=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 165 - color contains mainly: red. Hex color #A58589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58589 is #5A7A76. Grayscale: #8F8F8F. Windows color (decimal): -5929591 or 9012645. OLE color: 9012645.

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

Color convert

RGB165133137-
CMYK00.190.170.35
HSL352.5º15.09%58.43%-
HSV(B)352.5º19.39%64.71%-
XYZ28.4226.5827.3-
YUV143.02124.6143.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.93%
GREEN value IS 133 (52.34% from 255) = 30.57%
BLUE value IS 137 (53.91% from 255) = 31.49%
R=37.93%
G=30.57%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513313700.190.170.35352.515.0958.43
HexA585890131123160f3a
Octal24520521102321435401772
Binary101001011000010110001001010011100011000111011000001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58589; }

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

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

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

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

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

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

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

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