#A5858E

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

Shades of Tapestry #A5858E

Tints of Tapestry #A5858E

Color information

#A5858E (or 0xA5858E) is unknown color: approx Tapestry. HEX triplet: A5, 85 and 8E. RGB value is (165,133,142). Sum of RGB (Red+Green+Blue) = 165+133+142=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 165 - color contains mainly: red. Hex color #A5858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5858E is #5A7A71. Grayscale: #8F8F8F. Windows color (decimal): -5929586 or 9340325. OLE color: 9340325.

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

Color convert

RGB165133142-
CMYK00.190.140.35
HSL343.12º15.09%58.43%-
HSV(B)343.12º19.39%64.71%-
XYZ28.7926.7329.23-
YUV143.59127.1143.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.5%
GREEN value IS 133 (52.34% from 255) = 30.23%
BLUE value IS 142 (55.86% from 255) = 32.27%
R=37.5%
G=30.23%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513314200.190.140.35343.1215.0958.43
HexA5858E013E23157f3a
Octal24520521602316435271772
Binary10100101100001011000111001001111101000111010101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5858E; }

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

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

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

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

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

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

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

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