#A58489

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

Shades of Tapestry #A58489

Tints of Tapestry #A58489

Color information

#A58489 (or 0xA58489) is unknown color: approx Tapestry. HEX triplet: A5, 84 and 89. RGB value is (165,132,137). Sum of RGB (Red+Green+Blue) = 165+132+137=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 165 - color contains mainly: red. Hex color #A58489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58489 is #5A7B76. Grayscale: #8E8E8E. Windows color (decimal): -5929847 or 9012389. OLE color: 9012389.

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

Color convert

RGB165132137-
CMYK00.200.170.35
HSL350.91º15.49%58.24%-
HSV(B)350.91º20%64.71%-
XYZ28.2826.3127.25-
YUV142.44124.93144.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.02%
GREEN value IS 132 (51.95% from 255) = 30.41%
BLUE value IS 137 (53.91% from 255) = 31.57%
R=38.02%
G=30.41%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513213700.200.170.35350.9115.4958.24
HexA58489014112315ff3a
Octal24520421102421435371772
Binary101001011000010010001001010100100011000111010111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58489; }

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

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

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

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

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

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

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

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