#A5838C

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

Shades of Tapestry #A5838C

Tints of Tapestry #A5838C

Color information

#A5838C (or 0xA5838C) is unknown color: approx Tapestry. HEX triplet: A5, 83 and 8C. RGB value is (165,131,140). Sum of RGB (Red+Green+Blue) = 165+131+140=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 165 - color contains mainly: red. Hex color #A5838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5838C is #5A7C73. Grayscale: #8E8E8E. Windows color (decimal): -5930100 or 9208741. OLE color: 9208741.

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

Color convert

RGB165131140-
CMYK00.210.150.35
HSL344.12º15.89%58.04%-
HSV(B)344.12º20.61%64.71%-
XYZ28.3726.1328.36-
YUV142.19126.76144.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.84%
GREEN value IS 131 (51.56% from 255) = 30.05%
BLUE value IS 140 (55.08% from 255) = 32.11%
R=37.84%
G=30.05%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513114000.210.150.35344.1215.8958.04
HexA5838C015F23158103a
Octal24520321402517435302072
Binary101001011000001110001100010101111110001110101100010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5838C; }

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

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

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

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

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

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

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

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