#A5848C

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

Shades of Tapestry #A5848C

Tints of Tapestry #A5848C

Color information

#A5848C (or 0xA5848C) is unknown color: approx Tapestry. HEX triplet: A5, 84 and 8C. RGB value is (165,132,140). Sum of RGB (Red+Green+Blue) = 165+132+140=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 165 - color contains mainly: red. Hex color #A5848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5848C is #5A7B73. Grayscale: #8E8E8E. Windows color (decimal): -5929844 or 9208997. OLE color: 9208997.

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

Color convert

RGB165132140-
CMYK00.200.150.35
HSL345.45º15.49%58.24%-
HSV(B)345.45º20%64.71%-
XYZ28.526.428.4-
YUV142.78126.43143.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.76%
GREEN value IS 132 (51.95% from 255) = 30.21%
BLUE value IS 140 (55.08% from 255) = 32.04%
R=37.76%
G=30.21%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513214000.200.150.35345.4515.4958.24
HexA5848C014F23159f3a
Octal24520421402417435311772
Binary10100101100001001000110001010011111000111010110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5848C; }

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

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

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

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

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

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

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

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