#A5858C

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

Shades of Tapestry #A5858C

Tints of Tapestry #A5858C

Color information

#A5858C (or 0xA5858C) is unknown color: approx Tapestry. HEX triplet: A5, 85 and 8C. RGB value is (165,133,140). Sum of RGB (Red+Green+Blue) = 165+133+140=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 165 - color contains mainly: red. Hex color #A5858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5858C is #5A7A73. Grayscale: #8F8F8F. Windows color (decimal): -5929588 or 9209253. OLE color: 9209253.

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

Color convert

RGB165133140-
CMYK00.190.150.35
HSL346.88º15.09%58.43%-
HSV(B)346.88º19.39%64.71%-
XYZ28.6426.6728.45-
YUV143.37126.1143.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.67%
GREEN value IS 133 (52.34% from 255) = 30.37%
BLUE value IS 140 (55.08% from 255) = 31.96%
R=37.67%
G=30.37%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513314000.190.150.35346.8815.0958.43
HexA5858C013F2315bf3a
Octal24520521402317435331772
Binary10100101100001011000110001001111111000111010110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5858C; }

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

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

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

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

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

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

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

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