#A5808A

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

Shades of Tapestry #A5808A

Tints of Tapestry #A5808A

Color information

#A5808A (or 0xA5808A) is unknown color: approx Tapestry. HEX triplet: A5, 80 and 8A. RGB value is (165,128,138). Sum of RGB (Red+Green+Blue) = 165+128+138=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 165 - color contains mainly: red. Hex color #A5808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5808A is #5A7F75. Grayscale: #8C8C8C. Windows color (decimal): -5930870 or 9076901. OLE color: 9076901.

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

Color convert

RGB165128138-
CMYK00.220.160.35
HSL343.78º17.05%57.45%-
HSV(B)343.78º22.42%64.71%-
XYZ27.8225.2727.46-
YUV140.2126.76145.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.28%
GREEN value IS 128 (50.39% from 255) = 29.70%
BLUE value IS 138 (54.30% from 255) = 32.02%
R=38.28%
G=29.70%
B=32.02%

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
Decimal16512813800.220.160.35343.7817.0557.45
HexA5808A01610231581139
Octal24520021202620435302171
Binary1010010110000000100010100101101000010001110101100010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5808A; }

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

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

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

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

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

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

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

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