#A5838B

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

Shades of Tapestry #A5838B

Tints of Tapestry #A5838B

Color information

#A5838B (or 0xA5838B) is unknown color: approx Tapestry. HEX triplet: A5, 83 and 8B. RGB value is (165,131,139). Sum of RGB (Red+Green+Blue) = 165+131+139=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 165 - color contains mainly: red. Hex color #A5838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5838B is #5A7C74. Grayscale: #8E8E8E. Windows color (decimal): -5930101 or 9143205. OLE color: 9143205.

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

Color convert

RGB165131139-
CMYK00.210.160.35
HSL345.88º15.89%58.04%-
HSV(B)345.88º20.61%64.71%-
XYZ28.2926.127.97-
YUV142.08126.26144.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.93%
GREEN value IS 131 (51.56% from 255) = 30.11%
BLUE value IS 139 (54.69% from 255) = 31.95%
R=37.93%
G=30.11%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513113900.210.160.35345.8815.8958.04
HexA5838B015102315a103a
Octal24520321302520435322072
Binary1010010110000011100010110101011000010001110101101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5838B; }

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

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

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

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

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

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

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

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