#A5808B

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

Shades of Tapestry #A5808B

Tints of Tapestry #A5808B

Color information

#A5808B (or 0xA5808B) is unknown color: approx Tapestry. HEX triplet: A5, 80 and 8B. RGB value is (165,128,139). Sum of RGB (Red+Green+Blue) = 165+128+139=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 165 - color contains mainly: red. Hex color #A5808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5808B is #5A7F74. Grayscale: #8C8C8C. Windows color (decimal): -5930869 or 9142437. OLE color: 9142437.

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

Color convert

RGB165128139-
CMYK00.220.160.35
HSL342.16º17.05%57.45%-
HSV(B)342.16º22.42%64.71%-
XYZ27.925.327.84-
YUV140.32127.26145.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.19%
GREEN value IS 128 (50.39% from 255) = 29.63%
BLUE value IS 139 (54.69% from 255) = 32.18%
R=38.19%
G=29.63%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512813900.220.160.35342.1617.0557.45
HexA5808B01610231561139
Octal24520021302620435262171
Binary1010010110000000100010110101101000010001110101011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5808B; }

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

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

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

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

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

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

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

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