#A5858B

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

Shades of Tapestry #A5858B

Tints of Tapestry #A5858B

Color information

#A5858B (or 0xA5858B) is unknown color: approx Tapestry. HEX triplet: A5, 85 and 8B. RGB value is (165,133,139). Sum of RGB (Red+Green+Blue) = 165+133+139=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 165 - color contains mainly: red. Hex color #A5858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5858B is #5A7A74. Grayscale: #8F8F8F. Windows color (decimal): -5929589 or 9143717. OLE color: 9143717.

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

Color convert

RGB165133139-
CMYK00.190.160.35
HSL348.75º15.09%58.43%-
HSV(B)348.75º19.39%64.71%-
XYZ28.5626.6428.06-
YUV143.25125.6143.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.76%
GREEN value IS 133 (52.34% from 255) = 30.43%
BLUE value IS 139 (54.69% from 255) = 31.81%
R=37.76%
G=30.43%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513313900.190.160.35348.7515.0958.43
HexA5858B013102315df3a
Octal24520521302320435351772
Binary101001011000010110001011010011100001000111010111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5858B; }

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

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

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

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

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

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

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

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