#A5808D

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

Shades of Tapestry #A5808D

Tints of Tapestry #A5808D

Color information

#A5808D (or 0xA5808D) is unknown color: approx Tapestry. HEX triplet: A5, 80 and 8D. RGB value is (165,128,141). Sum of RGB (Red+Green+Blue) = 165+128+141=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 165 - color contains mainly: red. Hex color #A5808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5808D is #5A7F72. Grayscale: #8C8C8C. Windows color (decimal): -5930867 or 9273509. OLE color: 9273509.

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

Color convert

RGB165128141-
CMYK00.220.150.35
HSL338.92º17.05%57.45%-
HSV(B)338.92º22.42%64.71%-
XYZ28.0425.3628.62-
YUV140.55128.26145.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.02%
GREEN value IS 128 (50.39% from 255) = 29.49%
BLUE value IS 141 (55.47% from 255) = 32.49%
R=38.02%
G=29.49%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512814100.220.150.35338.9217.0557.45
HexA5808D016F231531139
Octal24520021502617435232171
Binary101001011000000010001101010110111110001110101001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5808D; }

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

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

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

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

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

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

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

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